(1.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Started GET "/" for 127.0.0.1 at 2015-03-31 20:50:02 -0400 Processing by Rails::WelcomeController#index as HTML Rendered /Users/sean/.gem/ruby/2.1.5/gems/railties-4.1.10/lib/rails/templates/rails/welcome/index.html.erb (2.0ms) Completed 200 OK in 10ms (Views: 9.7ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-03-31 20:54:29 -0400 Processing by Rails::WelcomeController#index as HTML Rendered /Users/sean/.gem/ruby/2.1.5/gems/railties-4.1.10/lib/rails/templates/rails/welcome/index.html.erb (1.7ms) Completed 200 OK in 8ms (Views: 8.0ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-03-31 20:58:12 -0400 Processing by Rails::WelcomeController#index as HTML Rendered /Users/sean/.gem/ruby/2.1.5/gems/railties-4.1.10/lib/rails/templates/rails/welcome/index.html.erb (1.3ms) Completed 200 OK in 5ms (Views: 5.2ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-03-31 20:58:31 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (0.3ms) Completed 200 OK in 62ms (Views: 61.4ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-dfa7b291102a59957590b4e00e20f1c8.css?body=1" for 127.0.0.1 at 2015-03-31 20:58:32 -0400 Started GET "/assets/application-4bd47aa5304440469cdae59cbeafed2c.css?body=1" for 127.0.0.1 at 2015-03-31 20:58:32 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 20:58:32 -0400 Started GET "/assets/application-9dd4861a92e4f9a660455c3058cf3a14.js?body=1" for 127.0.0.1 at 2015-03-31 20:58:32 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 20:59:26 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (9.6ms) Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined local variable or method `country_select' for #<#:0x007fb2692d8200>): 2: 3: <% form_tag do |f| %> 4: 5: <%= country_select %> 6: 7: 8: <% end %> app/views/addresses_demo/index.html.erb:5:in `block in _app_views_addresses_demo_index_html_erb___4125795703184697524_70202122736540' app/views/addresses_demo/index.html.erb:3:in `_app_views_addresses_demo_index_html_erb___4125795703184697524_70202122736540' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (12.8ms) Started GET "/" for 127.0.0.1 at 2015-03-31 20:59:34 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (1.5ms) Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `country_select' for nil:NilClass): 2: 3: <% form_tag do |f| %> 4: 5: <%= f.country_select %> 6: 7: 8: <% end %> app/views/addresses_demo/index.html.erb:5:in `block in _app_views_addresses_demo_index_html_erb___4125795703184697524_70202134969460' app/views/addresses_demo/index.html.erb:3:in `_app_views_addresses_demo_index_html_erb___4125795703184697524_70202134969460' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.3ms) Started GET "/" for 127.0.0.1 at 2015-03-31 21:00:20 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (1.6ms) Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms) ActionView::Template::Error (First argument in form cannot contain nil or be empty): 1:

Addresses Demo

2: 3: <% form_for(@address1) do |f| %> 4: 5: <%= f.country_select %> 6: app/views/addresses_demo/index.html.erb:3:in `_app_views_addresses_demo_index_html_erb___4125795703184697524_70202134172440' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.2ms) Started GET "/" for 127.0.0.1 at 2015-03-31 21:00:29 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (0.8ms) Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `model_name' for Fixnum:Class): 1:

Addresses Demo

2: 3: <% form_for(@address1) do |f| %> 4: 5: <%= f.country_select %> 6: app/views/addresses_demo/index.html.erb:3:in `_app_views_addresses_demo_index_html_erb___4125795703184697524_70202134172440' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (13.5ms) Started GET "/" for 127.0.0.1 at 2015-03-31 21:00:48 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (7.1ms) Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `country_select' for #): 2: 3: <% form_for :address1 do |f| %> 4: 5: <%= f.country_select %> 6: 7: 8: <% end %> app/views/addresses_demo/index.html.erb:5:in `block in _app_views_addresses_demo_index_html_erb___4125795703184697524_70202135176960' app/views/addresses_demo/index.html.erb:3:in `_app_views_addresses_demo_index_html_erb___4125795703184697524_70202135176960' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.0ms) Started GET "/" for 127.0.0.1 at 2015-03-31 21:01:29 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (6.5ms) Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `country_select' for #): 2: 3: <% form_for :address1 do |f| %> 4: 5: <%= f.country_select(:user, :country) %> 6: 7: 8: <% end %> app/views/addresses_demo/index.html.erb:5:in `block in _app_views_addresses_demo_index_html_erb___4125795703184697524_70202120454160' app/views/addresses_demo/index.html.erb:3:in `_app_views_addresses_demo_index_html_erb___4125795703184697524_70202120454160' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.0ms) Started GET "/" for 127.0.0.1 at 2015-03-31 21:03:23 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (11.7ms) Completed 500 Internal Server Error in 19ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `country_select' for #<#:0x007fe0094b64c8>): 2: 3: <% form_for :address1 do |f| %> 4: 5: <%= country_select(:user, :country) %> 6: 7: 8: <% end %> app/views/addresses_demo/index.html.erb:5:in `block in _app_views_addresses_demo_index_html_erb__3857767175420005370_70300102488840' app/views/addresses_demo/index.html.erb:3:in `_app_views_addresses_demo_index_html_erb__3857767175420005370_70300102488840' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (12.1ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (23.5ms) Started GET "/" for 127.0.0.1 at 2015-03-31 21:05:17 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (9.1ms) Completed 500 Internal Server Error in 16ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `country_select' for #): 2: 3: <% form_for :address do |f| %> 4: 5: <%= f.country_select(:country) %> 6: 7: <% end %> app/views/addresses_demo/index.html.erb:5:in `block in _app_views_addresses_demo_index_html_erb__2123010685856697489_70211394513860' app/views/addresses_demo/index.html.erb:3:in `_app_views_addresses_demo_index_html_erb__2123010685856697489_70211394513860' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (10.8ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (20.4ms) Started GET "/" for 127.0.0.1 at 2015-03-31 21:05:28 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (8.8ms) Completed 500 Internal Server Error in 15ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `country_select' for #): 2: 3: <% form_for :address do |f| %> 4: 5: <%= f.country_select(:country) %> 6: 7: <% end %> app/views/addresses_demo/index.html.erb:5:in `block in _app_views_addresses_demo_index_html_erb___4001359159255181452_70136142569140' app/views/addresses_demo/index.html.erb:3:in `_app_views_addresses_demo_index_html_erb___4001359159255181452_70136142569140' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.8ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (18.1ms) Started GET "/" for 127.0.0.1 at 2015-03-31 21:06:13 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (7.5ms) Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.0ms) ActionView::Template::Error (uninitialized constant CountrySelect): 1:

Addresses Demo

2: <% require 'country_select/country_select_helper' %> 3: 4: <% form_for :address do |f| %> 5: app/views/addresses_demo/index.html.erb:2:in `_app_views_addresses_demo_index_html_erb___4001359159255181452_70136141761820' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.5ms) Started GET "/" for 127.0.0.1 at 2015-03-31 21:07:09 -0400 ActionController::RoutingError (uninitialized constant CountrySelect): app/controllers/addresses_demo_controller.rb:1:in `' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.1ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/routes/_table.html.erb (3.9ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (27.0ms) Started GET "/" for 127.0.0.1 at 2015-03-31 21:07:20 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (0.8ms) Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `map' for :country:Symbol): 3: 4: <% form_for :address do |f| %> 5: 6: <%= f.country_select(:user, :country) %> 7: 8: <% end %> app/views/addresses_demo/index.html.erb:6:in `block in _app_views_addresses_demo_index_html_erb___4001359159255181452_70136141761820' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb___4001359159255181452_70136141761820' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.7ms) Started GET "/" for 127.0.0.1 at 2015-03-31 21:07:31 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (22.9ms) Completed 200 OK in 89ms (Views: 89.0ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-dfa7b291102a59957590b4e00e20f1c8.css?body=1" for 127.0.0.1 at 2015-03-31 21:07:31 -0400 Started GET "/assets/application-4bd47aa5304440469cdae59cbeafed2c.css?body=1" for 127.0.0.1 at 2015-03-31 21:07:31 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 21:07:31 -0400 Started GET "/assets/application-9dd4861a92e4f9a660455c3058cf3a14.js?body=1" for 127.0.0.1 at 2015-03-31 21:07:31 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 21:07:49 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (18.8ms) Completed 200 OK in 44ms (Views: 44.1ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-dfa7b291102a59957590b4e00e20f1c8.css?body=1" for 127.0.0.1 at 2015-03-31 21:07:49 -0400 Started GET "/assets/application-4bd47aa5304440469cdae59cbeafed2c.css?body=1" for 127.0.0.1 at 2015-03-31 21:07:49 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 21:07:49 -0400 Started GET "/assets/application-9dd4861a92e4f9a660455c3058cf3a14.js?body=1" for 127.0.0.1 at 2015-03-31 21:07:49 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 21:07:50 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (16.6ms) Completed 200 OK in 50ms (Views: 49.8ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-dfa7b291102a59957590b4e00e20f1c8.css?body=1" for 127.0.0.1 at 2015-03-31 21:07:50 -0400 Started GET "/assets/application-4bd47aa5304440469cdae59cbeafed2c.css?body=1" for 127.0.0.1 at 2015-03-31 21:07:50 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 21:07:50 -0400 Started GET "/assets/application-9dd4861a92e4f9a660455c3058cf3a14.js?body=1" for 127.0.0.1 at 2015-03-31 21:07:50 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 21:08:12 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (15.5ms) Completed 200 OK in 36ms (Views: 35.5ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-dfa7b291102a59957590b4e00e20f1c8.css?body=1" for 127.0.0.1 at 2015-03-31 21:08:12 -0400 Started GET "/assets/application-4bd47aa5304440469cdae59cbeafed2c.css?body=1" for 127.0.0.1 at 2015-03-31 21:08:12 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 21:08:12 -0400 Started GET "/assets/application-9dd4861a92e4f9a660455c3058cf3a14.js?body=1" for 127.0.0.1 at 2015-03-31 21:08:12 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 21:08:20 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (18.5ms) Completed 200 OK in 40ms (Views: 40.2ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-dfa7b291102a59957590b4e00e20f1c8.css?body=1" for 127.0.0.1 at 2015-03-31 21:08:20 -0400 Started GET "/assets/application-4bd47aa5304440469cdae59cbeafed2c.css?body=1" for 127.0.0.1 at 2015-03-31 21:08:20 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 21:08:20 -0400 Started GET "/assets/application-9dd4861a92e4f9a660455c3058cf3a14.js?body=1" for 127.0.0.1 at 2015-03-31 21:08:20 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 21:08:27 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (15.9ms) Completed 200 OK in 35ms (Views: 35.1ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-dfa7b291102a59957590b4e00e20f1c8.css?body=1" for 127.0.0.1 at 2015-03-31 21:08:28 -0400 Started GET "/assets/application-4bd47aa5304440469cdae59cbeafed2c.css?body=1" for 127.0.0.1 at 2015-03-31 21:08:28 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 21:08:28 -0400 Started GET "/assets/application-9dd4861a92e4f9a660455c3058cf3a14.js?body=1" for 127.0.0.1 at 2015-03-31 21:08:28 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 21:14:49 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (22.0ms) Completed 500 Internal Server Error in 24ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `subdivision_select' for #): 4: 5: <%= f.country_select(:country) %> 6: 7: <%= f.subdivision_select(:subdivision) %> 8: 9: <% end %> app/views/addresses_demo/index.html.erb:7:in `block in _app_views_addresses_demo_index_html_erb___4001359159255181452_70136117849020' app/views/addresses_demo/index.html.erb:3:in `_app_views_addresses_demo_index_html_erb___4001359159255181452_70136117849020' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.9ms) Started GET "/" for 127.0.0.1 at 2015-03-31 21:16:11 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (21.4ms) Completed 500 Internal Server Error in 24ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `empty?' for nil:NilClass): 4: 5: <%= f.country_select(:country) %> 6: 7: <%= f.select(:subdivision) %> 8: 9: <% end %> app/views/addresses_demo/index.html.erb:7:in `block in _app_views_addresses_demo_index_html_erb___4001359159255181452_70136109607480' app/views/addresses_demo/index.html.erb:3:in `_app_views_addresses_demo_index_html_erb___4001359159255181452_70136109607480' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.4ms) Started GET "/" for 127.0.0.1 at 2015-03-31 21:16:28 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (22.8ms) Completed 500 Internal Server Error in 25ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `select_tag' for #): 4: 5: <%= f.country_select(:country) %> 6: 7: <%= f.select_tag(:subdivision) %> 8: 9: <% end %> app/views/addresses_demo/index.html.erb:7:in `block in _app_views_addresses_demo_index_html_erb___4001359159255181452_70136142237520' app/views/addresses_demo/index.html.erb:3:in `_app_views_addresses_demo_index_html_erb___4001359159255181452_70136142237520' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.2ms) Started GET "/" for 127.0.0.1 at 2015-03-31 21:16:35 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (18.3ms) Completed 200 OK in 38ms (Views: 38.2ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-dfa7b291102a59957590b4e00e20f1c8.css?body=1" for 127.0.0.1 at 2015-03-31 21:16:35 -0400 Started GET "/assets/application-4bd47aa5304440469cdae59cbeafed2c.css?body=1" for 127.0.0.1 at 2015-03-31 21:16:35 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 21:16:35 -0400 Started GET "/assets/application-9dd4861a92e4f9a660455c3058cf3a14.js?body=1" for 127.0.0.1 at 2015-03-31 21:16:35 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 21:16:57 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (18.0ms) Completed 200 OK in 68ms (Views: 68.1ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-dfa7b291102a59957590b4e00e20f1c8.css?body=1" for 127.0.0.1 at 2015-03-31 21:16:57 -0400 Started GET "/assets/application-4bd47aa5304440469cdae59cbeafed2c.css?body=1" for 127.0.0.1 at 2015-03-31 21:16:57 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 21:16:57 -0400 Started GET "/assets/application-9dd4861a92e4f9a660455c3058cf3a14.js?body=1" for 127.0.0.1 at 2015-03-31 21:16:57 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 21:17:07 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (17.8ms) Completed 200 OK in 40ms (Views: 39.9ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-dfa7b291102a59957590b4e00e20f1c8.css?body=1" for 127.0.0.1 at 2015-03-31 21:17:07 -0400 Started GET "/assets/application-4bd47aa5304440469cdae59cbeafed2c.css?body=1" for 127.0.0.1 at 2015-03-31 21:17:07 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 21:17:07 -0400 Started GET "/assets/application-9dd4861a92e4f9a660455c3058cf3a14.js?body=1" for 127.0.0.1 at 2015-03-31 21:17:07 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 21:18:38 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (17.2ms) Completed 200 OK in 41ms (Views: 41.0ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-dfa7b291102a59957590b4e00e20f1c8.css?body=1" for 127.0.0.1 at 2015-03-31 21:18:38 -0400 Started GET "/assets/application-4bd47aa5304440469cdae59cbeafed2c.css?body=1" for 127.0.0.1 at 2015-03-31 21:18:38 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 21:18:38 -0400 Started GET "/assets/application-9dd4861a92e4f9a660455c3058cf3a14.js?body=1" for 127.0.0.1 at 2015-03-31 21:18:38 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 21:49:38 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (15.4ms) Completed 200 OK in 50ms (Views: 49.3ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-ca3f3de8257ff0340147f9fb09120e1c.css?body=1" for 127.0.0.1 at 2015-03-31 21:49:38 -0400 Started GET "/assets/application-df4b3128ccc93fcc72c8fa33cf36e84b.css?body=1" for 127.0.0.1 at 2015-03-31 21:49:38 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 21:49:38 -0400 Started GET "/assets/application-9dd4861a92e4f9a660455c3058cf3a14.js?body=1" for 127.0.0.1 at 2015-03-31 21:49:38 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 21:49:44 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (15.0ms) Completed 200 OK in 60ms (Views: 60.1ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-2d4d00ed856d12fcb06d86fdd6fd6abd.css?body=1" for 127.0.0.1 at 2015-03-31 21:49:44 -0400 Started GET "/assets/application-5c5cc277ad46f7fdb5bfd588b8e961f7.css?body=1" for 127.0.0.1 at 2015-03-31 21:49:44 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 21:49:44 -0400 Started GET "/assets/application-9dd4861a92e4f9a660455c3058cf3a14.js?body=1" for 127.0.0.1 at 2015-03-31 21:49:44 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 21:50:06 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (14.6ms) Completed 200 OK in 48ms (Views: 47.4ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-dd8de8cd81f140f0e735a47669ccc726.css?body=1" for 127.0.0.1 at 2015-03-31 21:50:06 -0400 Started GET "/assets/application-64a1b417a76b6b4572a168043511d61c.css?body=1" for 127.0.0.1 at 2015-03-31 21:50:06 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 21:50:06 -0400 Started GET "/assets/application-9dd4861a92e4f9a660455c3058cf3a14.js?body=1" for 127.0.0.1 at 2015-03-31 21:50:06 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 21:50:12 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (19.7ms) Completed 200 OK in 74ms (Views: 73.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application-3e07690aa80323619940279dd7eac87b.css?body=1" for 127.0.0.1 at 2015-03-31 21:50:13 -0400 Started GET "/assets/addresses_demo-b712b0c911a1df98192577a7dcff8e97.css?body=1" for 127.0.0.1 at 2015-03-31 21:50:13 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 21:50:13 -0400 Started GET "/assets/application-9dd4861a92e4f9a660455c3058cf3a14.js?body=1" for 127.0.0.1 at 2015-03-31 21:50:13 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 21:50:21 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (21.9ms) Completed 200 OK in 67ms (Views: 67.2ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-58cb660459f6b7c50fd0e36e9b582557.css?body=1" for 127.0.0.1 at 2015-03-31 21:50:21 -0400 Started GET "/assets/application-dfbdb2bf7d345961c5b44158e06aa333.css?body=1" for 127.0.0.1 at 2015-03-31 21:50:21 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 21:50:21 -0400 Started GET "/assets/application-9dd4861a92e4f9a660455c3058cf3a14.js?body=1" for 127.0.0.1 at 2015-03-31 21:50:21 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 21:50:27 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (22.0ms) Completed 200 OK in 88ms (Views: 88.0ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-2bb903e7d0fa21e4854eeb2b9d4a36dc.css?body=1" for 127.0.0.1 at 2015-03-31 21:50:27 -0400 Started GET "/assets/application-79ea064fe0cbd0d4c9feace70c2c4ac0.css?body=1" for 127.0.0.1 at 2015-03-31 21:50:27 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 21:50:27 -0400 Started GET "/assets/application-9dd4861a92e4f9a660455c3058cf3a14.js?body=1" for 127.0.0.1 at 2015-03-31 21:50:27 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 21:50:34 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (15.1ms) Completed 200 OK in 53ms (Views: 53.1ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-43db92d5930dba8a61ec39ee5b9737c5.css?body=1" for 127.0.0.1 at 2015-03-31 21:50:35 -0400 Started GET "/assets/application-417e92d4197f35bdf771aaf27778c4c7.css?body=1" for 127.0.0.1 at 2015-03-31 21:50:35 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 21:50:35 -0400 Started GET "/assets/application-9dd4861a92e4f9a660455c3058cf3a14.js?body=1" for 127.0.0.1 at 2015-03-31 21:50:35 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 21:51:17 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (18.4ms) Completed 200 OK in 59ms (Views: 59.0ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-47b5dec88619964a1b15db40234ae4fe.css?body=1" for 127.0.0.1 at 2015-03-31 21:51:18 -0400 Started GET "/assets/application-b83df3a6c2ee0bfd8a6661214da250ac.css?body=1" for 127.0.0.1 at 2015-03-31 21:51:18 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 21:51:18 -0400 Started GET "/assets/application-9dd4861a92e4f9a660455c3058cf3a14.js?body=1" for 127.0.0.1 at 2015-03-31 21:51:18 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 21:51:29 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (16.1ms) Completed 200 OK in 49ms (Views: 49.1ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-e967337402bea778da2fd1d6bfb35d14.css?body=1" for 127.0.0.1 at 2015-03-31 21:51:29 -0400 Started GET "/assets/application-3dce6e62dbe8679d37b00da98f3be9a3.css?body=1" for 127.0.0.1 at 2015-03-31 21:51:29 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 21:51:29 -0400 Started GET "/assets/application-9dd4861a92e4f9a660455c3058cf3a14.js?body=1" for 127.0.0.1 at 2015-03-31 21:51:29 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 21:51:40 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (17.6ms) Completed 200 OK in 57ms (Views: 57.3ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-234253d17b42dc90aa5c0d6cc6d1f660.css?body=1" for 127.0.0.1 at 2015-03-31 21:51:40 -0400 Started GET "/assets/application-fffea30873b893b975535bf9ae7c1633.css?body=1" for 127.0.0.1 at 2015-03-31 21:51:40 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 21:51:40 -0400 Started GET "/assets/application-9dd4861a92e4f9a660455c3058cf3a14.js?body=1" for 127.0.0.1 at 2015-03-31 21:51:40 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 21:51:58 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (14.7ms) Completed 200 OK in 41ms (Views: 40.5ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-234253d17b42dc90aa5c0d6cc6d1f660.css?body=1" for 127.0.0.1 at 2015-03-31 21:51:58 -0400 Started GET "/assets/application-fffea30873b893b975535bf9ae7c1633.css?body=1" for 127.0.0.1 at 2015-03-31 21:51:58 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 21:51:58 -0400 Started GET "/assets/application-9dd4861a92e4f9a660455c3058cf3a14.js?body=1" for 127.0.0.1 at 2015-03-31 21:51:58 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 21:53:21 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (15.1ms) Completed 200 OK in 54ms (Views: 53.4ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-cec92ce87cac67b8c3ab99d36937c1ea.css?body=1" for 127.0.0.1 at 2015-03-31 21:53:22 -0400 Started GET "/assets/application-3c446533613c31584317fd2721c41ab0.css?body=1" for 127.0.0.1 at 2015-03-31 21:53:22 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 21:53:22 -0400 Started GET "/assets/application-9dd4861a92e4f9a660455c3058cf3a14.js?body=1" for 127.0.0.1 at 2015-03-31 21:53:22 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 21:53:24 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (14.3ms) Completed 200 OK in 34ms (Views: 33.7ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-cec92ce87cac67b8c3ab99d36937c1ea.css?body=1" for 127.0.0.1 at 2015-03-31 21:53:24 -0400 Started GET "/assets/application-3c446533613c31584317fd2721c41ab0.css?body=1" for 127.0.0.1 at 2015-03-31 21:53:24 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 21:53:24 -0400 Started GET "/assets/application-9dd4861a92e4f9a660455c3058cf3a14.js?body=1" for 127.0.0.1 at 2015-03-31 21:53:24 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 21:53:25 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (14.6ms) Completed 200 OK in 65ms (Views: 64.4ms | ActiveRecord: 0.0ms) Started GET "/assets/application-3c446533613c31584317fd2721c41ab0.css?body=1" for 127.0.0.1 at 2015-03-31 21:53:25 -0400 Started GET "/assets/addresses_demo-cec92ce87cac67b8c3ab99d36937c1ea.css?body=1" for 127.0.0.1 at 2015-03-31 21:53:25 -0400 Started GET "/assets/application-9dd4861a92e4f9a660455c3058cf3a14.js?body=1" for 127.0.0.1 at 2015-03-31 21:53:25 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 21:53:25 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 21:53:30 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (14.5ms) Completed 200 OK in 45ms (Views: 45.0ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-590bf86bd94f4ba841ea0caee551d4a4.css?body=1" for 127.0.0.1 at 2015-03-31 21:53:30 -0400 Started GET "/assets/application-9dd4861a92e4f9a660455c3058cf3a14.js?body=1" for 127.0.0.1 at 2015-03-31 21:53:31 -0400 Started GET "/assets/application-ca6539d1ada3c9a6281c9be31171c18e.css?body=1" for 127.0.0.1 at 2015-03-31 21:53:31 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 21:53:31 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 21:55:24 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (17.2ms) Completed 200 OK in 56ms (Views: 55.5ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-234253d17b42dc90aa5c0d6cc6d1f660.css?body=1" for 127.0.0.1 at 2015-03-31 21:55:24 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 21:55:24 -0400 Started GET "/assets/application-fffea30873b893b975535bf9ae7c1633.css?body=1" for 127.0.0.1 at 2015-03-31 21:55:24 -0400 Started GET "/assets/application-9dd4861a92e4f9a660455c3058cf3a14.js?body=1" for 127.0.0.1 at 2015-03-31 21:55:24 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 21:55:45 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (25.6ms) Completed 200 OK in 45ms (Views: 44.5ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-234253d17b42dc90aa5c0d6cc6d1f660.css?body=1" for 127.0.0.1 at 2015-03-31 21:55:45 -0400 Started GET "/assets/application-fffea30873b893b975535bf9ae7c1633.css?body=1" for 127.0.0.1 at 2015-03-31 21:55:45 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 21:55:45 -0400 Started GET "/assets/application-9dd4861a92e4f9a660455c3058cf3a14.js?body=1" for 127.0.0.1 at 2015-03-31 21:55:45 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 21:55:51 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (15.1ms) Completed 200 OK in 37ms (Views: 37.0ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-234253d17b42dc90aa5c0d6cc6d1f660.css?body=1" for 127.0.0.1 at 2015-03-31 21:55:51 -0400 Started GET "/assets/application-fffea30873b893b975535bf9ae7c1633.css?body=1" for 127.0.0.1 at 2015-03-31 21:55:51 -0400 Started GET "/assets/application-9dd4861a92e4f9a660455c3058cf3a14.js?body=1" for 127.0.0.1 at 2015-03-31 21:55:51 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 21:55:51 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 21:56:08 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (23.5ms) Completed 500 Internal Server Error in 25ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined local variable or method `province' for #<#:0x007f93afbdb3a8>): 8: 9: 10:
11: <%= f.label(:state/province) %>
12: <%= f.select(:subdivision, []) %> 13:
14: app/views/addresses_demo/index.html.erb:11:in `block in _app_views_addresses_demo_index_html_erb___4001359159255181452_70136142677600' app/views/addresses_demo/index.html.erb:3:in `_app_views_addresses_demo_index_html_erb___4001359159255181452_70136142677600' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (12.3ms) Started GET "/" for 127.0.0.1 at 2015-03-31 21:56:13 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (18.2ms) Completed 200 OK in 40ms (Views: 39.6ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-234253d17b42dc90aa5c0d6cc6d1f660.css?body=1" for 127.0.0.1 at 2015-03-31 21:56:13 -0400 Started GET "/assets/application-fffea30873b893b975535bf9ae7c1633.css?body=1" for 127.0.0.1 at 2015-03-31 21:56:13 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 21:56:13 -0400 Started GET "/assets/application-9dd4861a92e4f9a660455c3058cf3a14.js?body=1" for 127.0.0.1 at 2015-03-31 21:56:13 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 21:56:23 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (18.5ms) Completed 200 OK in 44ms (Views: 43.7ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-234253d17b42dc90aa5c0d6cc6d1f660.css?body=1" for 127.0.0.1 at 2015-03-31 21:56:23 -0400 Started GET "/assets/application-fffea30873b893b975535bf9ae7c1633.css?body=1" for 127.0.0.1 at 2015-03-31 21:56:23 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 21:56:23 -0400 Started GET "/assets/application-9dd4861a92e4f9a660455c3058cf3a14.js?body=1" for 127.0.0.1 at 2015-03-31 21:56:23 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 21:56:28 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (18.0ms) Completed 200 OK in 42ms (Views: 41.4ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-234253d17b42dc90aa5c0d6cc6d1f660.css?body=1" for 127.0.0.1 at 2015-03-31 21:56:29 -0400 Started GET "/assets/application-fffea30873b893b975535bf9ae7c1633.css?body=1" for 127.0.0.1 at 2015-03-31 21:56:29 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 21:56:29 -0400 Started GET "/assets/application-9dd4861a92e4f9a660455c3058cf3a14.js?body=1" for 127.0.0.1 at 2015-03-31 21:56:29 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 21:56:30 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (14.5ms) Completed 200 OK in 36ms (Views: 35.8ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-234253d17b42dc90aa5c0d6cc6d1f660.css?body=1" for 127.0.0.1 at 2015-03-31 21:56:30 -0400 Started GET "/assets/application-fffea30873b893b975535bf9ae7c1633.css?body=1" for 127.0.0.1 at 2015-03-31 21:56:30 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 21:56:30 -0400 Started GET "/assets/application-9dd4861a92e4f9a660455c3058cf3a14.js?body=1" for 127.0.0.1 at 2015-03-31 21:56:30 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 21:56:34 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (50.7ms) Completed 200 OK in 71ms (Views: 70.5ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-234253d17b42dc90aa5c0d6cc6d1f660.css?body=1" for 127.0.0.1 at 2015-03-31 21:56:34 -0400 Started GET "/assets/application-fffea30873b893b975535bf9ae7c1633.css?body=1" for 127.0.0.1 at 2015-03-31 21:56:34 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 21:56:34 -0400 Started GET "/assets/application-9dd4861a92e4f9a660455c3058cf3a14.js?body=1" for 127.0.0.1 at 2015-03-31 21:56:34 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 21:56:49 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (18.0ms) Completed 200 OK in 45ms (Views: 44.5ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-234253d17b42dc90aa5c0d6cc6d1f660.css?body=1" for 127.0.0.1 at 2015-03-31 21:56:49 -0400 Started GET "/assets/application-fffea30873b893b975535bf9ae7c1633.css?body=1" for 127.0.0.1 at 2015-03-31 21:56:49 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 21:56:49 -0400 Started GET "/assets/application-9dd4861a92e4f9a660455c3058cf3a14.js?body=1" for 127.0.0.1 at 2015-03-31 21:56:49 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 21:56:54 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (19.4ms) Completed 200 OK in 59ms (Views: 58.3ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-590bf86bd94f4ba841ea0caee551d4a4.css?body=1" for 127.0.0.1 at 2015-03-31 21:56:54 -0400 Started GET "/assets/application-ca6539d1ada3c9a6281c9be31171c18e.css?body=1" for 127.0.0.1 at 2015-03-31 21:56:54 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 21:56:54 -0400 Started GET "/assets/application-9dd4861a92e4f9a660455c3058cf3a14.js?body=1" for 127.0.0.1 at 2015-03-31 21:56:54 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 21:57:05 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (16.3ms) Completed 200 OK in 60ms (Views: 59.6ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-50d74200ac210ed9b16400b4525d0bab.css?body=1" for 127.0.0.1 at 2015-03-31 21:57:05 -0400 Started GET "/assets/application-3918e9e4ae0c294f3efa96bb04f4e541.css?body=1" for 127.0.0.1 at 2015-03-31 21:57:05 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 21:57:05 -0400 Started GET "/assets/application-9dd4861a92e4f9a660455c3058cf3a14.js?body=1" for 127.0.0.1 at 2015-03-31 21:57:05 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 21:57:19 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (16.6ms) Completed 200 OK in 54ms (Views: 53.7ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-25b37a77119b407a35b8259334cad659.css?body=1" for 127.0.0.1 at 2015-03-31 21:57:20 -0400 Started GET "/assets/application-5610ac6248c7ed341dd7d58f546fca8b.css?body=1" for 127.0.0.1 at 2015-03-31 21:57:20 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 21:57:20 -0400 Started GET "/assets/application-9dd4861a92e4f9a660455c3058cf3a14.js?body=1" for 127.0.0.1 at 2015-03-31 21:57:20 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 21:57:24 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (16.7ms) Completed 200 OK in 49ms (Views: 48.8ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-50d74200ac210ed9b16400b4525d0bab.css?body=1" for 127.0.0.1 at 2015-03-31 21:57:24 -0400 Started GET "/assets/application-3918e9e4ae0c294f3efa96bb04f4e541.css?body=1" for 127.0.0.1 at 2015-03-31 21:57:24 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 21:57:24 -0400 Started GET "/assets/application-9dd4861a92e4f9a660455c3058cf3a14.js?body=1" for 127.0.0.1 at 2015-03-31 21:57:24 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 22:00:21 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (50.7ms) Completed 200 OK in 73ms (Views: 72.7ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-50d74200ac210ed9b16400b4525d0bab.css?body=1" for 127.0.0.1 at 2015-03-31 22:00:21 -0400 Started GET "/assets/application-3918e9e4ae0c294f3efa96bb04f4e541.css?body=1" for 127.0.0.1 at 2015-03-31 22:00:21 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 22:00:21 -0400 Started GET "/assets/application-9dd4861a92e4f9a660455c3058cf3a14.js?body=1" for 127.0.0.1 at 2015-03-31 22:00:21 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 22:00:53 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (16.0ms) Completed 500 Internal Server Error in 38ms (ActiveRecord: 0.0ms) ActionView::Template::Error (couldn't find file 'subdivisions' (in /Users/sean/dev/subdivision_select/spec/test_app/app/assets/javascripts/application.js:14)): 3: 4: TestApp 5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> 6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> 7: <%= csrf_meta_tags %> 8: 9: app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb__1070869304081047393_70136142561840' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.1ms) Started GET "/" for 127.0.0.1 at 2015-03-31 22:01:01 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (22.1ms) Completed 200 OK in 59ms (Views: 58.8ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-50d74200ac210ed9b16400b4525d0bab.css?body=1" for 127.0.0.1 at 2015-03-31 22:01:01 -0400 Started GET "/assets/application-3918e9e4ae0c294f3efa96bb04f4e541.css?body=1" for 127.0.0.1 at 2015-03-31 22:01:01 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 22:01:01 -0400 Started GET "/assets/subdivision_select/subdivisions-3481cd479c8d2644d91e037d2ac601f2.js?body=1" for 127.0.0.1 at 2015-03-31 22:01:01 -0400 Started GET "/assets/application-397430e56179eb216065b9e0ac0b2644.js?body=1" for 127.0.0.1 at 2015-03-31 22:01:01 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 22:01:59 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (18.2ms) Completed 500 Internal Server Error in 43ms (ActiveRecord: 0.0ms) ActionView::Template::Error (couldn't find file 'jquery' (in /Users/sean/dev/subdivision_select/spec/test_app/app/assets/javascripts/application.js:14)): 3: 4: TestApp 5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> 6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> 7: <%= csrf_meta_tags %> 8: 9: app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb__1070869304081047393_70136142561840' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (13.4ms) Started GET "/" for 127.0.0.1 at 2015-03-31 22:02:18 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (20.8ms) Completed 500 Internal Server Error in 42ms (ActiveRecord: 0.0ms) ActionView::Template::Error (couldn't find file 'jquery' (in /Users/sean/dev/subdivision_select/spec/test_app/app/assets/javascripts/application.js:14)): 3: 4: TestApp 5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> 6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> 7: <%= csrf_meta_tags %> 8: 9: app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb__1070869304081047393_70136142561840' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.6ms) Started GET "/" for 127.0.0.1 at 2015-03-31 22:03:38 -0400 Gem::LoadError (Specified 'sqlite3' for database adapter, but the gem is not loaded. Add `gem 'sqlite3'` to your Gemfile (and ensure its version is at the minimum required by ActiveRecord).): activerecord (4.2.1) lib/active_record/connection_adapters/connection_specification.rb:177:in `rescue in spec' activerecord (4.2.1) lib/active_record/connection_adapters/connection_specification.rb:174:in `spec' activerecord (4.2.1) lib/active_record/connection_handling.rb:50:in `establish_connection' activerecord (4.2.1) lib/active_record/railtie.rb:120:in `block (2 levels) in ' activesupport (4.2.1) lib/active_support/lazy_load_hooks.rb:38:in `instance_eval' activesupport (4.2.1) lib/active_support/lazy_load_hooks.rb:38:in `execute_hook' activesupport (4.2.1) lib/active_support/lazy_load_hooks.rb:45:in `block in run_load_hooks' activesupport (4.2.1) lib/active_support/lazy_load_hooks.rb:44:in `each' activesupport (4.2.1) lib/active_support/lazy_load_hooks.rb:44:in `run_load_hooks' activerecord (4.2.1) lib/active_record/base.rb:316:in `' activerecord (4.2.1) lib/active_record/base.rb:26:in `' activerecord (4.2.1) lib/active_record/migration.rb:384:in `connection' activerecord (4.2.1) lib/active_record/migration.rb:371:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks' activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.0) lib/rack/methodoverride.rb:22:in `call' rack (1.6.0) lib/rack/runtime.rb:18:in `call' activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.0) lib/rack/lock.rb:17:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.1) lib/rails/engine.rb:518:in `call' railties (4.2.1) lib/rails/application.rb:164:in `call' rack (1.6.0) lib/rack/lock.rb:17:in `call' rack (1.6.0) lib/rack/content_length.rb:15:in `call' rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.5ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (21.9ms) Started GET "/" for 127.0.0.1 at 2015-03-31 22:03:57 -0400 LoadError (cannot load such file -- country_select): app/controllers/addresses_demo_controller.rb:2:in `' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.6ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (12.8ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (39.9ms) Started GET "/" for 127.0.0.1 at 2015-03-31 22:05:17 -0400 LoadError (Could not load 'active_record/connection_adapters/nil_adapter'. Make sure that the adapter in config/database.yml is valid. If you use an adapter other than 'mysql', 'mysql2', 'postgresql' or 'sqlite3' add the necessary adapter gem to the Gemfile.): activesupport (4.2.1) lib/active_support/dependencies.rb:274:in `require' activesupport (4.2.1) lib/active_support/dependencies.rb:274:in `block in require' activesupport (4.2.1) lib/active_support/dependencies.rb:240:in `load_dependency' activesupport (4.2.1) lib/active_support/dependencies.rb:274:in `require' activerecord (4.2.1) lib/active_record/connection_adapters/connection_specification.rb:175:in `spec' activerecord (4.2.1) lib/active_record/connection_handling.rb:50:in `establish_connection' activerecord (4.2.1) lib/active_record/railtie.rb:120:in `block (2 levels) in ' activesupport (4.2.1) lib/active_support/lazy_load_hooks.rb:38:in `instance_eval' activesupport (4.2.1) lib/active_support/lazy_load_hooks.rb:38:in `execute_hook' activesupport (4.2.1) lib/active_support/lazy_load_hooks.rb:45:in `block in run_load_hooks' activesupport (4.2.1) lib/active_support/lazy_load_hooks.rb:44:in `each' activesupport (4.2.1) lib/active_support/lazy_load_hooks.rb:44:in `run_load_hooks' activerecord (4.2.1) lib/active_record/base.rb:316:in `' activerecord (4.2.1) lib/active_record/base.rb:26:in `' activerecord (4.2.1) lib/active_record/migration.rb:384:in `connection' activerecord (4.2.1) lib/active_record/migration.rb:371:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks' activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.0) lib/rack/methodoverride.rb:22:in `call' rack (1.6.0) lib/rack/runtime.rb:18:in `call' activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.0) lib/rack/lock.rb:17:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.1) lib/rails/engine.rb:518:in `call' railties (4.2.1) lib/rails/application.rb:164:in `call' rack (1.6.0) lib/rack/lock.rb:17:in `call' rack (1.6.0) lib/rack/content_length.rb:15:in `call' rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.1ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (18.2ms) Started GET "/" for 127.0.0.1 at 2015-03-31 22:06:12 -0400 LoadError (Could not load 'active_record/connection_adapters/nil_adapter'. Make sure that the adapter in config/database.yml is valid. If you use an adapter other than 'mysql', 'mysql2', 'postgresql' or 'sqlite3' add the necessary adapter gem to the Gemfile.): activesupport (4.2.1) lib/active_support/dependencies.rb:274:in `require' activesupport (4.2.1) lib/active_support/dependencies.rb:274:in `block in require' activesupport (4.2.1) lib/active_support/dependencies.rb:240:in `load_dependency' activesupport (4.2.1) lib/active_support/dependencies.rb:274:in `require' activerecord (4.2.1) lib/active_record/connection_adapters/connection_specification.rb:175:in `spec' activerecord (4.2.1) lib/active_record/connection_handling.rb:50:in `establish_connection' activerecord (4.2.1) lib/active_record/railtie.rb:120:in `block (2 levels) in ' activesupport (4.2.1) lib/active_support/lazy_load_hooks.rb:38:in `instance_eval' activesupport (4.2.1) lib/active_support/lazy_load_hooks.rb:38:in `execute_hook' activesupport (4.2.1) lib/active_support/lazy_load_hooks.rb:45:in `block in run_load_hooks' activesupport (4.2.1) lib/active_support/lazy_load_hooks.rb:44:in `each' activesupport (4.2.1) lib/active_support/lazy_load_hooks.rb:44:in `run_load_hooks' activerecord (4.2.1) lib/active_record/base.rb:316:in `' activerecord (4.2.1) lib/active_record/base.rb:26:in `' activerecord (4.2.1) lib/active_record/migration.rb:384:in `connection' activerecord (4.2.1) lib/active_record/migration.rb:371:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks' activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.0) lib/rack/methodoverride.rb:22:in `call' rack (1.6.0) lib/rack/runtime.rb:18:in `call' activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.0) lib/rack/lock.rb:17:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.1) lib/rails/engine.rb:518:in `call' railties (4.2.1) lib/rails/application.rb:164:in `call' rack (1.6.0) lib/rack/lock.rb:17:in `call' rack (1.6.0) lib/rack/content_length.rb:15:in `call' rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.5ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (18.6ms) Started GET "/" for 127.0.0.1 at 2015-03-31 22:06:16 -0400 LoadError (Could not load 'active_record/connection_adapters/nil_adapter'. Make sure that the adapter in config/database.yml is valid. If you use an adapter other than 'mysql', 'mysql2', 'postgresql' or 'sqlite3' add the necessary adapter gem to the Gemfile.): activesupport (4.2.1) lib/active_support/dependencies.rb:274:in `require' activesupport (4.2.1) lib/active_support/dependencies.rb:274:in `block in require' activesupport (4.2.1) lib/active_support/dependencies.rb:240:in `load_dependency' activesupport (4.2.1) lib/active_support/dependencies.rb:274:in `require' activerecord (4.2.1) lib/active_record/connection_adapters/connection_specification.rb:175:in `spec' activerecord (4.2.1) lib/active_record/connection_handling.rb:50:in `establish_connection' activerecord (4.2.1) lib/active_record/railtie.rb:120:in `block (2 levels) in ' activesupport (4.2.1) lib/active_support/lazy_load_hooks.rb:38:in `instance_eval' activesupport (4.2.1) lib/active_support/lazy_load_hooks.rb:38:in `execute_hook' activesupport (4.2.1) lib/active_support/lazy_load_hooks.rb:45:in `block in run_load_hooks' activesupport (4.2.1) lib/active_support/lazy_load_hooks.rb:44:in `each' activesupport (4.2.1) lib/active_support/lazy_load_hooks.rb:44:in `run_load_hooks' activerecord (4.2.1) lib/active_record/base.rb:316:in `' activerecord (4.2.1) lib/active_record/base.rb:26:in `' activerecord (4.2.1) lib/active_record/migration.rb:384:in `connection' activerecord (4.2.1) lib/active_record/migration.rb:371:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks' activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.0) lib/rack/methodoverride.rb:22:in `call' rack (1.6.0) lib/rack/runtime.rb:18:in `call' activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.0) lib/rack/lock.rb:17:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.1) lib/rails/engine.rb:518:in `call' railties (4.2.1) lib/rails/application.rb:164:in `call' rack (1.6.0) lib/rack/lock.rb:17:in `call' rack (1.6.0) lib/rack/content_length.rb:15:in `call' rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.8ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (19.1ms) Started GET "/" for 127.0.0.1 at 2015-03-31 22:06:28 -0400 LoadError (Could not load 'active_record/connection_adapters/nil_adapter'. Make sure that the adapter in config/database.yml is valid. If you use an adapter other than 'mysql', 'mysql2', 'postgresql' or 'sqlite3' add the necessary adapter gem to the Gemfile.): activesupport (4.2.1) lib/active_support/dependencies.rb:274:in `require' activesupport (4.2.1) lib/active_support/dependencies.rb:274:in `block in require' activesupport (4.2.1) lib/active_support/dependencies.rb:240:in `load_dependency' activesupport (4.2.1) lib/active_support/dependencies.rb:274:in `require' activerecord (4.2.1) lib/active_record/connection_adapters/connection_specification.rb:175:in `spec' activerecord (4.2.1) lib/active_record/connection_handling.rb:50:in `establish_connection' activerecord (4.2.1) lib/active_record/railtie.rb:120:in `block (2 levels) in ' activesupport (4.2.1) lib/active_support/lazy_load_hooks.rb:38:in `instance_eval' activesupport (4.2.1) lib/active_support/lazy_load_hooks.rb:38:in `execute_hook' activesupport (4.2.1) lib/active_support/lazy_load_hooks.rb:45:in `block in run_load_hooks' activesupport (4.2.1) lib/active_support/lazy_load_hooks.rb:44:in `each' activesupport (4.2.1) lib/active_support/lazy_load_hooks.rb:44:in `run_load_hooks' activerecord (4.2.1) lib/active_record/base.rb:316:in `' activerecord (4.2.1) lib/active_record/base.rb:26:in `' activerecord (4.2.1) lib/active_record/migration.rb:384:in `connection' activerecord (4.2.1) lib/active_record/migration.rb:371:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks' activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.0) lib/rack/methodoverride.rb:22:in `call' rack (1.6.0) lib/rack/runtime.rb:18:in `call' activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.0) lib/rack/lock.rb:17:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.1) lib/rails/engine.rb:518:in `call' railties (4.2.1) lib/rails/application.rb:164:in `call' rack (1.6.0) lib/rack/lock.rb:17:in `call' rack (1.6.0) lib/rack/content_length.rb:15:in `call' rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.8ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (18.7ms) Started GET "/" for 127.0.0.1 at 2015-03-31 22:06:35 -0400 LoadError (cannot load such file -- country_select): app/controllers/addresses_demo_controller.rb:2:in `' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (12.5ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (29.1ms) Started GET "/" for 127.0.0.1 at 2015-03-31 22:06:50 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (23.9ms) Completed 500 Internal Server Error in 27ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `country_select' for #): 4: 5:
6: <%= f.label(:country) %>
7: <%= f.country_select(:country) %> 8:
9: 10:
app/views/addresses_demo/index.html.erb:7:in `block in _app_views_addresses_demo_index_html_erb___3704016236880987516_70119734237940' app/views/addresses_demo/index.html.erb:3:in `_app_views_addresses_demo_index_html_erb___3704016236880987516_70119734237940' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.1ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (20.5ms) Started GET "/" for 127.0.0.1 at 2015-03-31 22:09:36 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (16.9ms) Completed 500 Internal Server Error in 22ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `country_select' for #): 4: 5:
6: <%= f.label(:country) %>
7: <%= f.country_select(:country) %> 8:
9: 10:
app/views/addresses_demo/index.html.erb:7:in `block in _app_views_addresses_demo_index_html_erb__2829543687991714629_70215348340960' app/views/addresses_demo/index.html.erb:3:in `_app_views_addresses_demo_index_html_erb__2829543687991714629_70215348340960' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (10.1ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (19.2ms) Started GET "/" for 127.0.0.1 at 2015-03-31 22:09:45 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (18.2ms) Completed 200 OK in 125ms (Views: 125.1ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-50d74200ac210ed9b16400b4525d0bab.css?body=1" for 127.0.0.1 at 2015-03-31 22:09:45 -0400 Started GET "/assets/application-3918e9e4ae0c294f3efa96bb04f4e541.css?body=1" for 127.0.0.1 at 2015-03-31 22:09:45 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 22:09:45 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-03-31 22:09:45 -0400 Started GET "/assets/subdivision_select/subdivisions-0c52bdd0f4e26fc5bdefc25803f70c72.js?body=1" for 127.0.0.1 at 2015-03-31 22:09:45 -0400 Started GET "/assets/application-68c7e89725448d26f601f46d0147c5b0.js?body=1" for 127.0.0.1 at 2015-03-31 22:09:45 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 22:11:00 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (16.0ms) Completed 200 OK in 67ms (Views: 66.8ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-50d74200ac210ed9b16400b4525d0bab.css?body=1" for 127.0.0.1 at 2015-03-31 22:11:00 -0400 Started GET "/assets/application-3918e9e4ae0c294f3efa96bb04f4e541.css?body=1" for 127.0.0.1 at 2015-03-31 22:11:00 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 22:11:00 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-03-31 22:11:00 -0400 Started GET "/assets/subdivision_select/subdivisions-f8bc38aa6ac626b48b747850f30b1f41.js?body=1" for 127.0.0.1 at 2015-03-31 22:11:00 -0400 Started GET "/assets/application-aad2efc8b019064d438269a52c921d08.js?body=1" for 127.0.0.1 at 2015-03-31 22:11:00 -0400 Started GET "/subdivisions/getions?country_code=AD" for 127.0.0.1 at 2015-03-31 22:11:02 -0400 ActionController::RoutingError (No route matches [GET] "/subdivisions/getions"): actionpack (4.1.10) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.10) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.5ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/routing_error.text.erb (3.6ms) Started GET "/" for 127.0.0.1 at 2015-03-31 22:11:16 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (18.8ms) Completed 200 OK in 69ms (Views: 69.2ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-50d74200ac210ed9b16400b4525d0bab.css?body=1" for 127.0.0.1 at 2015-03-31 22:11:16 -0400 Started GET "/assets/application-3918e9e4ae0c294f3efa96bb04f4e541.css?body=1" for 127.0.0.1 at 2015-03-31 22:11:16 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 22:11:16 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-03-31 22:11:16 -0400 Started GET "/assets/subdivision_select/subdivisions-762ecd971c980b06c04d64cc509c900f.js?body=1" for 127.0.0.1 at 2015-03-31 22:11:16 -0400 Started GET "/assets/application-bf736f4ae1358df377a4584db4c1b011.js?body=1" for 127.0.0.1 at 2015-03-31 22:11:16 -0400 Started GET "/subdivisions/get?country_code=AO" for 127.0.0.1 at 2015-03-31 22:11:18 -0400 ActionController::RoutingError (No route matches [GET] "/subdivisions/get"): actionpack (4.1.10) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.10) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.9ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/routing_error.text.erb (5.0ms) Started GET "/" for 127.0.0.1 at 2015-03-31 22:12:08 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (23.1ms) Completed 200 OK in 72ms (Views: 71.8ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-50d74200ac210ed9b16400b4525d0bab.css?body=1" for 127.0.0.1 at 2015-03-31 22:12:08 -0400 Started GET "/assets/application-3918e9e4ae0c294f3efa96bb04f4e541.css?body=1" for 127.0.0.1 at 2015-03-31 22:12:08 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 22:12:08 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-03-31 22:12:08 -0400 Started GET "/assets/subdivision_select/subdivisions-0dc44032118c9715676786cb200a45bd.js?body=1" for 127.0.0.1 at 2015-03-31 22:12:08 -0400 Started GET "/assets/application-9adc65e841d3be99502844881e17532c.js?body=1" for 127.0.0.1 at 2015-03-31 22:12:08 -0400 Started GET "/subdivisions/subdivisions/get?country_code=AO" for 127.0.0.1 at 2015-03-31 22:12:10 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"AO"} Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) NameError (uninitialized constant SubdivisionSelect::SubdivisionsController::Country): /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/subdivisions_controller.rb:6:in `get' actionpack (4.1.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.10) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.10) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.10) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.10) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.1.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.10) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.10) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.10) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.10) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/railtie.rb:194:in `public_send' railties (4.1.10) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.10) lib/active_record/migration.rb:380:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.10) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.10) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb (12.2ms) Started GET "/" for 127.0.0.1 at 2015-03-31 22:13:07 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (54.7ms) Completed 200 OK in 174ms (Views: 174.1ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-50d74200ac210ed9b16400b4525d0bab.css?body=1" for 127.0.0.1 at 2015-03-31 22:13:07 -0400 Started GET "/assets/application-3918e9e4ae0c294f3efa96bb04f4e541.css?body=1" for 127.0.0.1 at 2015-03-31 22:13:07 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 22:13:07 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-03-31 22:13:07 -0400 Started GET "/assets/application-f39040d9c969af70e738a827f0d36cbe.js?body=1" for 127.0.0.1 at 2015-03-31 22:13:07 -0400 Started GET "/assets/subdivision_select/subdivisions-8991af5b8131bc019971de6a6f8ef902.js?body=1" for 127.0.0.1 at 2015-03-31 22:13:07 -0400 Started GET "/subdivisions?country_code=AO" for 127.0.0.1 at 2015-03-31 22:13:09 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"AO"} Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) NameError (uninitialized constant SubdivisionSelect::SubdivisionsController::Country): /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/subdivisions_controller.rb:6:in `get' actionpack (4.1.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.10) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.10) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.10) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.10) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.1.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.10) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.10) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.10) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.10) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/railtie.rb:194:in `public_send' railties (4.1.10) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.10) lib/active_record/migration.rb:380:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.10) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.10) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.7ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb (12.8ms) Started GET "/" for 127.0.0.1 at 2015-03-31 22:13:58 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (21.6ms) Completed 200 OK in 51ms (Views: 50.4ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-50d74200ac210ed9b16400b4525d0bab.css?body=1" for 127.0.0.1 at 2015-03-31 22:13:58 -0400 Started GET "/assets/application-3918e9e4ae0c294f3efa96bb04f4e541.css?body=1" for 127.0.0.1 at 2015-03-31 22:13:58 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 22:13:58 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-03-31 22:13:58 -0400 Started GET "/assets/subdivision_select/subdivisions-8991af5b8131bc019971de6a6f8ef902.js?body=1" for 127.0.0.1 at 2015-03-31 22:13:58 -0400 Started GET "/assets/application-f39040d9c969af70e738a827f0d36cbe.js?body=1" for 127.0.0.1 at 2015-03-31 22:13:58 -0400 Started GET "/subdivisions?country_code=AM" for 127.0.0.1 at 2015-03-31 22:14:00 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"AM"} Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `id' for ["AG", {"name"=>"Aragac?otn", "names"=>"Aragac?otn"}]:Array): /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/subdivisions_controller.rb:11:in `block in get' /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/subdivisions_controller.rb:10:in `each' /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/subdivisions_controller.rb:10:in `inject' /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/subdivisions_controller.rb:10:in `get' actionpack (4.1.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.10) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.10) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.10) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.10) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.1.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.10) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.10) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.10) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.10) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/railtie.rb:194:in `public_send' railties (4.1.10) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.10) lib/active_record/migration.rb:380:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.10) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.10) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.7ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.2ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb (11.9ms) Started GET "/subdivisions?country_code=AM" for 127.0.0.1 at 2015-03-31 22:14:22 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as HTML Parameters: {"country_code"=>"AM"} Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `id' for ["AG", {"name"=>"Aragac?otn", "names"=>"Aragac?otn"}]:Array): /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/subdivisions_controller.rb:11:in `block in get' /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/subdivisions_controller.rb:10:in `each' /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/subdivisions_controller.rb:10:in `inject' /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/subdivisions_controller.rb:10:in `get' actionpack (4.1.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.10) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.10) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.10) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.10) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.1.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.10) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.10) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.10) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.10) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/railtie.rb:194:in `public_send' railties (4.1.10) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.10) lib/active_record/migration.rb:380:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.10) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.10) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.1ms) Started GET "/subdivisions?country_code=AM" for 127.0.0.1 at 2015-03-31 22:15:00 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as HTML Parameters: {"country_code"=>"AM"} Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `[]' for nil:NilClass): /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/subdivisions_controller.rb:11:in `block in get' /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/subdivisions_controller.rb:10:in `each' /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/subdivisions_controller.rb:10:in `inject' /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/subdivisions_controller.rb:10:in `get' actionpack (4.1.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.10) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.10) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.10) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.10) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.1.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.10) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.10) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.10) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.10) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/railtie.rb:194:in `public_send' railties (4.1.10) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.10) lib/active_record/migration.rb:380:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.10) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.10) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.8ms) Started GET "/subdivisions?country_code=AM" for 127.0.0.1 at 2015-03-31 22:15:02 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as HTML Parameters: {"country_code"=>"AM"} Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `[]' for nil:NilClass): /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/subdivisions_controller.rb:11:in `block in get' /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/subdivisions_controller.rb:10:in `each' /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/subdivisions_controller.rb:10:in `inject' /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/subdivisions_controller.rb:10:in `get' actionpack (4.1.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.10) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.10) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.10) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.10) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.1.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.10) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.10) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.10) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.10) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/railtie.rb:194:in `public_send' railties (4.1.10) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.10) lib/active_record/migration.rb:380:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.10) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.10) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.9ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.8ms) Started GET "/subdivisions?country_code=AM" for 127.0.0.1 at 2015-03-31 22:16:19 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as HTML Parameters: {"country_code"=>"AM"} Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `clean_subdivisions_data' for #): /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/subdivisions_controller.rb:8:in `get' actionpack (4.1.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.10) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.10) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.10) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.10) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.1.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.10) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.10) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.10) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.10) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/railtie.rb:194:in `public_send' railties (4.1.10) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.10) lib/active_record/migration.rb:380:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.10) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.10) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.1ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (21.4ms) Started GET "/subdivisions?country_code=AM" for 127.0.0.1 at 2015-03-31 22:17:58 -0400 RuntimeError (Circular dependency detected while autoloading constant SubdivisionSelect::SubdivisionsHelper): activesupport (4.1.10) lib/active_support/dependencies.rb:478:in `load_missing_constant' activesupport (4.1.10) lib/active_support/dependencies.rb:180:in `const_missing' activesupport (4.1.10) lib/active_support/inflector/methods.rb:240:in `const_get' activesupport (4.1.10) lib/active_support/inflector/methods.rb:240:in `block in constantize' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `each' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `inject' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `constantize' activesupport (4.1.10) lib/active_support/core_ext/string/inflections.rb:66:in `constantize' actionpack (4.1.10) lib/abstract_controller/helpers.rb:156:in `block in modules_for_helpers' actionpack (4.1.10) lib/abstract_controller/helpers.rb:147:in `map!' actionpack (4.1.10) lib/abstract_controller/helpers.rb:147:in `modules_for_helpers' actionpack (4.1.10) lib/action_controller/metal/helpers.rb:93:in `modules_for_helpers' actionpack (4.1.10) lib/abstract_controller/helpers.rb:111:in `helper' actionpack (4.1.10) lib/action_controller/railties/helpers.rb:17:in `inherited' /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/application_controller.rb:2:in `' /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/application_controller.rb:1:in `' activesupport (4.1.10) lib/active_support/dependencies.rb:443:in `load' activesupport (4.1.10) lib/active_support/dependencies.rb:443:in `block in load_file' activesupport (4.1.10) lib/active_support/dependencies.rb:633:in `new_constants_in' activesupport (4.1.10) lib/active_support/dependencies.rb:442:in `load_file' activesupport (4.1.10) lib/active_support/dependencies.rb:342:in `require_or_load' activesupport (4.1.10) lib/active_support/dependencies.rb:307:in `depend_on' activesupport (4.1.10) lib/active_support/dependencies.rb:225:in `require_dependency' /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/subdivisions_controller.rb:1:in `' activesupport (4.1.10) lib/active_support/dependencies.rb:443:in `load' activesupport (4.1.10) lib/active_support/dependencies.rb:443:in `block in load_file' activesupport (4.1.10) lib/active_support/dependencies.rb:633:in `new_constants_in' activesupport (4.1.10) lib/active_support/dependencies.rb:442:in `load_file' activesupport (4.1.10) lib/active_support/dependencies.rb:342:in `require_or_load' activesupport (4.1.10) lib/active_support/dependencies.rb:480:in `load_missing_constant' activesupport (4.1.10) lib/active_support/dependencies.rb:180:in `const_missing' activesupport (4.1.10) lib/active_support/inflector/methods.rb:240:in `const_get' activesupport (4.1.10) lib/active_support/inflector/methods.rb:240:in `block in constantize' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `each' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `inject' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `constantize' activesupport (4.1.10) lib/active_support/dependencies.rb:552:in `get' activesupport (4.1.10) lib/active_support/dependencies.rb:583:in `constantize' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:78:in `controller_reference' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:68:in `controller' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:46:in `call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/railtie.rb:194:in `public_send' railties (4.1.10) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.10) lib/active_record/migration.rb:380:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.10) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.10) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.0ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.9ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (17.3ms) Started GET "/subdivisions?country_code=AM" for 127.0.0.1 at 2015-03-31 22:18:40 -0400 RuntimeError (Circular dependency detected while autoloading constant SubdivisionSelect::SubdivisionsHelper): activesupport (4.1.10) lib/active_support/dependencies.rb:478:in `load_missing_constant' activesupport (4.1.10) lib/active_support/dependencies.rb:180:in `const_missing' activesupport (4.1.10) lib/active_support/inflector/methods.rb:240:in `const_get' activesupport (4.1.10) lib/active_support/inflector/methods.rb:240:in `block in constantize' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `each' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `inject' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `constantize' activesupport (4.1.10) lib/active_support/core_ext/string/inflections.rb:66:in `constantize' actionpack (4.1.10) lib/abstract_controller/helpers.rb:156:in `block in modules_for_helpers' actionpack (4.1.10) lib/abstract_controller/helpers.rb:147:in `map!' actionpack (4.1.10) lib/abstract_controller/helpers.rb:147:in `modules_for_helpers' actionpack (4.1.10) lib/action_controller/metal/helpers.rb:93:in `modules_for_helpers' actionpack (4.1.10) lib/abstract_controller/helpers.rb:111:in `helper' actionpack (4.1.10) lib/action_controller/railties/helpers.rb:17:in `inherited' /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/application_controller.rb:2:in `' /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/application_controller.rb:1:in `' activesupport (4.1.10) lib/active_support/dependencies.rb:443:in `load' activesupport (4.1.10) lib/active_support/dependencies.rb:443:in `block in load_file' activesupport (4.1.10) lib/active_support/dependencies.rb:633:in `new_constants_in' activesupport (4.1.10) lib/active_support/dependencies.rb:442:in `load_file' activesupport (4.1.10) lib/active_support/dependencies.rb:342:in `require_or_load' activesupport (4.1.10) lib/active_support/dependencies.rb:307:in `depend_on' activesupport (4.1.10) lib/active_support/dependencies.rb:225:in `require_dependency' /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/subdivisions_controller.rb:1:in `' activesupport (4.1.10) lib/active_support/dependencies.rb:443:in `load' activesupport (4.1.10) lib/active_support/dependencies.rb:443:in `block in load_file' activesupport (4.1.10) lib/active_support/dependencies.rb:633:in `new_constants_in' activesupport (4.1.10) lib/active_support/dependencies.rb:442:in `load_file' activesupport (4.1.10) lib/active_support/dependencies.rb:342:in `require_or_load' activesupport (4.1.10) lib/active_support/dependencies.rb:480:in `load_missing_constant' activesupport (4.1.10) lib/active_support/dependencies.rb:180:in `const_missing' activesupport (4.1.10) lib/active_support/inflector/methods.rb:240:in `const_get' activesupport (4.1.10) lib/active_support/inflector/methods.rb:240:in `block in constantize' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `each' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `inject' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `constantize' activesupport (4.1.10) lib/active_support/dependencies.rb:552:in `get' activesupport (4.1.10) lib/active_support/dependencies.rb:583:in `constantize' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:78:in `controller_reference' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:68:in `controller' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:46:in `call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/railtie.rb:194:in `public_send' railties (4.1.10) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.10) lib/active_record/migration.rb:380:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.10) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.10) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.9ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (14.4ms) Started GET "/subdivisions?country_code=AM" for 127.0.0.1 at 2015-03-31 22:19:04 -0400 RuntimeError (Circular dependency detected while autoloading constant SubdivisionSelect::SubdivisionsHelper): activesupport (4.1.10) lib/active_support/dependencies.rb:478:in `load_missing_constant' activesupport (4.1.10) lib/active_support/dependencies.rb:180:in `const_missing' activesupport (4.1.10) lib/active_support/inflector/methods.rb:253:in `const_get' activesupport (4.1.10) lib/active_support/inflector/methods.rb:253:in `block in constantize' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `each' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `inject' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `constantize' activesupport (4.1.10) lib/active_support/core_ext/string/inflections.rb:66:in `constantize' actionpack (4.1.10) lib/abstract_controller/helpers.rb:156:in `block in modules_for_helpers' actionpack (4.1.10) lib/abstract_controller/helpers.rb:147:in `map!' actionpack (4.1.10) lib/abstract_controller/helpers.rb:147:in `modules_for_helpers' actionpack (4.1.10) lib/action_controller/metal/helpers.rb:93:in `modules_for_helpers' actionpack (4.1.10) lib/abstract_controller/helpers.rb:111:in `helper' actionpack (4.1.10) lib/action_controller/railties/helpers.rb:17:in `inherited' /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/application_controller.rb:2:in `' /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/application_controller.rb:1:in `' activesupport (4.1.10) lib/active_support/dependencies.rb:443:in `load' activesupport (4.1.10) lib/active_support/dependencies.rb:443:in `block in load_file' activesupport (4.1.10) lib/active_support/dependencies.rb:633:in `new_constants_in' activesupport (4.1.10) lib/active_support/dependencies.rb:442:in `load_file' activesupport (4.1.10) lib/active_support/dependencies.rb:342:in `require_or_load' activesupport (4.1.10) lib/active_support/dependencies.rb:307:in `depend_on' activesupport (4.1.10) lib/active_support/dependencies.rb:225:in `require_dependency' /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/subdivisions_controller.rb:1:in `' activesupport (4.1.10) lib/active_support/dependencies.rb:443:in `load' activesupport (4.1.10) lib/active_support/dependencies.rb:443:in `block in load_file' activesupport (4.1.10) lib/active_support/dependencies.rb:633:in `new_constants_in' activesupport (4.1.10) lib/active_support/dependencies.rb:442:in `load_file' activesupport (4.1.10) lib/active_support/dependencies.rb:342:in `require_or_load' activesupport (4.1.10) lib/active_support/dependencies.rb:480:in `load_missing_constant' activesupport (4.1.10) lib/active_support/dependencies.rb:180:in `const_missing' activesupport (4.1.10) lib/active_support/inflector/methods.rb:240:in `const_get' activesupport (4.1.10) lib/active_support/inflector/methods.rb:240:in `block in constantize' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `each' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `inject' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `constantize' activesupport (4.1.10) lib/active_support/dependencies.rb:552:in `get' activesupport (4.1.10) lib/active_support/dependencies.rb:583:in `constantize' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:78:in `controller_reference' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:68:in `controller' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:46:in `call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/railtie.rb:194:in `public_send' railties (4.1.10) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.10) lib/active_record/migration.rb:380:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.10) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.10) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (8.9ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (20.8ms) Started GET "/subdivisions?country_code=AM" for 127.0.0.1 at 2015-03-31 22:19:06 -0400 RuntimeError (Circular dependency detected while autoloading constant SubdivisionSelect::SubdivisionsHelper): activesupport (4.1.10) lib/active_support/dependencies.rb:478:in `load_missing_constant' activesupport (4.1.10) lib/active_support/dependencies.rb:180:in `const_missing' activesupport (4.1.10) lib/active_support/inflector/methods.rb:253:in `const_get' activesupport (4.1.10) lib/active_support/inflector/methods.rb:253:in `block in constantize' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `each' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `inject' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `constantize' activesupport (4.1.10) lib/active_support/core_ext/string/inflections.rb:66:in `constantize' actionpack (4.1.10) lib/abstract_controller/helpers.rb:156:in `block in modules_for_helpers' actionpack (4.1.10) lib/abstract_controller/helpers.rb:147:in `map!' actionpack (4.1.10) lib/abstract_controller/helpers.rb:147:in `modules_for_helpers' actionpack (4.1.10) lib/action_controller/metal/helpers.rb:93:in `modules_for_helpers' actionpack (4.1.10) lib/abstract_controller/helpers.rb:111:in `helper' actionpack (4.1.10) lib/action_controller/railties/helpers.rb:17:in `inherited' /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/application_controller.rb:2:in `' /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/application_controller.rb:1:in `' activesupport (4.1.10) lib/active_support/dependencies.rb:443:in `load' activesupport (4.1.10) lib/active_support/dependencies.rb:443:in `block in load_file' activesupport (4.1.10) lib/active_support/dependencies.rb:633:in `new_constants_in' activesupport (4.1.10) lib/active_support/dependencies.rb:442:in `load_file' activesupport (4.1.10) lib/active_support/dependencies.rb:342:in `require_or_load' activesupport (4.1.10) lib/active_support/dependencies.rb:307:in `depend_on' activesupport (4.1.10) lib/active_support/dependencies.rb:225:in `require_dependency' /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/subdivisions_controller.rb:1:in `' activesupport (4.1.10) lib/active_support/dependencies.rb:443:in `load' activesupport (4.1.10) lib/active_support/dependencies.rb:443:in `block in load_file' activesupport (4.1.10) lib/active_support/dependencies.rb:633:in `new_constants_in' activesupport (4.1.10) lib/active_support/dependencies.rb:442:in `load_file' activesupport (4.1.10) lib/active_support/dependencies.rb:342:in `require_or_load' activesupport (4.1.10) lib/active_support/dependencies.rb:480:in `load_missing_constant' activesupport (4.1.10) lib/active_support/dependencies.rb:180:in `const_missing' activesupport (4.1.10) lib/active_support/inflector/methods.rb:240:in `const_get' activesupport (4.1.10) lib/active_support/inflector/methods.rb:240:in `block in constantize' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `each' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `inject' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `constantize' activesupport (4.1.10) lib/active_support/dependencies.rb:552:in `get' activesupport (4.1.10) lib/active_support/dependencies.rb:583:in `constantize' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:78:in `controller_reference' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:68:in `controller' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:46:in `call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/railtie.rb:194:in `public_send' railties (4.1.10) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.10) lib/active_record/migration.rb:380:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.10) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.10) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.9ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (14.8ms) Started GET "/subdivisions?country_code=AM" for 127.0.0.1 at 2015-03-31 22:20:05 -0400 RuntimeError (Circular dependency detected while autoloading constant SubdivisionSelect::SubdivisionsHelper): activesupport (4.1.10) lib/active_support/dependencies.rb:478:in `load_missing_constant' activesupport (4.1.10) lib/active_support/dependencies.rb:180:in `const_missing' activesupport (4.1.10) lib/active_support/inflector/methods.rb:253:in `const_get' activesupport (4.1.10) lib/active_support/inflector/methods.rb:253:in `block in constantize' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `each' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `inject' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `constantize' activesupport (4.1.10) lib/active_support/core_ext/string/inflections.rb:66:in `constantize' actionpack (4.1.10) lib/abstract_controller/helpers.rb:156:in `block in modules_for_helpers' actionpack (4.1.10) lib/abstract_controller/helpers.rb:147:in `map!' actionpack (4.1.10) lib/abstract_controller/helpers.rb:147:in `modules_for_helpers' actionpack (4.1.10) lib/action_controller/metal/helpers.rb:93:in `modules_for_helpers' actionpack (4.1.10) lib/abstract_controller/helpers.rb:111:in `helper' actionpack (4.1.10) lib/action_controller/railties/helpers.rb:17:in `inherited' /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/application_controller.rb:2:in `' /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/application_controller.rb:1:in `' activesupport (4.1.10) lib/active_support/dependencies.rb:443:in `load' activesupport (4.1.10) lib/active_support/dependencies.rb:443:in `block in load_file' activesupport (4.1.10) lib/active_support/dependencies.rb:633:in `new_constants_in' activesupport (4.1.10) lib/active_support/dependencies.rb:442:in `load_file' activesupport (4.1.10) lib/active_support/dependencies.rb:342:in `require_or_load' activesupport (4.1.10) lib/active_support/dependencies.rb:307:in `depend_on' activesupport (4.1.10) lib/active_support/dependencies.rb:225:in `require_dependency' /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/subdivisions_controller.rb:1:in `' activesupport (4.1.10) lib/active_support/dependencies.rb:443:in `load' activesupport (4.1.10) lib/active_support/dependencies.rb:443:in `block in load_file' activesupport (4.1.10) lib/active_support/dependencies.rb:633:in `new_constants_in' activesupport (4.1.10) lib/active_support/dependencies.rb:442:in `load_file' activesupport (4.1.10) lib/active_support/dependencies.rb:342:in `require_or_load' activesupport (4.1.10) lib/active_support/dependencies.rb:480:in `load_missing_constant' activesupport (4.1.10) lib/active_support/dependencies.rb:180:in `const_missing' activesupport (4.1.10) lib/active_support/inflector/methods.rb:240:in `const_get' activesupport (4.1.10) lib/active_support/inflector/methods.rb:240:in `block in constantize' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `each' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `inject' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `constantize' activesupport (4.1.10) lib/active_support/dependencies.rb:552:in `get' activesupport (4.1.10) lib/active_support/dependencies.rb:583:in `constantize' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:78:in `controller_reference' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:68:in `controller' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:46:in `call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/railtie.rb:194:in `public_send' railties (4.1.10) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.10) lib/active_record/migration.rb:380:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.10) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.10) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (8.8ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (23.6ms) Started GET "/subdivisions?country_code=AM" for 127.0.0.1 at 2015-03-31 22:20:31 -0400 RuntimeError (Circular dependency detected while autoloading constant SubdivisionSelect::SubdivisionsHelper): activesupport (4.1.10) lib/active_support/dependencies.rb:478:in `load_missing_constant' activesupport (4.1.10) lib/active_support/dependencies.rb:180:in `const_missing' activesupport (4.1.10) lib/active_support/inflector/methods.rb:253:in `const_get' activesupport (4.1.10) lib/active_support/inflector/methods.rb:253:in `block in constantize' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `each' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `inject' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `constantize' activesupport (4.1.10) lib/active_support/core_ext/string/inflections.rb:66:in `constantize' actionpack (4.1.10) lib/abstract_controller/helpers.rb:156:in `block in modules_for_helpers' actionpack (4.1.10) lib/abstract_controller/helpers.rb:147:in `map!' actionpack (4.1.10) lib/abstract_controller/helpers.rb:147:in `modules_for_helpers' actionpack (4.1.10) lib/action_controller/metal/helpers.rb:93:in `modules_for_helpers' actionpack (4.1.10) lib/abstract_controller/helpers.rb:111:in `helper' actionpack (4.1.10) lib/action_controller/railties/helpers.rb:17:in `inherited' /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/application_controller.rb:2:in `' /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/application_controller.rb:1:in `' activesupport (4.1.10) lib/active_support/dependencies.rb:443:in `load' activesupport (4.1.10) lib/active_support/dependencies.rb:443:in `block in load_file' activesupport (4.1.10) lib/active_support/dependencies.rb:633:in `new_constants_in' activesupport (4.1.10) lib/active_support/dependencies.rb:442:in `load_file' activesupport (4.1.10) lib/active_support/dependencies.rb:342:in `require_or_load' activesupport (4.1.10) lib/active_support/dependencies.rb:307:in `depend_on' activesupport (4.1.10) lib/active_support/dependencies.rb:225:in `require_dependency' /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/subdivisions_controller.rb:1:in `' activesupport (4.1.10) lib/active_support/dependencies.rb:443:in `load' activesupport (4.1.10) lib/active_support/dependencies.rb:443:in `block in load_file' activesupport (4.1.10) lib/active_support/dependencies.rb:633:in `new_constants_in' activesupport (4.1.10) lib/active_support/dependencies.rb:442:in `load_file' activesupport (4.1.10) lib/active_support/dependencies.rb:342:in `require_or_load' activesupport (4.1.10) lib/active_support/dependencies.rb:480:in `load_missing_constant' activesupport (4.1.10) lib/active_support/dependencies.rb:180:in `const_missing' activesupport (4.1.10) lib/active_support/inflector/methods.rb:240:in `const_get' activesupport (4.1.10) lib/active_support/inflector/methods.rb:240:in `block in constantize' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `each' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `inject' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `constantize' activesupport (4.1.10) lib/active_support/dependencies.rb:552:in `get' activesupport (4.1.10) lib/active_support/dependencies.rb:583:in `constantize' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:78:in `controller_reference' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:68:in `controller' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:46:in `call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/railtie.rb:194:in `public_send' railties (4.1.10) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.10) lib/active_record/migration.rb:380:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.10) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.10) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.7ms) Started GET "/subdivisions?country_code=AM" for 127.0.0.1 at 2015-03-31 22:20:32 -0400 RuntimeError (Circular dependency detected while autoloading constant SubdivisionSelect::SubdivisionsHelper): activesupport (4.1.10) lib/active_support/dependencies.rb:478:in `load_missing_constant' activesupport (4.1.10) lib/active_support/dependencies.rb:180:in `const_missing' activesupport (4.1.10) lib/active_support/inflector/methods.rb:253:in `const_get' activesupport (4.1.10) lib/active_support/inflector/methods.rb:253:in `block in constantize' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `each' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `inject' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `constantize' activesupport (4.1.10) lib/active_support/core_ext/string/inflections.rb:66:in `constantize' actionpack (4.1.10) lib/abstract_controller/helpers.rb:156:in `block in modules_for_helpers' actionpack (4.1.10) lib/abstract_controller/helpers.rb:147:in `map!' actionpack (4.1.10) lib/abstract_controller/helpers.rb:147:in `modules_for_helpers' actionpack (4.1.10) lib/action_controller/metal/helpers.rb:93:in `modules_for_helpers' actionpack (4.1.10) lib/abstract_controller/helpers.rb:111:in `helper' actionpack (4.1.10) lib/action_controller/railties/helpers.rb:17:in `inherited' /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/application_controller.rb:2:in `' /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/application_controller.rb:1:in `' activesupport (4.1.10) lib/active_support/dependencies.rb:443:in `load' activesupport (4.1.10) lib/active_support/dependencies.rb:443:in `block in load_file' activesupport (4.1.10) lib/active_support/dependencies.rb:633:in `new_constants_in' activesupport (4.1.10) lib/active_support/dependencies.rb:442:in `load_file' activesupport (4.1.10) lib/active_support/dependencies.rb:342:in `require_or_load' activesupport (4.1.10) lib/active_support/dependencies.rb:307:in `depend_on' activesupport (4.1.10) lib/active_support/dependencies.rb:225:in `require_dependency' /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/subdivisions_controller.rb:1:in `' activesupport (4.1.10) lib/active_support/dependencies.rb:443:in `load' activesupport (4.1.10) lib/active_support/dependencies.rb:443:in `block in load_file' activesupport (4.1.10) lib/active_support/dependencies.rb:633:in `new_constants_in' activesupport (4.1.10) lib/active_support/dependencies.rb:442:in `load_file' activesupport (4.1.10) lib/active_support/dependencies.rb:342:in `require_or_load' activesupport (4.1.10) lib/active_support/dependencies.rb:480:in `load_missing_constant' activesupport (4.1.10) lib/active_support/dependencies.rb:180:in `const_missing' activesupport (4.1.10) lib/active_support/inflector/methods.rb:240:in `const_get' activesupport (4.1.10) lib/active_support/inflector/methods.rb:240:in `block in constantize' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `each' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `inject' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `constantize' activesupport (4.1.10) lib/active_support/dependencies.rb:552:in `get' activesupport (4.1.10) lib/active_support/dependencies.rb:583:in `constantize' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:78:in `controller_reference' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:68:in `controller' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:46:in `call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/railtie.rb:194:in `public_send' railties (4.1.10) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.10) lib/active_record/migration.rb:380:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.10) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.10) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.1ms) Started GET "/subdivisions?country_code=AM" for 127.0.0.1 at 2015-03-31 22:21:50 -0400 RuntimeError (Circular dependency detected while autoloading constant SubdivisionSelect::SubdivisionsHelper): activesupport (4.1.10) lib/active_support/dependencies.rb:478:in `load_missing_constant' activesupport (4.1.10) lib/active_support/dependencies.rb:180:in `const_missing' activesupport (4.1.10) lib/active_support/inflector/methods.rb:253:in `const_get' activesupport (4.1.10) lib/active_support/inflector/methods.rb:253:in `block in constantize' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `each' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `inject' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `constantize' activesupport (4.1.10) lib/active_support/core_ext/string/inflections.rb:66:in `constantize' actionpack (4.1.10) lib/abstract_controller/helpers.rb:156:in `block in modules_for_helpers' actionpack (4.1.10) lib/abstract_controller/helpers.rb:147:in `map!' actionpack (4.1.10) lib/abstract_controller/helpers.rb:147:in `modules_for_helpers' actionpack (4.1.10) lib/action_controller/metal/helpers.rb:93:in `modules_for_helpers' actionpack (4.1.10) lib/abstract_controller/helpers.rb:111:in `helper' actionpack (4.1.10) lib/action_controller/railties/helpers.rb:17:in `inherited' /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/application_controller.rb:2:in `' /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/application_controller.rb:1:in `' activesupport (4.1.10) lib/active_support/dependencies.rb:443:in `load' activesupport (4.1.10) lib/active_support/dependencies.rb:443:in `block in load_file' activesupport (4.1.10) lib/active_support/dependencies.rb:633:in `new_constants_in' activesupport (4.1.10) lib/active_support/dependencies.rb:442:in `load_file' activesupport (4.1.10) lib/active_support/dependencies.rb:342:in `require_or_load' activesupport (4.1.10) lib/active_support/dependencies.rb:307:in `depend_on' activesupport (4.1.10) lib/active_support/dependencies.rb:225:in `require_dependency' /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/subdivisions_controller.rb:1:in `' activesupport (4.1.10) lib/active_support/dependencies.rb:443:in `load' activesupport (4.1.10) lib/active_support/dependencies.rb:443:in `block in load_file' activesupport (4.1.10) lib/active_support/dependencies.rb:633:in `new_constants_in' activesupport (4.1.10) lib/active_support/dependencies.rb:442:in `load_file' activesupport (4.1.10) lib/active_support/dependencies.rb:342:in `require_or_load' activesupport (4.1.10) lib/active_support/dependencies.rb:480:in `load_missing_constant' activesupport (4.1.10) lib/active_support/dependencies.rb:180:in `const_missing' activesupport (4.1.10) lib/active_support/inflector/methods.rb:240:in `const_get' activesupport (4.1.10) lib/active_support/inflector/methods.rb:240:in `block in constantize' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `each' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `inject' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `constantize' activesupport (4.1.10) lib/active_support/dependencies.rb:552:in `get' activesupport (4.1.10) lib/active_support/dependencies.rb:583:in `constantize' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:78:in `controller_reference' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:68:in `controller' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:46:in `call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/railtie.rb:194:in `public_send' railties (4.1.10) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.10) lib/active_record/migration.rb:380:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.10) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.10) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.7ms) Started GET "/subdivisions?country_code=AM" for 127.0.0.1 at 2015-03-31 22:21:51 -0400 RuntimeError (Circular dependency detected while autoloading constant SubdivisionSelect::SubdivisionsHelper): activesupport (4.1.10) lib/active_support/dependencies.rb:478:in `load_missing_constant' activesupport (4.1.10) lib/active_support/dependencies.rb:180:in `const_missing' activesupport (4.1.10) lib/active_support/inflector/methods.rb:253:in `const_get' activesupport (4.1.10) lib/active_support/inflector/methods.rb:253:in `block in constantize' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `each' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `inject' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `constantize' activesupport (4.1.10) lib/active_support/core_ext/string/inflections.rb:66:in `constantize' actionpack (4.1.10) lib/abstract_controller/helpers.rb:156:in `block in modules_for_helpers' actionpack (4.1.10) lib/abstract_controller/helpers.rb:147:in `map!' actionpack (4.1.10) lib/abstract_controller/helpers.rb:147:in `modules_for_helpers' actionpack (4.1.10) lib/action_controller/metal/helpers.rb:93:in `modules_for_helpers' actionpack (4.1.10) lib/abstract_controller/helpers.rb:111:in `helper' actionpack (4.1.10) lib/action_controller/railties/helpers.rb:17:in `inherited' /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/application_controller.rb:2:in `' /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/application_controller.rb:1:in `' activesupport (4.1.10) lib/active_support/dependencies.rb:443:in `load' activesupport (4.1.10) lib/active_support/dependencies.rb:443:in `block in load_file' activesupport (4.1.10) lib/active_support/dependencies.rb:633:in `new_constants_in' activesupport (4.1.10) lib/active_support/dependencies.rb:442:in `load_file' activesupport (4.1.10) lib/active_support/dependencies.rb:342:in `require_or_load' activesupport (4.1.10) lib/active_support/dependencies.rb:307:in `depend_on' activesupport (4.1.10) lib/active_support/dependencies.rb:225:in `require_dependency' /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/subdivisions_controller.rb:1:in `' activesupport (4.1.10) lib/active_support/dependencies.rb:443:in `load' activesupport (4.1.10) lib/active_support/dependencies.rb:443:in `block in load_file' activesupport (4.1.10) lib/active_support/dependencies.rb:633:in `new_constants_in' activesupport (4.1.10) lib/active_support/dependencies.rb:442:in `load_file' activesupport (4.1.10) lib/active_support/dependencies.rb:342:in `require_or_load' activesupport (4.1.10) lib/active_support/dependencies.rb:480:in `load_missing_constant' activesupport (4.1.10) lib/active_support/dependencies.rb:180:in `const_missing' activesupport (4.1.10) lib/active_support/inflector/methods.rb:240:in `const_get' activesupport (4.1.10) lib/active_support/inflector/methods.rb:240:in `block in constantize' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `each' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `inject' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `constantize' activesupport (4.1.10) lib/active_support/dependencies.rb:552:in `get' activesupport (4.1.10) lib/active_support/dependencies.rb:583:in `constantize' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:78:in `controller_reference' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:68:in `controller' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:46:in `call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/railtie.rb:194:in `public_send' railties (4.1.10) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.10) lib/active_record/migration.rb:380:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.10) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.10) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.0ms) Started GET "/subdivisions?country_code=AM" for 127.0.0.1 at 2015-03-31 22:22:10 -0400 RuntimeError (Circular dependency detected while autoloading constant SubdivisionSelect::SubdivisionsHelper): activesupport (4.1.10) lib/active_support/dependencies.rb:478:in `load_missing_constant' activesupport (4.1.10) lib/active_support/dependencies.rb:180:in `const_missing' activesupport (4.1.10) lib/active_support/inflector/methods.rb:253:in `const_get' activesupport (4.1.10) lib/active_support/inflector/methods.rb:253:in `block in constantize' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `each' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `inject' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `constantize' activesupport (4.1.10) lib/active_support/core_ext/string/inflections.rb:66:in `constantize' actionpack (4.1.10) lib/abstract_controller/helpers.rb:156:in `block in modules_for_helpers' actionpack (4.1.10) lib/abstract_controller/helpers.rb:147:in `map!' actionpack (4.1.10) lib/abstract_controller/helpers.rb:147:in `modules_for_helpers' actionpack (4.1.10) lib/action_controller/metal/helpers.rb:93:in `modules_for_helpers' actionpack (4.1.10) lib/abstract_controller/helpers.rb:111:in `helper' actionpack (4.1.10) lib/action_controller/railties/helpers.rb:17:in `inherited' /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/application_controller.rb:2:in `' /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/application_controller.rb:1:in `' activesupport (4.1.10) lib/active_support/dependencies.rb:443:in `load' activesupport (4.1.10) lib/active_support/dependencies.rb:443:in `block in load_file' activesupport (4.1.10) lib/active_support/dependencies.rb:633:in `new_constants_in' activesupport (4.1.10) lib/active_support/dependencies.rb:442:in `load_file' activesupport (4.1.10) lib/active_support/dependencies.rb:342:in `require_or_load' activesupport (4.1.10) lib/active_support/dependencies.rb:307:in `depend_on' activesupport (4.1.10) lib/active_support/dependencies.rb:225:in `require_dependency' /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/subdivisions_controller.rb:1:in `' activesupport (4.1.10) lib/active_support/dependencies.rb:443:in `load' activesupport (4.1.10) lib/active_support/dependencies.rb:443:in `block in load_file' activesupport (4.1.10) lib/active_support/dependencies.rb:633:in `new_constants_in' activesupport (4.1.10) lib/active_support/dependencies.rb:442:in `load_file' activesupport (4.1.10) lib/active_support/dependencies.rb:342:in `require_or_load' activesupport (4.1.10) lib/active_support/dependencies.rb:480:in `load_missing_constant' activesupport (4.1.10) lib/active_support/dependencies.rb:180:in `const_missing' activesupport (4.1.10) lib/active_support/inflector/methods.rb:240:in `const_get' activesupport (4.1.10) lib/active_support/inflector/methods.rb:240:in `block in constantize' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `each' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `inject' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `constantize' activesupport (4.1.10) lib/active_support/dependencies.rb:552:in `get' activesupport (4.1.10) lib/active_support/dependencies.rb:583:in `constantize' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:78:in `controller_reference' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:68:in `controller' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:46:in `call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/railtie.rb:194:in `public_send' railties (4.1.10) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.10) lib/active_record/migration.rb:380:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.10) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.10) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (8.1ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (20.3ms) Started GET "/subdivisions?country_code=AM" for 127.0.0.1 at 2015-03-31 22:22:12 -0400 RuntimeError (Circular dependency detected while autoloading constant SubdivisionSelect::SubdivisionsHelper): activesupport (4.1.10) lib/active_support/dependencies.rb:478:in `load_missing_constant' activesupport (4.1.10) lib/active_support/dependencies.rb:180:in `const_missing' activesupport (4.1.10) lib/active_support/inflector/methods.rb:253:in `const_get' activesupport (4.1.10) lib/active_support/inflector/methods.rb:253:in `block in constantize' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `each' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `inject' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `constantize' activesupport (4.1.10) lib/active_support/core_ext/string/inflections.rb:66:in `constantize' actionpack (4.1.10) lib/abstract_controller/helpers.rb:156:in `block in modules_for_helpers' actionpack (4.1.10) lib/abstract_controller/helpers.rb:147:in `map!' actionpack (4.1.10) lib/abstract_controller/helpers.rb:147:in `modules_for_helpers' actionpack (4.1.10) lib/action_controller/metal/helpers.rb:93:in `modules_for_helpers' actionpack (4.1.10) lib/abstract_controller/helpers.rb:111:in `helper' actionpack (4.1.10) lib/action_controller/railties/helpers.rb:17:in `inherited' /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/application_controller.rb:2:in `' /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/application_controller.rb:1:in `' activesupport (4.1.10) lib/active_support/dependencies.rb:443:in `load' activesupport (4.1.10) lib/active_support/dependencies.rb:443:in `block in load_file' activesupport (4.1.10) lib/active_support/dependencies.rb:633:in `new_constants_in' activesupport (4.1.10) lib/active_support/dependencies.rb:442:in `load_file' activesupport (4.1.10) lib/active_support/dependencies.rb:342:in `require_or_load' activesupport (4.1.10) lib/active_support/dependencies.rb:307:in `depend_on' activesupport (4.1.10) lib/active_support/dependencies.rb:225:in `require_dependency' /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/subdivisions_controller.rb:1:in `' activesupport (4.1.10) lib/active_support/dependencies.rb:443:in `load' activesupport (4.1.10) lib/active_support/dependencies.rb:443:in `block in load_file' activesupport (4.1.10) lib/active_support/dependencies.rb:633:in `new_constants_in' activesupport (4.1.10) lib/active_support/dependencies.rb:442:in `load_file' activesupport (4.1.10) lib/active_support/dependencies.rb:342:in `require_or_load' activesupport (4.1.10) lib/active_support/dependencies.rb:480:in `load_missing_constant' activesupport (4.1.10) lib/active_support/dependencies.rb:180:in `const_missing' activesupport (4.1.10) lib/active_support/inflector/methods.rb:240:in `const_get' activesupport (4.1.10) lib/active_support/inflector/methods.rb:240:in `block in constantize' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `each' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `inject' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `constantize' activesupport (4.1.10) lib/active_support/dependencies.rb:552:in `get' activesupport (4.1.10) lib/active_support/dependencies.rb:583:in `constantize' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:78:in `controller_reference' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:68:in `controller' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:46:in `call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/railtie.rb:194:in `public_send' railties (4.1.10) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.10) lib/active_record/migration.rb:380:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.10) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.10) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.1ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.9ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (15.8ms) Started GET "/subdivisions?country_code=AM" for 127.0.0.1 at 2015-03-31 22:22:27 -0400 RuntimeError (Circular dependency detected while autoloading constant SubdivisionSelect::SubdivisionsHelper): activesupport (4.1.10) lib/active_support/dependencies.rb:478:in `load_missing_constant' activesupport (4.1.10) lib/active_support/dependencies.rb:180:in `const_missing' activesupport (4.1.10) lib/active_support/inflector/methods.rb:253:in `const_get' activesupport (4.1.10) lib/active_support/inflector/methods.rb:253:in `block in constantize' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `each' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `inject' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `constantize' activesupport (4.1.10) lib/active_support/core_ext/string/inflections.rb:66:in `constantize' actionpack (4.1.10) lib/abstract_controller/helpers.rb:156:in `block in modules_for_helpers' actionpack (4.1.10) lib/abstract_controller/helpers.rb:147:in `map!' actionpack (4.1.10) lib/abstract_controller/helpers.rb:147:in `modules_for_helpers' actionpack (4.1.10) lib/action_controller/metal/helpers.rb:93:in `modules_for_helpers' actionpack (4.1.10) lib/abstract_controller/helpers.rb:111:in `helper' actionpack (4.1.10) lib/action_controller/railties/helpers.rb:17:in `inherited' /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/application_controller.rb:2:in `' /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/application_controller.rb:1:in `' activesupport (4.1.10) lib/active_support/dependencies.rb:443:in `load' activesupport (4.1.10) lib/active_support/dependencies.rb:443:in `block in load_file' activesupport (4.1.10) lib/active_support/dependencies.rb:633:in `new_constants_in' activesupport (4.1.10) lib/active_support/dependencies.rb:442:in `load_file' activesupport (4.1.10) lib/active_support/dependencies.rb:342:in `require_or_load' activesupport (4.1.10) lib/active_support/dependencies.rb:307:in `depend_on' activesupport (4.1.10) lib/active_support/dependencies.rb:225:in `require_dependency' /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/subdivisions_controller.rb:1:in `' activesupport (4.1.10) lib/active_support/dependencies.rb:443:in `load' activesupport (4.1.10) lib/active_support/dependencies.rb:443:in `block in load_file' activesupport (4.1.10) lib/active_support/dependencies.rb:633:in `new_constants_in' activesupport (4.1.10) lib/active_support/dependencies.rb:442:in `load_file' activesupport (4.1.10) lib/active_support/dependencies.rb:342:in `require_or_load' activesupport (4.1.10) lib/active_support/dependencies.rb:480:in `load_missing_constant' activesupport (4.1.10) lib/active_support/dependencies.rb:180:in `const_missing' activesupport (4.1.10) lib/active_support/inflector/methods.rb:240:in `const_get' activesupport (4.1.10) lib/active_support/inflector/methods.rb:240:in `block in constantize' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `each' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `inject' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `constantize' activesupport (4.1.10) lib/active_support/dependencies.rb:552:in `get' activesupport (4.1.10) lib/active_support/dependencies.rb:583:in `constantize' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:78:in `controller_reference' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:68:in `controller' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:46:in `call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/railtie.rb:194:in `public_send' railties (4.1.10) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.10) lib/active_record/migration.rb:380:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.10) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.10) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.5ms) Started GET "/subdivisions?country_code=AM" for 127.0.0.1 at 2015-03-31 22:22:34 -0400 RuntimeError (Circular dependency detected while autoloading constant SubdivisionSelect::SubdivisionsHelper): activesupport (4.1.10) lib/active_support/dependencies.rb:478:in `load_missing_constant' activesupport (4.1.10) lib/active_support/dependencies.rb:180:in `const_missing' activesupport (4.1.10) lib/active_support/inflector/methods.rb:253:in `const_get' activesupport (4.1.10) lib/active_support/inflector/methods.rb:253:in `block in constantize' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `each' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `inject' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `constantize' activesupport (4.1.10) lib/active_support/core_ext/string/inflections.rb:66:in `constantize' actionpack (4.1.10) lib/abstract_controller/helpers.rb:156:in `block in modules_for_helpers' actionpack (4.1.10) lib/abstract_controller/helpers.rb:147:in `map!' actionpack (4.1.10) lib/abstract_controller/helpers.rb:147:in `modules_for_helpers' actionpack (4.1.10) lib/action_controller/metal/helpers.rb:93:in `modules_for_helpers' actionpack (4.1.10) lib/abstract_controller/helpers.rb:111:in `helper' actionpack (4.1.10) lib/action_controller/railties/helpers.rb:17:in `inherited' /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/application_controller.rb:2:in `' /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/application_controller.rb:1:in `' activesupport (4.1.10) lib/active_support/dependencies.rb:443:in `load' activesupport (4.1.10) lib/active_support/dependencies.rb:443:in `block in load_file' activesupport (4.1.10) lib/active_support/dependencies.rb:633:in `new_constants_in' activesupport (4.1.10) lib/active_support/dependencies.rb:442:in `load_file' activesupport (4.1.10) lib/active_support/dependencies.rb:342:in `require_or_load' activesupport (4.1.10) lib/active_support/dependencies.rb:307:in `depend_on' activesupport (4.1.10) lib/active_support/dependencies.rb:225:in `require_dependency' /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/subdivisions_controller.rb:1:in `' activesupport (4.1.10) lib/active_support/dependencies.rb:443:in `load' activesupport (4.1.10) lib/active_support/dependencies.rb:443:in `block in load_file' activesupport (4.1.10) lib/active_support/dependencies.rb:633:in `new_constants_in' activesupport (4.1.10) lib/active_support/dependencies.rb:442:in `load_file' activesupport (4.1.10) lib/active_support/dependencies.rb:342:in `require_or_load' activesupport (4.1.10) lib/active_support/dependencies.rb:480:in `load_missing_constant' activesupport (4.1.10) lib/active_support/dependencies.rb:180:in `const_missing' activesupport (4.1.10) lib/active_support/inflector/methods.rb:240:in `const_get' activesupport (4.1.10) lib/active_support/inflector/methods.rb:240:in `block in constantize' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `each' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `inject' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `constantize' activesupport (4.1.10) lib/active_support/dependencies.rb:552:in `get' activesupport (4.1.10) lib/active_support/dependencies.rb:583:in `constantize' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:78:in `controller_reference' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:68:in `controller' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:46:in `call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/railtie.rb:194:in `public_send' railties (4.1.10) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.10) lib/active_record/migration.rb:380:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.10) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.10) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (12.7ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (23.5ms) Started GET "/subdivisions?country_code=AM" for 127.0.0.1 at 2015-03-31 22:22:35 -0400 RuntimeError (Circular dependency detected while autoloading constant SubdivisionSelect::SubdivisionsHelper): activesupport (4.1.10) lib/active_support/dependencies.rb:478:in `load_missing_constant' activesupport (4.1.10) lib/active_support/dependencies.rb:180:in `const_missing' activesupport (4.1.10) lib/active_support/inflector/methods.rb:253:in `const_get' activesupport (4.1.10) lib/active_support/inflector/methods.rb:253:in `block in constantize' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `each' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `inject' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `constantize' activesupport (4.1.10) lib/active_support/core_ext/string/inflections.rb:66:in `constantize' actionpack (4.1.10) lib/abstract_controller/helpers.rb:156:in `block in modules_for_helpers' actionpack (4.1.10) lib/abstract_controller/helpers.rb:147:in `map!' actionpack (4.1.10) lib/abstract_controller/helpers.rb:147:in `modules_for_helpers' actionpack (4.1.10) lib/action_controller/metal/helpers.rb:93:in `modules_for_helpers' actionpack (4.1.10) lib/abstract_controller/helpers.rb:111:in `helper' actionpack (4.1.10) lib/action_controller/railties/helpers.rb:17:in `inherited' /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/application_controller.rb:2:in `' /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/application_controller.rb:1:in `' activesupport (4.1.10) lib/active_support/dependencies.rb:443:in `load' activesupport (4.1.10) lib/active_support/dependencies.rb:443:in `block in load_file' activesupport (4.1.10) lib/active_support/dependencies.rb:633:in `new_constants_in' activesupport (4.1.10) lib/active_support/dependencies.rb:442:in `load_file' activesupport (4.1.10) lib/active_support/dependencies.rb:342:in `require_or_load' activesupport (4.1.10) lib/active_support/dependencies.rb:307:in `depend_on' activesupport (4.1.10) lib/active_support/dependencies.rb:225:in `require_dependency' /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/subdivisions_controller.rb:1:in `' activesupport (4.1.10) lib/active_support/dependencies.rb:443:in `load' activesupport (4.1.10) lib/active_support/dependencies.rb:443:in `block in load_file' activesupport (4.1.10) lib/active_support/dependencies.rb:633:in `new_constants_in' activesupport (4.1.10) lib/active_support/dependencies.rb:442:in `load_file' activesupport (4.1.10) lib/active_support/dependencies.rb:342:in `require_or_load' activesupport (4.1.10) lib/active_support/dependencies.rb:480:in `load_missing_constant' activesupport (4.1.10) lib/active_support/dependencies.rb:180:in `const_missing' activesupport (4.1.10) lib/active_support/inflector/methods.rb:240:in `const_get' activesupport (4.1.10) lib/active_support/inflector/methods.rb:240:in `block in constantize' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `each' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `inject' activesupport (4.1.10) lib/active_support/inflector/methods.rb:236:in `constantize' activesupport (4.1.10) lib/active_support/dependencies.rb:552:in `get' activesupport (4.1.10) lib/active_support/dependencies.rb:583:in `constantize' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:78:in `controller_reference' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:68:in `controller' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:46:in `call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/railtie.rb:194:in `public_send' railties (4.1.10) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.10) lib/active_record/migration.rb:380:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.10) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.10) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.3ms) Started GET "/subdivisions?country_code=AM" for 127.0.0.1 at 2015-03-31 22:23:31 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as HTML Parameters: {"country_code"=>"AM"} Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) NameError (uninitialized constant SubdivisionSelect::SubdivisionsController::Country): /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/subdivisions_controller.rb:6:in `get' actionpack (4.1.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.10) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.10) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.10) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.10) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.1.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.10) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.10) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.10) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.10) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/railtie.rb:194:in `public_send' railties (4.1.10) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.10) lib/active_record/migration.rb:380:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.10) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.10) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.8ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.0ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (20.9ms) Started GET "/subdivisions?country_code=AM" for 127.0.0.1 at 2015-03-31 22:23:51 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as HTML Parameters: {"country_code"=>"AM"} Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `clean_subdivisions_data' for #): /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/subdivisions_controller.rb:8:in `get' actionpack (4.1.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.10) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.10) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.10) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.10) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.1.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.10) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.10) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.10) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.10) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/railtie.rb:194:in `public_send' railties (4.1.10) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.10) lib/active_record/migration.rb:380:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.10) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.10) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (15.2ms) Started GET "/subdivisions?country_code=AM" for 127.0.0.1 at 2015-03-31 22:24:03 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as HTML Parameters: {"country_code"=>"AM"} Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `clean_subdivisions_data' for #): /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/subdivisions_controller.rb:8:in `get' actionpack (4.1.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.10) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.10) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.10) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.10) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.1.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.10) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.10) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.10) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.10) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/railtie.rb:194:in `public_send' railties (4.1.10) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.10) lib/active_record/migration.rb:380:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.10) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.10) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.0ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (16.2ms) Started GET "/subdivisions?country_code=AM" for 127.0.0.1 at 2015-03-31 22:24:04 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as HTML Parameters: {"country_code"=>"AM"} Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `clean_subdivisions_data' for #): /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/subdivisions_controller.rb:8:in `get' actionpack (4.1.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.10) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.10) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.10) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.10) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.1.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.10) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.10) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.10) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.10) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/railtie.rb:194:in `public_send' railties (4.1.10) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.10) lib/active_record/migration.rb:380:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.10) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.10) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.9ms) Started GET "/subdivisions?country_code=AM" for 127.0.0.1 at 2015-03-31 22:24:23 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as HTML Parameters: {"country_code"=>"AM"} Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `clean_subdivisions_data' for SubdivisionSelect::SubdivisionsHelper:Module): /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/subdivisions_controller.rb:8:in `get' actionpack (4.1.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.10) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.10) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.10) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.10) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.1.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.10) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.10) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.10) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.10) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/railtie.rb:194:in `public_send' railties (4.1.10) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.10) lib/active_record/migration.rb:380:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.10) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.10) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.7ms) Started GET "/subdivisions?country_code=AM" for 127.0.0.1 at 2015-03-31 22:24:56 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as HTML Parameters: {"country_code"=>"AM"} Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=AM" for 127.0.0.1 at 2015-03-31 22:25:04 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as HTML Parameters: {"country_code"=>"AM"} Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=AM" for 127.0.0.1 at 2015-03-31 22:25:11 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as HTML Parameters: {"country_code"=>"AM"} Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-03-31 22:25:21 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (19.2ms) Completed 500 Internal Server Error in 22ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `country_select' for #): 4: 5:
6: <%= f.label(:country) %>
7: <%= f.country_select(:country) %> 8:
9: 10:
app/views/addresses_demo/index.html.erb:7:in `block in _app_views_addresses_demo_index_html_erb___820323079638943458_70165043339700' app/views/addresses_demo/index.html.erb:3:in `_app_views_addresses_demo_index_html_erb___820323079638943458_70165043339700' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.9ms) Started GET "/" for 127.0.0.1 at 2015-03-31 22:25:37 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (8.1ms) Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `country_select' for #): 4: 5:
6: <%= f.label(:country) %>
7: <%= f.country_select(:country) %> 8:
9: 10:
app/views/addresses_demo/index.html.erb:7:in `block in _app_views_addresses_demo_index_html_erb___820323079638943458_70165043339700' app/views/addresses_demo/index.html.erb:3:in `_app_views_addresses_demo_index_html_erb___820323079638943458_70165043339700' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.1ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.7ms) Started GET "/" for 127.0.0.1 at 2015-03-31 22:25:39 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (7.7ms) Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `country_select' for #): 4: 5:
6: <%= f.label(:country) %>
7: <%= f.country_select(:country) %> 8:
9: 10:
app/views/addresses_demo/index.html.erb:7:in `block in _app_views_addresses_demo_index_html_erb___820323079638943458_70165043339700' app/views/addresses_demo/index.html.erb:3:in `_app_views_addresses_demo_index_html_erb___820323079638943458_70165043339700' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (12.6ms) Started GET "/" for 127.0.0.1 at 2015-03-31 22:25:44 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (7.0ms) Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `country_select' for #): 4: 5:
6: <%= f.label(:country) %>
7: <%= f.country_select(:country) %> 8:
9: 10:
app/views/addresses_demo/index.html.erb:7:in `block in _app_views_addresses_demo_index_html_erb___820323079638943458_70165043339700' app/views/addresses_demo/index.html.erb:3:in `_app_views_addresses_demo_index_html_erb___820323079638943458_70165043339700' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.9ms) Started GET "/" for 127.0.0.1 at 2015-03-31 22:25:45 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (6.0ms) Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `country_select' for #): 4: 5:
6: <%= f.label(:country) %>
7: <%= f.country_select(:country) %> 8:
9: 10:
app/views/addresses_demo/index.html.erb:7:in `block in _app_views_addresses_demo_index_html_erb___820323079638943458_70165043339700' app/views/addresses_demo/index.html.erb:3:in `_app_views_addresses_demo_index_html_erb___820323079638943458_70165043339700' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.7ms) Started GET "/" for 127.0.0.1 at 2015-03-31 22:26:23 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (24.9ms) Completed 200 OK in 96ms (Views: 96.0ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-50d74200ac210ed9b16400b4525d0bab.css?body=1" for 127.0.0.1 at 2015-03-31 22:26:24 -0400 Started GET "/assets/application-3918e9e4ae0c294f3efa96bb04f4e541.css?body=1" for 127.0.0.1 at 2015-03-31 22:26:24 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-03-31 22:26:24 -0400 Started GET "/assets/application-f39040d9c969af70e738a827f0d36cbe.js?body=1" for 127.0.0.1 at 2015-03-31 22:26:24 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 22:26:24 -0400 Started GET "/assets/subdivision_select/subdivisions-8991af5b8131bc019971de6a6f8ef902.js?body=1" for 127.0.0.1 at 2015-03-31 22:26:24 -0400 Started GET "/subdivisions?country_code=AI" for 127.0.0.1 at 2015-03-31 22:26:25 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"AI"} Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=AD" for 127.0.0.1 at 2015-03-31 22:26:28 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"AD"} Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=AR" for 127.0.0.1 at 2015-03-31 22:26:35 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"AR"} Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=AF" for 127.0.0.1 at 2015-03-31 22:26:38 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"AF"} Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=AT" for 127.0.0.1 at 2015-03-31 22:26:43 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"AT"} Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-03-31 22:28:11 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (19.0ms) Completed 200 OK in 84ms (Views: 83.9ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-50d74200ac210ed9b16400b4525d0bab.css?body=1" for 127.0.0.1 at 2015-03-31 22:28:11 -0400 Started GET "/assets/application-3918e9e4ae0c294f3efa96bb04f4e541.css?body=1" for 127.0.0.1 at 2015-03-31 22:28:11 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 22:28:11 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-03-31 22:28:11 -0400 Started GET "/assets/subdivision_select/subdivisions-8991af5b8131bc019971de6a6f8ef902.js?body=1" for 127.0.0.1 at 2015-03-31 22:28:11 -0400 Started GET "/assets/application-f39040d9c969af70e738a827f0d36cbe.js?body=1" for 127.0.0.1 at 2015-03-31 22:28:11 -0400 Started GET "/subdivisions?country_code=AQ" for 127.0.0.1 at 2015-03-31 22:28:14 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"AQ"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=AO" for 127.0.0.1 at 2015-03-31 22:28:16 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"AO"} Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=AW" for 127.0.0.1 at 2015-03-31 22:28:19 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"AW"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=BS" for 127.0.0.1 at 2015-03-31 22:28:28 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"BS"} Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=BD" for 127.0.0.1 at 2015-03-31 22:28:44 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"BD"} Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-03-31 22:33:06 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (16.1ms) Completed 200 OK in 47ms (Views: 46.8ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-50d74200ac210ed9b16400b4525d0bab.css?body=1" for 127.0.0.1 at 2015-03-31 22:33:06 -0400 Started GET "/assets/application-3918e9e4ae0c294f3efa96bb04f4e541.css?body=1" for 127.0.0.1 at 2015-03-31 22:33:07 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 22:33:07 -0400 Started GET "/assets/application-f39040d9c969af70e738a827f0d36cbe.js?body=1" for 127.0.0.1 at 2015-03-31 22:33:07 -0400 Started GET "/assets/subdivision_select/subdivisions-8991af5b8131bc019971de6a6f8ef902.js?body=1" for 127.0.0.1 at 2015-03-31 22:33:07 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-03-31 22:33:07 -0400 Started GET "/subdivisions?country_code=AR" for 127.0.0.1 at 2015-03-31 22:33:08 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"AR"} Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=BY" for 127.0.0.1 at 2015-03-31 22:33:12 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"BY"} Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=HM" for 127.0.0.1 at 2015-03-31 22:33:24 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"HM"} Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=IS" for 127.0.0.1 at 2015-03-31 22:33:26 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"IS"} Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=HT" for 127.0.0.1 at 2015-03-31 22:37:25 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"HT"} Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=GT" for 127.0.0.1 at 2015-03-31 22:37:29 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GT"} Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-03-31 22:43:57 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (16.5ms) Completed 200 OK in 51ms (Views: 50.6ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-50d74200ac210ed9b16400b4525d0bab.css?body=1" for 127.0.0.1 at 2015-03-31 22:43:57 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 22:43:57 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-03-31 22:43:57 -0400 Started GET "/assets/application-3918e9e4ae0c294f3efa96bb04f4e541.css?body=1" for 127.0.0.1 at 2015-03-31 22:43:57 -0400 Started GET "/assets/application-f39040d9c969af70e738a827f0d36cbe.js?body=1" for 127.0.0.1 at 2015-03-31 22:43:57 -0400 Started GET "/assets/subdivision_select/subdivisions-8991af5b8131bc019971de6a6f8ef902.js?body=1" for 127.0.0.1 at 2015-03-31 22:43:57 -0400 Started GET "/subdivisions?country_code=GP" for 127.0.0.1 at 2015-03-31 22:45:43 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GP"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-03-31 22:47:18 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (22.5ms) Completed 200 OK in 54ms (Views: 53.2ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-50d74200ac210ed9b16400b4525d0bab.css?body=1" for 127.0.0.1 at 2015-03-31 22:47:18 -0400 Started GET "/assets/application-3918e9e4ae0c294f3efa96bb04f4e541.css?body=1" for 127.0.0.1 at 2015-03-31 22:47:18 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 22:47:18 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-03-31 22:47:18 -0400 Started GET "/assets/subdivision_select/subdivisions-8991af5b8131bc019971de6a6f8ef902.js?body=1" for 127.0.0.1 at 2015-03-31 22:47:18 -0400 Started GET "/assets/application-f39040d9c969af70e738a827f0d36cbe.js?body=1" for 127.0.0.1 at 2015-03-31 22:47:18 -0400 Started GET "/subdivisions?country_code=AI" for 127.0.0.1 at 2015-03-31 22:47:20 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"AI"} Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `get_subdivisions' for #): /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/subdivisions_controller.rb:6:in `get' actionpack (4.1.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.10) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.10) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.10) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.10) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.1.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.10) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.10) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.10) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.10) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/railtie.rb:194:in `public_send' railties (4.1.10) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.10) lib/active_record/migration.rb:380:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.10) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.10) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.4ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb (16.6ms) Started GET "/" for 127.0.0.1 at 2015-03-31 22:47:33 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (19.5ms) Completed 200 OK in 94ms (Views: 93.7ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-50d74200ac210ed9b16400b4525d0bab.css?body=1" for 127.0.0.1 at 2015-03-31 22:47:34 -0400 Started GET "/assets/application-3918e9e4ae0c294f3efa96bb04f4e541.css?body=1" for 127.0.0.1 at 2015-03-31 22:47:34 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 22:47:34 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-03-31 22:47:34 -0400 Started GET "/assets/subdivision_select/subdivisions-8991af5b8131bc019971de6a6f8ef902.js?body=1" for 127.0.0.1 at 2015-03-31 22:47:34 -0400 Started GET "/assets/application-f39040d9c969af70e738a827f0d36cbe.js?body=1" for 127.0.0.1 at 2015-03-31 22:47:34 -0400 Started GET "/subdivisions?country_code=AD" for 127.0.0.1 at 2015-03-31 22:47:36 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"AD"} Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `get_subdivisions' for #): /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/subdivisions_controller.rb:6:in `get' actionpack (4.1.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.10) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.10) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.10) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.10) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.1.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.10) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.10) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.10) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.10) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/railtie.rb:194:in `public_send' railties (4.1.10) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.10) lib/active_record/migration.rb:380:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.10) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.10) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.0ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.7ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.7ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb (16.6ms) Started GET "/" for 127.0.0.1 at 2015-03-31 22:47:53 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (17.4ms) Completed 200 OK in 52ms (Views: 52.0ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-50d74200ac210ed9b16400b4525d0bab.css?body=1" for 127.0.0.1 at 2015-03-31 22:47:54 -0400 Started GET "/assets/application-3918e9e4ae0c294f3efa96bb04f4e541.css?body=1" for 127.0.0.1 at 2015-03-31 22:47:54 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 22:47:54 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-03-31 22:47:54 -0400 Started GET "/assets/subdivision_select/subdivisions-8991af5b8131bc019971de6a6f8ef902.js?body=1" for 127.0.0.1 at 2015-03-31 22:47:54 -0400 Started GET "/assets/application-f39040d9c969af70e738a827f0d36cbe.js?body=1" for 127.0.0.1 at 2015-03-31 22:47:54 -0400 Started GET "/subdivisions?country_code=AO" for 127.0.0.1 at 2015-03-31 22:47:55 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"AO"} Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `get_subdivisions' for SubdivisionSelect::SubdivisionsHelper:Module): /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/subdivisions_controller.rb:6:in `get' actionpack (4.1.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.10) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.10) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.10) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.10) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.1.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.10) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.10) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.10) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.10) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/railtie.rb:194:in `public_send' railties (4.1.10) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.10) lib/active_record/migration.rb:380:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.10) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.10) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.7ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb (12.5ms) Started GET "/subdivisions?country_code=AF" for 127.0.0.1 at 2015-03-31 22:47:57 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"AF"} Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `get_subdivisions' for SubdivisionSelect::SubdivisionsHelper:Module): /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/subdivisions_controller.rb:6:in `get' actionpack (4.1.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.10) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.10) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.10) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.10) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.1.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.10) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.10) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.10) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.10) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/railtie.rb:194:in `public_send' railties (4.1.10) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.10) lib/active_record/migration.rb:380:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.10) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.10) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.2ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb (11.5ms) Started GET "/subdivisions?country_code=AF" for 127.0.0.1 at 2015-03-31 22:48:02 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as HTML Parameters: {"country_code"=>"AF"} Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `get_subdivisions' for SubdivisionSelect::SubdivisionsHelper:Module): /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/subdivisions_controller.rb:6:in `get' actionpack (4.1.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.10) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.10) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.10) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.10) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.1.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.10) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.10) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.10) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.10) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/railtie.rb:194:in `public_send' railties (4.1.10) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.10) lib/active_record/migration.rb:380:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.10) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.10) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (15.0ms) Started GET "/subdivisions?country_code=AF" for 127.0.0.1 at 2015-03-31 22:48:14 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as HTML Parameters: {"country_code"=>"AF"} Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-03-31 22:48:18 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (15.7ms) Completed 200 OK in 57ms (Views: 57.1ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-50d74200ac210ed9b16400b4525d0bab.css?body=1" for 127.0.0.1 at 2015-03-31 22:48:18 -0400 Started GET "/assets/application-3918e9e4ae0c294f3efa96bb04f4e541.css?body=1" for 127.0.0.1 at 2015-03-31 22:48:18 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 22:48:18 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-03-31 22:48:18 -0400 Started GET "/assets/subdivision_select/subdivisions-8991af5b8131bc019971de6a6f8ef902.js?body=1" for 127.0.0.1 at 2015-03-31 22:48:18 -0400 Started GET "/assets/application-f39040d9c969af70e738a827f0d36cbe.js?body=1" for 127.0.0.1 at 2015-03-31 22:48:18 -0400 Started GET "/subdivisions?country_code=DZ" for 127.0.0.1 at 2015-03-31 22:48:23 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"DZ"} Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=AF" for 127.0.0.1 at 2015-03-31 22:48:24 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"AF"} Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=AI" for 127.0.0.1 at 2015-03-31 22:49:12 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"AI"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=IE" for 127.0.0.1 at 2015-03-31 22:55:29 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"IE"} Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-03-31 22:56:12 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (17.6ms) Completed 200 OK in 52ms (Views: 52.0ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-50d74200ac210ed9b16400b4525d0bab.css?body=1" for 127.0.0.1 at 2015-03-31 22:56:12 -0400 Started GET "/assets/application-3918e9e4ae0c294f3efa96bb04f4e541.css?body=1" for 127.0.0.1 at 2015-03-31 22:56:12 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 22:56:12 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-03-31 22:56:12 -0400 Started GET "/assets/subdivision_select/subdivisions-8991af5b8131bc019971de6a6f8ef902.js?body=1" for 127.0.0.1 at 2015-03-31 22:56:12 -0400 Started GET "/assets/application-f39040d9c969af70e738a827f0d36cbe.js?body=1" for 127.0.0.1 at 2015-03-31 22:56:12 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 22:56:13 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (20.0ms) Completed 200 OK in 53ms (Views: 52.9ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-50d74200ac210ed9b16400b4525d0bab.css?body=1" for 127.0.0.1 at 2015-03-31 22:56:13 -0400 Started GET "/assets/application-3918e9e4ae0c294f3efa96bb04f4e541.css?body=1" for 127.0.0.1 at 2015-03-31 22:56:13 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-03-31 22:56:13 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 22:56:13 -0400 Started GET "/assets/subdivision_select/subdivisions-8991af5b8131bc019971de6a6f8ef902.js?body=1" for 127.0.0.1 at 2015-03-31 22:56:13 -0400 Started GET "/assets/application-f39040d9c969af70e738a827f0d36cbe.js?body=1" for 127.0.0.1 at 2015-03-31 22:56:13 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 22:56:15 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (15.7ms) Completed 200 OK in 47ms (Views: 46.8ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-50d74200ac210ed9b16400b4525d0bab.css?body=1" for 127.0.0.1 at 2015-03-31 22:56:15 -0400 Started GET "/assets/application-3918e9e4ae0c294f3efa96bb04f4e541.css?body=1" for 127.0.0.1 at 2015-03-31 22:56:15 -0400 Started GET "/assets/subdivision_select/subdivisions-8991af5b8131bc019971de6a6f8ef902.js?body=1" for 127.0.0.1 at 2015-03-31 22:56:15 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 22:56:15 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-03-31 22:56:15 -0400 Started GET "/assets/application-f39040d9c969af70e738a827f0d36cbe.js?body=1" for 127.0.0.1 at 2015-03-31 22:56:15 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 22:56:19 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (17.6ms) Completed 200 OK in 48ms (Views: 48.0ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-50d74200ac210ed9b16400b4525d0bab.css?body=1" for 127.0.0.1 at 2015-03-31 22:56:20 -0400 Started GET "/assets/application-3918e9e4ae0c294f3efa96bb04f4e541.css?body=1" for 127.0.0.1 at 2015-03-31 22:56:20 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 22:56:20 -0400 Started GET "/assets/subdivision_select/subdivisions-8991af5b8131bc019971de6a6f8ef902.js?body=1" for 127.0.0.1 at 2015-03-31 22:56:20 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-03-31 22:56:20 -0400 Started GET "/assets/application-f39040d9c969af70e738a827f0d36cbe.js?body=1" for 127.0.0.1 at 2015-03-31 22:56:20 -0400 Started GET "/subdivisions?country_code=AF" for 127.0.0.1 at 2015-03-31 22:56:33 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as HTML Parameters: {"country_code"=>"AF"} Completed 200 OK in 5ms (Views: 0.5ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=IE" for 127.0.0.1 at 2015-03-31 22:56:35 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as HTML Parameters: {"country_code"=>"IE"} Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-03-31 22:56:37 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (21.5ms) Completed 200 OK in 75ms (Views: 74.3ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-50d74200ac210ed9b16400b4525d0bab.css?body=1" for 127.0.0.1 at 2015-03-31 22:56:37 -0400 Started GET "/assets/application-3918e9e4ae0c294f3efa96bb04f4e541.css?body=1" for 127.0.0.1 at 2015-03-31 22:56:37 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 22:56:37 -0400 Started GET "/assets/subdivision_select/subdivisions-8991af5b8131bc019971de6a6f8ef902.js?body=1" for 127.0.0.1 at 2015-03-31 22:56:37 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-03-31 22:56:37 -0400 Started GET "/assets/application-f39040d9c969af70e738a827f0d36cbe.js?body=1" for 127.0.0.1 at 2015-03-31 22:56:37 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 22:56:38 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (25.1ms) Completed 200 OK in 73ms (Views: 72.4ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-50d74200ac210ed9b16400b4525d0bab.css?body=1" for 127.0.0.1 at 2015-03-31 22:56:38 -0400 Started GET "/assets/application-3918e9e4ae0c294f3efa96bb04f4e541.css?body=1" for 127.0.0.1 at 2015-03-31 22:56:38 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 22:56:38 -0400 Started GET "/assets/subdivision_select/subdivisions-8991af5b8131bc019971de6a6f8ef902.js?body=1" for 127.0.0.1 at 2015-03-31 22:56:38 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-03-31 22:56:38 -0400 Started GET "/assets/application-f39040d9c969af70e738a827f0d36cbe.js?body=1" for 127.0.0.1 at 2015-03-31 22:56:38 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 22:56:38 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (29.8ms) Completed 200 OK in 80ms (Views: 79.4ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-50d74200ac210ed9b16400b4525d0bab.css?body=1" for 127.0.0.1 at 2015-03-31 22:56:38 -0400 Started GET "/assets/application-3918e9e4ae0c294f3efa96bb04f4e541.css?body=1" for 127.0.0.1 at 2015-03-31 22:56:38 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 22:56:38 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-03-31 22:56:38 -0400 Started GET "/assets/subdivision_select/subdivisions-8991af5b8131bc019971de6a6f8ef902.js?body=1" for 127.0.0.1 at 2015-03-31 22:56:38 -0400 Started GET "/assets/application-f39040d9c969af70e738a827f0d36cbe.js?body=1" for 127.0.0.1 at 2015-03-31 22:56:38 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 22:57:07 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (17.1ms) Completed 200 OK in 49ms (Views: 48.7ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-50d74200ac210ed9b16400b4525d0bab.css?body=1" for 127.0.0.1 at 2015-03-31 22:57:08 -0400 Started GET "/assets/application-3918e9e4ae0c294f3efa96bb04f4e541.css?body=1" for 127.0.0.1 at 2015-03-31 22:57:08 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 22:57:08 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-03-31 22:57:08 -0400 Started GET "/assets/subdivision_select/subdivisions-8991af5b8131bc019971de6a6f8ef902.js?body=1" for 127.0.0.1 at 2015-03-31 22:57:08 -0400 Started GET "/assets/application-f39040d9c969af70e738a827f0d36cbe.js?body=1" for 127.0.0.1 at 2015-03-31 22:57:08 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 22:57:08 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (19.2ms) Completed 200 OK in 58ms (Views: 57.4ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-50d74200ac210ed9b16400b4525d0bab.css?body=1" for 127.0.0.1 at 2015-03-31 22:57:09 -0400 Started GET "/assets/application-3918e9e4ae0c294f3efa96bb04f4e541.css?body=1" for 127.0.0.1 at 2015-03-31 22:57:09 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 22:57:09 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-03-31 22:57:09 -0400 Started GET "/assets/application-f39040d9c969af70e738a827f0d36cbe.js?body=1" for 127.0.0.1 at 2015-03-31 22:57:09 -0400 Started GET "/assets/subdivision_select/subdivisions-8991af5b8131bc019971de6a6f8ef902.js?body=1" for 127.0.0.1 at 2015-03-31 22:57:09 -0400 Started GET "/subdivisions?country_code=AG" for 127.0.0.1 at 2015-03-31 22:57:09 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"AG"} Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-03-31 22:57:22 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (44.5ms) Completed 200 OK in 122ms (Views: 122.0ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-50d74200ac210ed9b16400b4525d0bab.css?body=1" for 127.0.0.1 at 2015-03-31 22:57:22 -0400 Started GET "/assets/application-3918e9e4ae0c294f3efa96bb04f4e541.css?body=1" for 127.0.0.1 at 2015-03-31 22:57:22 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-03-31 22:57:22 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 22:57:22 -0400 Started GET "/assets/subdivision_select/subdivisions-8991af5b8131bc019971de6a6f8ef902.js?body=1" for 127.0.0.1 at 2015-03-31 22:57:22 -0400 Started GET "/assets/application-f39040d9c969af70e738a827f0d36cbe.js?body=1" for 127.0.0.1 at 2015-03-31 22:57:22 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 22:57:22 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (27.5ms) Completed 200 OK in 75ms (Views: 74.6ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-50d74200ac210ed9b16400b4525d0bab.css?body=1" for 127.0.0.1 at 2015-03-31 22:57:22 -0400 Started GET "/assets/application-3918e9e4ae0c294f3efa96bb04f4e541.css?body=1" for 127.0.0.1 at 2015-03-31 22:57:22 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 22:57:22 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-03-31 22:57:22 -0400 Started GET "/assets/subdivision_select/subdivisions-8991af5b8131bc019971de6a6f8ef902.js?body=1" for 127.0.0.1 at 2015-03-31 22:57:22 -0400 Started GET "/assets/application-f39040d9c969af70e738a827f0d36cbe.js?body=1" for 127.0.0.1 at 2015-03-31 22:57:22 -0400 Started GET "/subdivisions?country_code=AQ" for 127.0.0.1 at 2015-03-31 22:57:25 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"AQ"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-03-31 22:57:44 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (20.6ms) Completed 200 OK in 60ms (Views: 59.3ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-50d74200ac210ed9b16400b4525d0bab.css?body=1" for 127.0.0.1 at 2015-03-31 22:57:44 -0400 Started GET "/assets/application-3918e9e4ae0c294f3efa96bb04f4e541.css?body=1" for 127.0.0.1 at 2015-03-31 22:57:44 -0400 Started GET "/assets/application-f39040d9c969af70e738a827f0d36cbe.js?body=1" for 127.0.0.1 at 2015-03-31 22:57:44 -0400 Started GET "/assets/subdivision_select/subdivisions-8991af5b8131bc019971de6a6f8ef902.js?body=1" for 127.0.0.1 at 2015-03-31 22:57:44 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-03-31 22:57:44 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 22:57:44 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 22:58:38 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (22.9ms) Completed 200 OK in 61ms (Views: 61.2ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-50d74200ac210ed9b16400b4525d0bab.css?body=1" for 127.0.0.1 at 2015-03-31 22:58:38 -0400 Started GET "/assets/application-3918e9e4ae0c294f3efa96bb04f4e541.css?body=1" for 127.0.0.1 at 2015-03-31 22:58:38 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 22:58:38 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-03-31 22:58:38 -0400 Started GET "/assets/subdivision_select/subdivisions-8991af5b8131bc019971de6a6f8ef902.js?body=1" for 127.0.0.1 at 2015-03-31 22:58:38 -0400 Started GET "/assets/application-f39040d9c969af70e738a827f0d36cbe.js?body=1" for 127.0.0.1 at 2015-03-31 22:58:38 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 22:58:42 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (17.6ms) Completed 200 OK in 50ms (Views: 50.1ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-50d74200ac210ed9b16400b4525d0bab.css?body=1" for 127.0.0.1 at 2015-03-31 22:58:42 -0400 Started GET "/assets/application-3918e9e4ae0c294f3efa96bb04f4e541.css?body=1" for 127.0.0.1 at 2015-03-31 22:58:42 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 22:58:42 -0400 Started GET "/assets/subdivision_select/subdivisions-8991af5b8131bc019971de6a6f8ef902.js?body=1" for 127.0.0.1 at 2015-03-31 22:58:42 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-03-31 22:58:42 -0400 Started GET "/assets/application-f39040d9c969af70e738a827f0d36cbe.js?body=1" for 127.0.0.1 at 2015-03-31 22:58:42 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 22:58:57 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (28.7ms) Completed 200 OK in 62ms (Views: 61.5ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-50d74200ac210ed9b16400b4525d0bab.css?body=1" for 127.0.0.1 at 2015-03-31 22:58:57 -0400 Started GET "/assets/application-3918e9e4ae0c294f3efa96bb04f4e541.css?body=1" for 127.0.0.1 at 2015-03-31 22:58:57 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 22:58:57 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-03-31 22:58:57 -0400 Started GET "/assets/subdivision_select/subdivisions-8991af5b8131bc019971de6a6f8ef902.js?body=1" for 127.0.0.1 at 2015-03-31 22:58:57 -0400 Started GET "/assets/application-f39040d9c969af70e738a827f0d36cbe.js?body=1" for 127.0.0.1 at 2015-03-31 22:58:57 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 22:58:58 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (15.6ms) Completed 200 OK in 50ms (Views: 49.7ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-50d74200ac210ed9b16400b4525d0bab.css?body=1" for 127.0.0.1 at 2015-03-31 22:58:58 -0400 Started GET "/assets/application-3918e9e4ae0c294f3efa96bb04f4e541.css?body=1" for 127.0.0.1 at 2015-03-31 22:58:58 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 22:58:58 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-03-31 22:58:58 -0400 Started GET "/assets/subdivision_select/subdivisions-8991af5b8131bc019971de6a6f8ef902.js?body=1" for 127.0.0.1 at 2015-03-31 22:58:58 -0400 Started GET "/assets/application-f39040d9c969af70e738a827f0d36cbe.js?body=1" for 127.0.0.1 at 2015-03-31 22:58:58 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 22:59:31 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (59.3ms) Completed 500 Internal Server Error in 61ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `get_subdivisions' for #<#:0x007fe133134388>): 9: 10:
11: <%= f.label("State / Province") %>
12: <%= f.select(:subdivision, get_subdivisions("IE").invert ) %> 13:
14: 15: <% end %> app/views/addresses_demo/index.html.erb:12:in `block in _app_views_addresses_demo_index_html_erb___2730423418567912884_70302600592860' app/views/addresses_demo/index.html.erb:3:in `_app_views_addresses_demo_index_html_erb___2730423418567912884_70302600592860' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (11.3ms) Started GET "/" for 127.0.0.1 at 2015-03-31 22:59:40 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (19.6ms) Completed 500 Internal Server Error in 22ms (ActiveRecord: 0.0ms) ActionView::Template::Error (uninitialized constant ActionView::CompiledTemplates::SubdivisionsHelper): 9: 10:
11: <%= f.label("State / Province") %>
12: <%= f.select(:subdivision, SubdivisionsHelper::get_subdivisions("IE").invert ) %> 13:
14: 15: <% end %> app/views/addresses_demo/index.html.erb:12:in `block in _app_views_addresses_demo_index_html_erb___2730423418567912884_70302634515920' app/views/addresses_demo/index.html.erb:3:in `_app_views_addresses_demo_index_html_erb___2730423418567912884_70302634515920' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.1ms) Started GET "/" for 127.0.0.1 at 2015-03-31 22:59:43 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (20.1ms) Completed 500 Internal Server Error in 23ms (ActiveRecord: 0.0ms) ActionView::Template::Error (uninitialized constant ActionView::CompiledTemplates::SubdivisionsHelper): 9: 10:
11: <%= f.label("State / Province") %>
12: <%= f.select(:subdivision, SubdivisionsHelper::get_subdivisions("IE").invert ) %> 13:
14: 15: <% end %> app/views/addresses_demo/index.html.erb:12:in `block in _app_views_addresses_demo_index_html_erb___2730423418567912884_70302634515920' app/views/addresses_demo/index.html.erb:3:in `_app_views_addresses_demo_index_html_erb___2730423418567912884_70302634515920' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.6ms) Started GET "/" for 127.0.0.1 at 2015-03-31 23:00:07 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (32.5ms) Completed 500 Internal Server Error in 35ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `invert' for #): 9: 10:
11: <%= f.label("State / Province") %>
12: <%= f.select(:subdivision, SubdivisionSelect::SubdivisionsHelper::get_subdivisions("IE").invert ) %> 13:
14: 15: <% end %> app/views/addresses_demo/index.html.erb:12:in `block in _app_views_addresses_demo_index_html_erb___2730423418567912884_70302601487100' app/views/addresses_demo/index.html.erb:3:in `_app_views_addresses_demo_index_html_erb___2730423418567912884_70302601487100' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.0ms) Started GET "/" for 127.0.0.1 at 2015-03-31 23:00:18 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (19.8ms) Completed 200 OK in 50ms (Views: 50.0ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-50d74200ac210ed9b16400b4525d0bab.css?body=1" for 127.0.0.1 at 2015-03-31 23:00:19 -0400 Started GET "/assets/application-3918e9e4ae0c294f3efa96bb04f4e541.css?body=1" for 127.0.0.1 at 2015-03-31 23:00:19 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 23:00:19 -0400 Started GET "/assets/subdivision_select/subdivisions-8991af5b8131bc019971de6a6f8ef902.js?body=1" for 127.0.0.1 at 2015-03-31 23:00:19 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-03-31 23:00:19 -0400 Started GET "/assets/application-f39040d9c969af70e738a827f0d36cbe.js?body=1" for 127.0.0.1 at 2015-03-31 23:00:19 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 23:01:11 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (19.1ms) Completed 200 OK in 55ms (Views: 54.9ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-50d74200ac210ed9b16400b4525d0bab.css?body=1" for 127.0.0.1 at 2015-03-31 23:01:12 -0400 Started GET "/assets/application-3918e9e4ae0c294f3efa96bb04f4e541.css?body=1" for 127.0.0.1 at 2015-03-31 23:01:12 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 23:01:12 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-03-31 23:01:12 -0400 Started GET "/assets/subdivision_select/subdivisions-8991af5b8131bc019971de6a6f8ef902.js?body=1" for 127.0.0.1 at 2015-03-31 23:01:12 -0400 Started GET "/assets/application-f39040d9c969af70e738a827f0d36cbe.js?body=1" for 127.0.0.1 at 2015-03-31 23:01:12 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 23:01:25 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (20.9ms) Completed 200 OK in 51ms (Views: 50.9ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-50d74200ac210ed9b16400b4525d0bab.css?body=1" for 127.0.0.1 at 2015-03-31 23:01:25 -0400 Started GET "/assets/application-3918e9e4ae0c294f3efa96bb04f4e541.css?body=1" for 127.0.0.1 at 2015-03-31 23:01:25 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 23:01:25 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-03-31 23:01:25 -0400 Started GET "/assets/subdivision_select/subdivisions-8991af5b8131bc019971de6a6f8ef902.js?body=1" for 127.0.0.1 at 2015-03-31 23:01:25 -0400 Started GET "/assets/application-f39040d9c969af70e738a827f0d36cbe.js?body=1" for 127.0.0.1 at 2015-03-31 23:01:25 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 23:01:35 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (20.1ms) Completed 200 OK in 53ms (Views: 53.2ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-50d74200ac210ed9b16400b4525d0bab.css?body=1" for 127.0.0.1 at 2015-03-31 23:01:35 -0400 Started GET "/assets/application-3918e9e4ae0c294f3efa96bb04f4e541.css?body=1" for 127.0.0.1 at 2015-03-31 23:01:35 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 23:01:35 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-03-31 23:01:35 -0400 Started GET "/assets/subdivision_select/subdivisions-8991af5b8131bc019971de6a6f8ef902.js?body=1" for 127.0.0.1 at 2015-03-31 23:01:35 -0400 Started GET "/assets/application-f39040d9c969af70e738a827f0d36cbe.js?body=1" for 127.0.0.1 at 2015-03-31 23:01:35 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 23:01:55 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (22.3ms) Completed 200 OK in 62ms (Views: 62.0ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-50d74200ac210ed9b16400b4525d0bab.css?body=1" for 127.0.0.1 at 2015-03-31 23:01:55 -0400 Started GET "/assets/application-3918e9e4ae0c294f3efa96bb04f4e541.css?body=1" for 127.0.0.1 at 2015-03-31 23:01:55 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 23:01:55 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-03-31 23:01:55 -0400 Started GET "/assets/subdivision_select/subdivisions-8991af5b8131bc019971de6a6f8ef902.js?body=1" for 127.0.0.1 at 2015-03-31 23:01:55 -0400 Started GET "/assets/application-f39040d9c969af70e738a827f0d36cbe.js?body=1" for 127.0.0.1 at 2015-03-31 23:01:55 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 23:02:06 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (25.7ms) Completed 200 OK in 68ms (Views: 68.2ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-50d74200ac210ed9b16400b4525d0bab.css?body=1" for 127.0.0.1 at 2015-03-31 23:02:06 -0400 Started GET "/assets/application-3918e9e4ae0c294f3efa96bb04f4e541.css?body=1" for 127.0.0.1 at 2015-03-31 23:02:06 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 23:02:06 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-03-31 23:02:06 -0400 Started GET "/assets/subdivision_select/subdivisions-8991af5b8131bc019971de6a6f8ef902.js?body=1" for 127.0.0.1 at 2015-03-31 23:02:06 -0400 Started GET "/assets/application-f39040d9c969af70e738a827f0d36cbe.js?body=1" for 127.0.0.1 at 2015-03-31 23:02:06 -0400 Started GET "/subdivisions?country_code=GY" for 127.0.0.1 at 2015-03-31 23:02:21 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GY"} Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=IE" for 127.0.0.1 at 2015-03-31 23:02:31 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"IE"} Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-03-31 23:04:03 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (19.0ms) Completed 500 Internal Server Error in 21ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `get_subdivisions_for_select' for SubdivisionSelect::SubdivisionsHelper:Module): 9: 10:
11: <%= f.label("State / Province") %>
12: <%= f.select(:subdivision, SubdivisionSelect::SubdivisionsHelper::get_subdivisions_for_select("IE") ) %> 13:
14: 15: <% end %> app/views/addresses_demo/index.html.erb:12:in `block in _app_views_addresses_demo_index_html_erb___2730423418567912884_70302634674820' app/views/addresses_demo/index.html.erb:3:in `_app_views_addresses_demo_index_html_erb___2730423418567912884_70302634674820' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.5ms) Started GET "/" for 127.0.0.1 at 2015-03-31 23:04:19 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (19.8ms) Completed 200 OK in 51ms (Views: 50.6ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-50d74200ac210ed9b16400b4525d0bab.css?body=1" for 127.0.0.1 at 2015-03-31 23:04:19 -0400 Started GET "/assets/application-3918e9e4ae0c294f3efa96bb04f4e541.css?body=1" for 127.0.0.1 at 2015-03-31 23:04:19 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 23:04:19 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-03-31 23:04:19 -0400 Started GET "/assets/subdivision_select/subdivisions-8991af5b8131bc019971de6a6f8ef902.js?body=1" for 127.0.0.1 at 2015-03-31 23:04:19 -0400 Started GET "/assets/application-f39040d9c969af70e738a827f0d36cbe.js?body=1" for 127.0.0.1 at 2015-03-31 23:04:19 -0400 Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2015-03-31 23:04:23 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GU"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=IS" for 127.0.0.1 at 2015-03-31 23:04:27 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"IS"} Completed 200 OK in 8ms (Views: 6.3ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-03-31 23:05:36 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (17.3ms) Completed 500 Internal Server Error in 19ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `[]' for nil:NilClass): 9: 10:
11: <%= f.label("State / Province") %>
12: <%= f.select(:subdivision, SubdivisionSelect::SubdivisionsHelper::get_subdivisions("IE") ) %> 13:
14: 15: <% end %> app/views/addresses_demo/index.html.erb:12:in `block in _app_views_addresses_demo_index_html_erb___2730423418567912884_70302633741720' app/views/addresses_demo/index.html.erb:3:in `_app_views_addresses_demo_index_html_erb___2730423418567912884_70302633741720' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.5ms) Started GET "/" for 127.0.0.1 at 2015-03-31 23:05:42 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (21.0ms) Completed 200 OK in 54ms (Views: 54.2ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-50d74200ac210ed9b16400b4525d0bab.css?body=1" for 127.0.0.1 at 2015-03-31 23:05:42 -0400 Started GET "/assets/application-3918e9e4ae0c294f3efa96bb04f4e541.css?body=1" for 127.0.0.1 at 2015-03-31 23:05:42 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 23:05:42 -0400 Started GET "/assets/subdivision_select/subdivisions-8991af5b8131bc019971de6a6f8ef902.js?body=1" for 127.0.0.1 at 2015-03-31 23:05:42 -0400 Started GET "/assets/application-f39040d9c969af70e738a827f0d36cbe.js?body=1" for 127.0.0.1 at 2015-03-31 23:05:42 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-03-31 23:05:42 -0400 Started GET "/subdivisions?country_code=IS" for 127.0.0.1 at 2015-03-31 23:05:46 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"IS"} Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `[]' for nil:NilClass): /Users/sean/dev/subdivision_select/app/helpers/subdivision_select/subdivisions_helper.rb:11:in `block in get_subdivisions' /Users/sean/dev/subdivision_select/app/helpers/subdivision_select/subdivisions_helper.rb:11:in `each' /Users/sean/dev/subdivision_select/app/helpers/subdivision_select/subdivisions_helper.rb:11:in `inject' /Users/sean/dev/subdivision_select/app/helpers/subdivision_select/subdivisions_helper.rb:11:in `get_subdivisions' /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/subdivisions_controller.rb:6:in `get' actionpack (4.1.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.10) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.10) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.10) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.10) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.1.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.10) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.10) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.10) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.10) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/railtie.rb:194:in `public_send' railties (4.1.10) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.10) lib/active_record/migration.rb:380:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.10) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.10) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.0ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb (10.5ms) Started GET "/subdivisions?country_code=IS" for 127.0.0.1 at 2015-03-31 23:05:56 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as HTML Parameters: {"country_code"=>"IS"} Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `[]' for nil:NilClass): /Users/sean/dev/subdivision_select/app/helpers/subdivision_select/subdivisions_helper.rb:11:in `block in get_subdivisions' /Users/sean/dev/subdivision_select/app/helpers/subdivision_select/subdivisions_helper.rb:11:in `each' /Users/sean/dev/subdivision_select/app/helpers/subdivision_select/subdivisions_helper.rb:11:in `inject' /Users/sean/dev/subdivision_select/app/helpers/subdivision_select/subdivisions_helper.rb:11:in `get_subdivisions' /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/subdivisions_controller.rb:6:in `get' actionpack (4.1.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.10) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.10) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.10) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.10) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.1.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.10) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.10) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.10) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.10) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/railtie.rb:194:in `public_send' railties (4.1.10) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.10) lib/active_record/migration.rb:380:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.10) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.10) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.2ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (23.9ms) Started GET "/subdivisions?country_code=IS" for 127.0.0.1 at 2015-03-31 23:06:25 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as HTML Parameters: {"country_code"=>"IS"} Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) IndexError (string not matched): /Users/sean/dev/subdivision_select/app/helpers/subdivision_select/subdivisions_helper.rb:11:in `[]=' /Users/sean/dev/subdivision_select/app/helpers/subdivision_select/subdivisions_helper.rb:11:in `block in get_subdivisions' /Users/sean/dev/subdivision_select/app/helpers/subdivision_select/subdivisions_helper.rb:11:in `each' /Users/sean/dev/subdivision_select/app/helpers/subdivision_select/subdivisions_helper.rb:11:in `inject' /Users/sean/dev/subdivision_select/app/helpers/subdivision_select/subdivisions_helper.rb:11:in `get_subdivisions' /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/subdivisions_controller.rb:6:in `get' actionpack (4.1.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.10) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.10) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.10) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.10) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.1.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.10) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.10) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.10) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.10) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/railtie.rb:194:in `public_send' railties (4.1.10) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.10) lib/active_record/migration.rb:380:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.10) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.10) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.9ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.4ms) Started GET "/subdivisions?country_code=IS" for 127.0.0.1 at 2015-03-31 23:11:40 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as HTML Parameters: {"country_code"=>"IS"} Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=IS" for 127.0.0.1 at 2015-03-31 23:11:48 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as HTML Parameters: {"country_code"=>"IS"} Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) IndexError (string not matched): /Users/sean/dev/subdivision_select/app/helpers/subdivision_select/subdivisions_helper.rb:12:in `[]=' /Users/sean/dev/subdivision_select/app/helpers/subdivision_select/subdivisions_helper.rb:12:in `block in get_subdivisions' /Users/sean/dev/subdivision_select/app/helpers/subdivision_select/subdivisions_helper.rb:11:in `each' /Users/sean/dev/subdivision_select/app/helpers/subdivision_select/subdivisions_helper.rb:11:in `inject' /Users/sean/dev/subdivision_select/app/helpers/subdivision_select/subdivisions_helper.rb:11:in `get_subdivisions' /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/subdivisions_controller.rb:6:in `get' actionpack (4.1.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.10) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.10) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.10) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.10) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.1.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.10) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.10) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.10) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.10) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/railtie.rb:194:in `public_send' railties (4.1.10) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.10) lib/active_record/migration.rb:380:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.10) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.10) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.5ms) Started GET "/subdivisions?country_code=IS" for 127.0.0.1 at 2015-03-31 23:12:00 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as HTML Parameters: {"country_code"=>"IS"} Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=IS" for 127.0.0.1 at 2015-03-31 23:15:53 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as HTML Parameters: {"country_code"=>"IS"} Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) NameError (undefined local variable or method `subdivisions_code' for SubdivisionSelect::SubdivisionsHelper:Module): /Users/sean/dev/subdivision_select/app/helpers/subdivision_select/subdivisions_helper.rb:13:in `block in get_subdivisions' /Users/sean/dev/subdivision_select/app/helpers/subdivision_select/subdivisions_helper.rb:12:in `each' /Users/sean/dev/subdivision_select/app/helpers/subdivision_select/subdivisions_helper.rb:12:in `get_subdivisions' /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/subdivisions_controller.rb:6:in `get' actionpack (4.1.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.10) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.10) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.10) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.10) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.1.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.10) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.10) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.10) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.10) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/railtie.rb:194:in `public_send' railties (4.1.10) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.10) lib/active_record/migration.rb:380:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.10) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.10) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (15.7ms) Started GET "/subdivisions?country_code=IS" for 127.0.0.1 at 2015-03-31 23:16:00 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as HTML Parameters: {"country_code"=>"IS"} Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=IS" for 127.0.0.1 at 2015-03-31 23:16:24 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as HTML Parameters: {"country_code"=>"IS"} Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-03-31 23:16:29 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (20.4ms) Completed 200 OK in 55ms (Views: 54.5ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-50d74200ac210ed9b16400b4525d0bab.css?body=1" for 127.0.0.1 at 2015-03-31 23:16:29 -0400 Started GET "/assets/application-3918e9e4ae0c294f3efa96bb04f4e541.css?body=1" for 127.0.0.1 at 2015-03-31 23:16:29 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 23:16:29 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-03-31 23:16:29 -0400 Started GET "/assets/subdivision_select/subdivisions-8991af5b8131bc019971de6a6f8ef902.js?body=1" for 127.0.0.1 at 2015-03-31 23:16:29 -0400 Started GET "/assets/application-f39040d9c969af70e738a827f0d36cbe.js?body=1" for 127.0.0.1 at 2015-03-31 23:16:29 -0400 Started GET "/subdivisions?country_code=IS" for 127.0.0.1 at 2015-03-31 23:16:33 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"IS"} Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=IE" for 127.0.0.1 at 2015-03-31 23:16:44 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"IE"} Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-03-31 23:19:08 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (21.3ms) Completed 200 OK in 54ms (Views: 53.6ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-50d74200ac210ed9b16400b4525d0bab.css?body=1" for 127.0.0.1 at 2015-03-31 23:19:08 -0400 Started GET "/assets/application-3918e9e4ae0c294f3efa96bb04f4e541.css?body=1" for 127.0.0.1 at 2015-03-31 23:19:08 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 23:19:08 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-03-31 23:19:08 -0400 Started GET "/assets/subdivision_select/subdivisions-8991af5b8131bc019971de6a6f8ef902.js?body=1" for 127.0.0.1 at 2015-03-31 23:19:08 -0400 Started GET "/assets/application-f39040d9c969af70e738a827f0d36cbe.js?body=1" for 127.0.0.1 at 2015-03-31 23:19:08 -0400 Started GET "/subdivisions?country_code=HK" for 127.0.0.1 at 2015-03-31 23:19:10 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"HK"} Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `to_hash' for []:Array): /Users/sean/dev/subdivision_select/app/helpers/subdivision_select/subdivisions_helper.rb:11:in `get_subdivisions' /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/subdivisions_controller.rb:6:in `get' actionpack (4.1.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.10) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.10) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.10) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.10) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.1.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.10) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.10) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.10) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.10) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/railtie.rb:194:in `public_send' railties (4.1.10) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.10) lib/active_record/migration.rb:380:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.10) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.10) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.9ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.2ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb (12.5ms) Started GET "/" for 127.0.0.1 at 2015-03-31 23:19:36 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (49.7ms) Completed 200 OK in 81ms (Views: 80.3ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-50d74200ac210ed9b16400b4525d0bab.css?body=1" for 127.0.0.1 at 2015-03-31 23:19:36 -0400 Started GET "/assets/application-3918e9e4ae0c294f3efa96bb04f4e541.css?body=1" for 127.0.0.1 at 2015-03-31 23:19:36 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 23:19:36 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-03-31 23:19:36 -0400 Started GET "/assets/subdivision_select/subdivisions-8991af5b8131bc019971de6a6f8ef902.js?body=1" for 127.0.0.1 at 2015-03-31 23:19:36 -0400 Started GET "/assets/application-f39040d9c969af70e738a827f0d36cbe.js?body=1" for 127.0.0.1 at 2015-03-31 23:19:36 -0400 Started GET "/subdivisions?country_code=HU" for 127.0.0.1 at 2015-03-31 23:19:39 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"HU"} Completed 200 OK in 5ms (Views: 0.5ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=IE" for 127.0.0.1 at 2015-03-31 23:19:40 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"IE"} Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-03-31 23:20:07 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (18.7ms) Completed 500 Internal Server Error in 21ms (ActiveRecord: 0.0ms) ActionView::Template::Error (wrong number of arguments (0 for 1)): 9: 10:
11: <%= f.label("State / Province") %>
12: <%= f.select(:subdivision, SubdivisionSelect::SubdivisionsHelper::get_subdivisions_for_select("IE") ) %> 13:
14: 15: <% end %> app/views/addresses_demo/index.html.erb:12:in `block in _app_views_addresses_demo_index_html_erb___2730423418567912884_70302610929340' app/views/addresses_demo/index.html.erb:3:in `_app_views_addresses_demo_index_html_erb___2730423418567912884_70302610929340' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.0ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.6ms) Started GET "/" for 127.0.0.1 at 2015-03-31 23:20:15 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (20.9ms) Completed 200 OK in 53ms (Views: 53.1ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-50d74200ac210ed9b16400b4525d0bab.css?body=1" for 127.0.0.1 at 2015-03-31 23:20:15 -0400 Started GET "/assets/application-3918e9e4ae0c294f3efa96bb04f4e541.css?body=1" for 127.0.0.1 at 2015-03-31 23:20:15 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 23:20:15 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-03-31 23:20:15 -0400 Started GET "/assets/application-f39040d9c969af70e738a827f0d36cbe.js?body=1" for 127.0.0.1 at 2015-03-31 23:20:15 -0400 Started GET "/assets/subdivision_select/subdivisions-8991af5b8131bc019971de6a6f8ef902.js?body=1" for 127.0.0.1 at 2015-03-31 23:20:15 -0400 Started GET "/subdivisions?country_code=HT" for 127.0.0.1 at 2015-03-31 23:20:18 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"HT"} Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=IE" for 127.0.0.1 at 2015-03-31 23:20:19 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"IE"} Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-03-31 23:20:27 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (18.6ms) Completed 200 OK in 57ms (Views: 56.4ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-50d74200ac210ed9b16400b4525d0bab.css?body=1" for 127.0.0.1 at 2015-03-31 23:20:27 -0400 Started GET "/assets/application-3918e9e4ae0c294f3efa96bb04f4e541.css?body=1" for 127.0.0.1 at 2015-03-31 23:20:27 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 23:20:27 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-03-31 23:20:27 -0400 Started GET "/assets/subdivision_select/subdivisions-8991af5b8131bc019971de6a6f8ef902.js?body=1" for 127.0.0.1 at 2015-03-31 23:20:27 -0400 Started GET "/assets/application-f39040d9c969af70e738a827f0d36cbe.js?body=1" for 127.0.0.1 at 2015-03-31 23:20:27 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 23:21:35 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (33.9ms) Completed 200 OK in 114ms (Views: 113.8ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-50d74200ac210ed9b16400b4525d0bab.css?body=1" for 127.0.0.1 at 2015-03-31 23:21:35 -0400 Started GET "/assets/application-3918e9e4ae0c294f3efa96bb04f4e541.css?body=1" for 127.0.0.1 at 2015-03-31 23:21:35 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 23:21:35 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-03-31 23:21:35 -0400 Started GET "/assets/subdivision_select/subdivisions-a39410a6e4b9b219c258fc5f968cd609.js?body=1" for 127.0.0.1 at 2015-03-31 23:21:35 -0400 Started GET "/assets/application-ef52dba2ccaaf10a75b9d317307640ef.js?body=1" for 127.0.0.1 at 2015-03-31 23:21:35 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 23:27:19 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (23.5ms) Completed 200 OK in 153ms (Views: 153.1ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-50d74200ac210ed9b16400b4525d0bab.css?body=1" for 127.0.0.1 at 2015-03-31 23:27:19 -0400 Started GET "/assets/application-3918e9e4ae0c294f3efa96bb04f4e541.css?body=1" for 127.0.0.1 at 2015-03-31 23:27:19 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 23:27:19 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-03-31 23:27:19 -0400 Started GET "/assets/subdivision_select/subdivisions-bd67da045c336289bdae2053f2e1d14d.js?body=1" for 127.0.0.1 at 2015-03-31 23:27:19 -0400 Started GET "/assets/application-e61ebe5549aae6fe6d64ddf72b4f33ac.js?body=1" for 127.0.0.1 at 2015-03-31 23:27:19 -0400 Started GET "/subdivisions?country_code=GG" for 127.0.0.1 at 2015-03-31 23:27:22 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GG"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=HT" for 127.0.0.1 at 2015-03-31 23:27:24 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"HT"} Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-03-31 23:27:28 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (19.7ms) Completed 200 OK in 58ms (Views: 57.5ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-50d74200ac210ed9b16400b4525d0bab.css?body=1" for 127.0.0.1 at 2015-03-31 23:27:28 -0400 Started GET "/assets/application-3918e9e4ae0c294f3efa96bb04f4e541.css?body=1" for 127.0.0.1 at 2015-03-31 23:27:28 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 23:27:28 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-03-31 23:27:28 -0400 Started GET "/assets/subdivision_select/subdivisions-bd67da045c336289bdae2053f2e1d14d.js?body=1" for 127.0.0.1 at 2015-03-31 23:27:28 -0400 Started GET "/assets/application-e61ebe5549aae6fe6d64ddf72b4f33ac.js?body=1" for 127.0.0.1 at 2015-03-31 23:27:28 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 23:28:08 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (19.1ms) Completed 200 OK in 53ms (Views: 52.4ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-50d74200ac210ed9b16400b4525d0bab.css?body=1" for 127.0.0.1 at 2015-03-31 23:28:09 -0400 Started GET "/assets/application-3918e9e4ae0c294f3efa96bb04f4e541.css?body=1" for 127.0.0.1 at 2015-03-31 23:28:09 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 23:28:09 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-03-31 23:28:09 -0400 Started GET "/assets/application-e61ebe5549aae6fe6d64ddf72b4f33ac.js?body=1" for 127.0.0.1 at 2015-03-31 23:28:09 -0400 Started GET "/assets/subdivision_select/subdivisions-bd67da045c336289bdae2053f2e1d14d.js?body=1" for 127.0.0.1 at 2015-03-31 23:28:09 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 23:28:16 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (52.1ms) Completed 200 OK in 123ms (Views: 122.6ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-50d74200ac210ed9b16400b4525d0bab.css?body=1" for 127.0.0.1 at 2015-03-31 23:28:16 -0400 Started GET "/assets/application-3918e9e4ae0c294f3efa96bb04f4e541.css?body=1" for 127.0.0.1 at 2015-03-31 23:28:16 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 23:28:16 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-03-31 23:28:16 -0400 Started GET "/assets/subdivision_select/subdivisions-bd67da045c336289bdae2053f2e1d14d.js?body=1" for 127.0.0.1 at 2015-03-31 23:28:16 -0400 Started GET "/assets/application-e61ebe5549aae6fe6d64ddf72b4f33ac.js?body=1" for 127.0.0.1 at 2015-03-31 23:28:16 -0400 Started GET "/subdivisions?country_code=GN" for 127.0.0.1 at 2015-03-31 23:28:18 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GN"} Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=IE" for 127.0.0.1 at 2015-03-31 23:28:20 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"IE"} Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=GT" for 127.0.0.1 at 2015-03-31 23:28:23 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GT"} Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=HT" for 127.0.0.1 at 2015-03-31 23:28:26 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"HT"} Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=GY" for 127.0.0.1 at 2015-03-31 23:28:28 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GY"} Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=GN" for 127.0.0.1 at 2015-03-31 23:28:31 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GN"} Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=GT" for 127.0.0.1 at 2015-03-31 23:29:06 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GT"} Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2015-03-31 23:29:07 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GU"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=GP" for 127.0.0.1 at 2015-03-31 23:29:08 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GP"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=HT" for 127.0.0.1 at 2015-03-31 23:29:12 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"HT"} Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-03-31 23:37:19 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (24.1ms) Completed 200 OK in 79ms (Views: 78.6ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-50d74200ac210ed9b16400b4525d0bab.css?body=1" for 127.0.0.1 at 2015-03-31 23:37:19 -0400 Started GET "/assets/application-3918e9e4ae0c294f3efa96bb04f4e541.css?body=1" for 127.0.0.1 at 2015-03-31 23:37:19 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 23:37:19 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-03-31 23:37:19 -0400 Started GET "/assets/subdivision_select/subdivisions-e35ec3bd9b8e2e4504f5213ce47949d2.js?body=1" for 127.0.0.1 at 2015-03-31 23:37:19 -0400 Started GET "/assets/application-2ead4d4f9f6b6a9d5e263031e09620fb.js?body=1" for 127.0.0.1 at 2015-03-31 23:37:19 -0400 Started GET "/subdivisions?country_code=GT" for 127.0.0.1 at 2015-03-31 23:37:21 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GT"} Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=HT" for 127.0.0.1 at 2015-03-31 23:37:23 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"HT"} Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=HM" for 127.0.0.1 at 2015-03-31 23:37:24 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"HM"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=HT" for 127.0.0.1 at 2015-03-31 23:37:28 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"HT"} Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-03-31 23:37:37 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (25.6ms) Completed 200 OK in 58ms (Views: 58.0ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-50d74200ac210ed9b16400b4525d0bab.css?body=1" for 127.0.0.1 at 2015-03-31 23:37:37 -0400 Started GET "/assets/application-3918e9e4ae0c294f3efa96bb04f4e541.css?body=1" for 127.0.0.1 at 2015-03-31 23:37:37 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 23:37:37 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-03-31 23:37:37 -0400 Started GET "/assets/subdivision_select/subdivisions-e35ec3bd9b8e2e4504f5213ce47949d2.js?body=1" for 127.0.0.1 at 2015-03-31 23:37:37 -0400 Started GET "/assets/application-2ead4d4f9f6b6a9d5e263031e09620fb.js?body=1" for 127.0.0.1 at 2015-03-31 23:37:37 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 23:38:07 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (18.7ms) Completed 200 OK in 76ms (Views: 75.6ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-50d74200ac210ed9b16400b4525d0bab.css?body=1" for 127.0.0.1 at 2015-03-31 23:38:08 -0400 Started GET "/assets/application-3918e9e4ae0c294f3efa96bb04f4e541.css?body=1" for 127.0.0.1 at 2015-03-31 23:38:08 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 23:38:08 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-03-31 23:38:08 -0400 Started GET "/assets/subdivision_select/subdivisions-5f82de4e4faf0cc4b19aec57cd9252c3.js?body=1" for 127.0.0.1 at 2015-03-31 23:38:08 -0400 Started GET "/assets/application-7911210382953c52f06ba81b349fc791.js?body=1" for 127.0.0.1 at 2015-03-31 23:38:08 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 23:38:11 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (17.3ms) Completed 200 OK in 47ms (Views: 47.0ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-50d74200ac210ed9b16400b4525d0bab.css?body=1" for 127.0.0.1 at 2015-03-31 23:38:11 -0400 Started GET "/assets/application-3918e9e4ae0c294f3efa96bb04f4e541.css?body=1" for 127.0.0.1 at 2015-03-31 23:38:11 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-03-31 23:38:11 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 23:38:11 -0400 Started GET "/assets/subdivision_select/subdivisions-5f82de4e4faf0cc4b19aec57cd9252c3.js?body=1" for 127.0.0.1 at 2015-03-31 23:38:11 -0400 Started GET "/assets/application-7911210382953c52f06ba81b349fc791.js?body=1" for 127.0.0.1 at 2015-03-31 23:38:11 -0400 Started GET "/subdivisions?country_code=GN" for 127.0.0.1 at 2015-03-31 23:38:15 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GN"} Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=GT" for 127.0.0.1 at 2015-03-31 23:38:22 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GT"} Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2015-03-31 23:38:24 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GU"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-03-31 23:39:19 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (28.1ms) Completed 200 OK in 82ms (Views: 81.8ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-50d74200ac210ed9b16400b4525d0bab.css?body=1" for 127.0.0.1 at 2015-03-31 23:39:19 -0400 Started GET "/assets/application-3918e9e4ae0c294f3efa96bb04f4e541.css?body=1" for 127.0.0.1 at 2015-03-31 23:39:19 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 23:39:19 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-03-31 23:39:19 -0400 Started GET "/assets/subdivision_select/subdivisions-b21f1d53072dedee55fccad6fccee027.js?body=1" for 127.0.0.1 at 2015-03-31 23:39:19 -0400 Started GET "/assets/application-a39115bf1ba0867a67518bf239b26001.js?body=1" for 127.0.0.1 at 2015-03-31 23:39:19 -0400 Started GET "/subdivisions?country_code=GN" for 127.0.0.1 at 2015-03-31 23:39:21 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GN"} Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=HT" for 127.0.0.1 at 2015-03-31 23:39:26 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"HT"} Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=HM" for 127.0.0.1 at 2015-03-31 23:39:28 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"HM"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-03-31 23:39:37 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (25.2ms) Completed 200 OK in 109ms (Views: 108.7ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-50d74200ac210ed9b16400b4525d0bab.css?body=1" for 127.0.0.1 at 2015-03-31 23:39:38 -0400 Started GET "/assets/application-3918e9e4ae0c294f3efa96bb04f4e541.css?body=1" for 127.0.0.1 at 2015-03-31 23:39:38 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 23:39:38 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-03-31 23:39:38 -0400 Started GET "/assets/subdivision_select/subdivisions-dc87a990914a5ec72b71bf5073aae540.js?body=1" for 127.0.0.1 at 2015-03-31 23:39:38 -0400 Started GET "/assets/application-e2b041f05a7eeeddd2b49f90cced6a9e.js?body=1" for 127.0.0.1 at 2015-03-31 23:39:38 -0400 Started GET "/subdivisions?country_code=HM" for 127.0.0.1 at 2015-03-31 23:39:40 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"HM"} Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-03-31 23:41:35 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (18.6ms) Completed 200 OK in 79ms (Views: 78.3ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-50d74200ac210ed9b16400b4525d0bab.css?body=1" for 127.0.0.1 at 2015-03-31 23:41:35 -0400 Started GET "/assets/application-3918e9e4ae0c294f3efa96bb04f4e541.css?body=1" for 127.0.0.1 at 2015-03-31 23:41:35 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 23:41:35 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-03-31 23:41:35 -0400 Started GET "/assets/subdivision_select/subdivisions-83f69f1deb7b865cf6ae679bf189a06e.js?body=1" for 127.0.0.1 at 2015-03-31 23:41:35 -0400 Started GET "/assets/application-1ed0f331467178f4f86de5118a539ff2.js?body=1" for 127.0.0.1 at 2015-03-31 23:41:35 -0400 Started GET "/subdivisions?country_code=GY" for 127.0.0.1 at 2015-03-31 23:41:38 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GY"} Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-03-31 23:42:08 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (18.1ms) Completed 200 OK in 74ms (Views: 73.9ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-50d74200ac210ed9b16400b4525d0bab.css?body=1" for 127.0.0.1 at 2015-03-31 23:42:08 -0400 Started GET "/assets/application-3918e9e4ae0c294f3efa96bb04f4e541.css?body=1" for 127.0.0.1 at 2015-03-31 23:42:08 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 23:42:08 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-03-31 23:42:08 -0400 Started GET "/assets/subdivision_select/subdivisions-3c96e9281e7f1fbce37458d871b209ad.js?body=1" for 127.0.0.1 at 2015-03-31 23:42:08 -0400 Started GET "/assets/application-c43629403d33f6a13bbfca294dedeb43.js?body=1" for 127.0.0.1 at 2015-03-31 23:42:08 -0400 Started GET "/subdivisions?country_code=GN" for 127.0.0.1 at 2015-03-31 23:42:10 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GN"} Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=IE" for 127.0.0.1 at 2015-03-31 23:42:14 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"IE"} Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-03-31 23:42:41 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (20.3ms) Completed 200 OK in 77ms (Views: 76.8ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-50d74200ac210ed9b16400b4525d0bab.css?body=1" for 127.0.0.1 at 2015-03-31 23:42:41 -0400 Started GET "/assets/application-3918e9e4ae0c294f3efa96bb04f4e541.css?body=1" for 127.0.0.1 at 2015-03-31 23:42:41 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 23:42:41 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-03-31 23:42:42 -0400 Started GET "/assets/subdivision_select/subdivisions-7e0999d2b4ac1307654bb6ecadeea1f2.js?body=1" for 127.0.0.1 at 2015-03-31 23:42:42 -0400 Started GET "/assets/application-30f847f46f7394b230c8ab257027e07f.js?body=1" for 127.0.0.1 at 2015-03-31 23:42:42 -0400 Started GET "/subdivisions?country_code=GY" for 127.0.0.1 at 2015-03-31 23:42:43 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GY"} Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=GN" for 127.0.0.1 at 2015-03-31 23:42:44 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GN"} Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=GG" for 127.0.0.1 at 2015-03-31 23:42:46 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GG"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=IE" for 127.0.0.1 at 2015-03-31 23:42:50 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"IE"} Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-03-31 23:43:14 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (24.2ms) Completed 200 OK in 58ms (Views: 57.5ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-50d74200ac210ed9b16400b4525d0bab.css?body=1" for 127.0.0.1 at 2015-03-31 23:43:14 -0400 Started GET "/assets/application-3918e9e4ae0c294f3efa96bb04f4e541.css?body=1" for 127.0.0.1 at 2015-03-31 23:43:14 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-03-31 23:43:14 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 23:43:14 -0400 Started GET "/assets/subdivision_select/subdivisions-7e0999d2b4ac1307654bb6ecadeea1f2.js?body=1" for 127.0.0.1 at 2015-03-31 23:43:14 -0400 Started GET "/assets/application-30f847f46f7394b230c8ab257027e07f.js?body=1" for 127.0.0.1 at 2015-03-31 23:43:14 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 23:43:56 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (21.9ms) Completed 200 OK in 87ms (Views: 86.7ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-50d74200ac210ed9b16400b4525d0bab.css?body=1" for 127.0.0.1 at 2015-03-31 23:43:57 -0400 Started GET "/assets/application-3918e9e4ae0c294f3efa96bb04f4e541.css?body=1" for 127.0.0.1 at 2015-03-31 23:43:57 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 23:43:57 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-03-31 23:43:57 -0400 Started GET "/assets/application-30f847f46f7394b230c8ab257027e07f.js?body=1" for 127.0.0.1 at 2015-03-31 23:43:57 -0400 Started GET "/assets/subdivision_select/subdivisions-7e0999d2b4ac1307654bb6ecadeea1f2.js?body=1" for 127.0.0.1 at 2015-03-31 23:43:57 -0400 Started GET "/subdivisions?country_code=GW" for 127.0.0.1 at 2015-03-31 23:43:58 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GW"} Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=IE" for 127.0.0.1 at 2015-03-31 23:44:01 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"IE"} Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-03-31 23:54:28 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (23.3ms) Completed 200 OK in 55ms (Views: 54.6ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-50d74200ac210ed9b16400b4525d0bab.css?body=1" for 127.0.0.1 at 2015-03-31 23:54:28 -0400 Started GET "/assets/application-3918e9e4ae0c294f3efa96bb04f4e541.css?body=1" for 127.0.0.1 at 2015-03-31 23:54:28 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 23:54:28 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-03-31 23:54:28 -0400 Started GET "/assets/subdivision_select/subdivisions-7e0999d2b4ac1307654bb6ecadeea1f2.js?body=1" for 127.0.0.1 at 2015-03-31 23:54:28 -0400 Started GET "/assets/application-30f847f46f7394b230c8ab257027e07f.js?body=1" for 127.0.0.1 at 2015-03-31 23:54:28 -0400 Started GET "/subdivisions?country_code=HM" for 127.0.0.1 at 2015-03-31 23:54:38 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"HM"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=IS" for 127.0.0.1 at 2015-03-31 23:54:42 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"IS"} Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-03-31 23:55:38 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (33.3ms) Completed 200 OK in 65ms (Views: 64.4ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-50d74200ac210ed9b16400b4525d0bab.css?body=1" for 127.0.0.1 at 2015-03-31 23:55:38 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 23:55:38 -0400 Started GET "/assets/application-3918e9e4ae0c294f3efa96bb04f4e541.css?body=1" for 127.0.0.1 at 2015-03-31 23:55:38 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-03-31 23:55:38 -0400 Started GET "/assets/subdivision_select/subdivisions-7e0999d2b4ac1307654bb6ecadeea1f2.js?body=1" for 127.0.0.1 at 2015-03-31 23:55:38 -0400 Started GET "/assets/application-30f847f46f7394b230c8ab257027e07f.js?body=1" for 127.0.0.1 at 2015-03-31 23:55:38 -0400 Started GET "/subdivisions?country_code=IS" for 127.0.0.1 at 2015-03-31 23:55:40 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"IS"} Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-03-31 23:57:01 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (20.7ms) Completed 200 OK in 56ms (Views: 55.4ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-50d74200ac210ed9b16400b4525d0bab.css?body=1" for 127.0.0.1 at 2015-03-31 23:57:01 -0400 Started GET "/assets/application-3918e9e4ae0c294f3efa96bb04f4e541.css?body=1" for 127.0.0.1 at 2015-03-31 23:57:01 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 23:57:01 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-03-31 23:57:01 -0400 Started GET "/assets/subdivision_select/subdivisions-7e0999d2b4ac1307654bb6ecadeea1f2.js?body=1" for 127.0.0.1 at 2015-03-31 23:57:01 -0400 Started GET "/assets/application-30f847f46f7394b230c8ab257027e07f.js?body=1" for 127.0.0.1 at 2015-03-31 23:57:01 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 23:57:23 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (22.4ms) Completed 200 OK in 71ms (Views: 70.8ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-23fdf4ec7aeee2fb2dd8bfdd19263e1c.css?body=1" for 127.0.0.1 at 2015-03-31 23:57:23 -0400 Started GET "/assets/application-6c8a85780751b3c64f4c9cfeba99df1b.css?body=1" for 127.0.0.1 at 2015-03-31 23:57:23 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 23:57:23 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-03-31 23:57:23 -0400 Started GET "/assets/subdivision_select/subdivisions-7e0999d2b4ac1307654bb6ecadeea1f2.js?body=1" for 127.0.0.1 at 2015-03-31 23:57:23 -0400 Started GET "/assets/application-30f847f46f7394b230c8ab257027e07f.js?body=1" for 127.0.0.1 at 2015-03-31 23:57:23 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 23:57:40 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (20.1ms) Completed 200 OK in 69ms (Views: 68.7ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-bc2dedc01454baec5097b61be29b5f1f.css?body=1" for 127.0.0.1 at 2015-03-31 23:57:40 -0400 Started GET "/assets/application-2589250da8f2ee38c504740583dc02bc.css?body=1" for 127.0.0.1 at 2015-03-31 23:57:40 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-03-31 23:57:40 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 23:57:40 -0400 Started GET "/assets/application-30f847f46f7394b230c8ab257027e07f.js?body=1" for 127.0.0.1 at 2015-03-31 23:57:40 -0400 Started GET "/assets/subdivision_select/subdivisions-7e0999d2b4ac1307654bb6ecadeea1f2.js?body=1" for 127.0.0.1 at 2015-03-31 23:57:40 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 23:57:41 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (18.5ms) Completed 200 OK in 57ms (Views: 57.1ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-bc2dedc01454baec5097b61be29b5f1f.css?body=1" for 127.0.0.1 at 2015-03-31 23:57:41 -0400 Started GET "/assets/application-2589250da8f2ee38c504740583dc02bc.css?body=1" for 127.0.0.1 at 2015-03-31 23:57:41 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 23:57:41 -0400 Started GET "/assets/subdivision_select/subdivisions-7e0999d2b4ac1307654bb6ecadeea1f2.js?body=1" for 127.0.0.1 at 2015-03-31 23:57:41 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-03-31 23:57:41 -0400 Started GET "/assets/application-30f847f46f7394b230c8ab257027e07f.js?body=1" for 127.0.0.1 at 2015-03-31 23:57:41 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 23:57:44 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (23.2ms) Completed 200 OK in 58ms (Views: 57.5ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-bc2dedc01454baec5097b61be29b5f1f.css?body=1" for 127.0.0.1 at 2015-03-31 23:57:44 -0400 Started GET "/assets/application-2589250da8f2ee38c504740583dc02bc.css?body=1" for 127.0.0.1 at 2015-03-31 23:57:44 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 23:57:44 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-03-31 23:57:44 -0400 Started GET "/assets/application-30f847f46f7394b230c8ab257027e07f.js?body=1" for 127.0.0.1 at 2015-03-31 23:57:44 -0400 Started GET "/assets/subdivision_select/subdivisions-7e0999d2b4ac1307654bb6ecadeea1f2.js?body=1" for 127.0.0.1 at 2015-03-31 23:57:44 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 23:58:03 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (21.7ms) Completed 200 OK in 59ms (Views: 58.4ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-bc2dedc01454baec5097b61be29b5f1f.css?body=1" for 127.0.0.1 at 2015-03-31 23:58:03 -0400 Started GET "/assets/application-2589250da8f2ee38c504740583dc02bc.css?body=1" for 127.0.0.1 at 2015-03-31 23:58:03 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 23:58:03 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-03-31 23:58:03 -0400 Started GET "/assets/subdivision_select/subdivisions-7e0999d2b4ac1307654bb6ecadeea1f2.js?body=1" for 127.0.0.1 at 2015-03-31 23:58:03 -0400 Started GET "/assets/application-30f847f46f7394b230c8ab257027e07f.js?body=1" for 127.0.0.1 at 2015-03-31 23:58:03 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 23:58:05 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (22.5ms) Completed 200 OK in 57ms (Views: 56.4ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-bc2dedc01454baec5097b61be29b5f1f.css?body=1" for 127.0.0.1 at 2015-03-31 23:58:05 -0400 Started GET "/assets/application-2589250da8f2ee38c504740583dc02bc.css?body=1" for 127.0.0.1 at 2015-03-31 23:58:05 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 23:58:05 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-03-31 23:58:05 -0400 Started GET "/assets/subdivision_select/subdivisions-7e0999d2b4ac1307654bb6ecadeea1f2.js?body=1" for 127.0.0.1 at 2015-03-31 23:58:05 -0400 Started GET "/assets/application-30f847f46f7394b230c8ab257027e07f.js?body=1" for 127.0.0.1 at 2015-03-31 23:58:05 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 23:58:14 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (21.4ms) Completed 200 OK in 58ms (Views: 57.3ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-bc2dedc01454baec5097b61be29b5f1f.css?body=1" for 127.0.0.1 at 2015-03-31 23:58:14 -0400 Started GET "/assets/application-2589250da8f2ee38c504740583dc02bc.css?body=1" for 127.0.0.1 at 2015-03-31 23:58:14 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 23:58:14 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-03-31 23:58:14 -0400 Started GET "/assets/subdivision_select/subdivisions-7e0999d2b4ac1307654bb6ecadeea1f2.js?body=1" for 127.0.0.1 at 2015-03-31 23:58:14 -0400 Started GET "/assets/application-30f847f46f7394b230c8ab257027e07f.js?body=1" for 127.0.0.1 at 2015-03-31 23:58:14 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 23:58:17 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (21.0ms) Completed 200 OK in 64ms (Views: 64.0ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-bb0235c1143002fe39b5ef9a1bc17aa8.css?body=1" for 127.0.0.1 at 2015-03-31 23:58:18 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 23:58:18 -0400 Started GET "/assets/application-5e87efc0c616ba0d4e7fad6b00e24ec1.css?body=1" for 127.0.0.1 at 2015-03-31 23:58:18 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-03-31 23:58:18 -0400 Started GET "/assets/application-30f847f46f7394b230c8ab257027e07f.js?body=1" for 127.0.0.1 at 2015-03-31 23:58:18 -0400 Started GET "/assets/subdivision_select/subdivisions-7e0999d2b4ac1307654bb6ecadeea1f2.js?body=1" for 127.0.0.1 at 2015-03-31 23:58:18 -0400 Started GET "/" for 127.0.0.1 at 2015-03-31 23:58:25 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (22.6ms) Completed 200 OK in 68ms (Views: 67.8ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-03-31 23:58:25 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-03-31 23:58:25 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-03-31 23:58:25 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-03-31 23:58:25 -0400 Started GET "/assets/subdivision_select/subdivisions-7e0999d2b4ac1307654bb6ecadeea1f2.js?body=1" for 127.0.0.1 at 2015-03-31 23:58:25 -0400 Started GET "/assets/application-30f847f46f7394b230c8ab257027e07f.js?body=1" for 127.0.0.1 at 2015-03-31 23:58:25 -0400 Started GET "/subdivisions?country_code=GW" for 127.0.0.1 at 2015-03-31 23:58:28 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GW"} Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=HM" for 127.0.0.1 at 2015-03-31 23:58:32 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"HM"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=IR" for 127.0.0.1 at 2015-03-31 23:58:33 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"IR"} Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=IS" for 127.0.0.1 at 2015-04-01 00:10:32 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as HTML Parameters: {"country_code"=>"IS"} Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `get_subdivisions' for #): /Users/sean/dev/subdivision_select/app/controllers/subdivision_select/subdivisions_controller.rb:6:in `get' actionpack (4.1.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.10) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.10) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.10) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.10) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.1.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.10) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.10) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.10) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.10) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/railtie.rb:194:in `public_send' railties (4.1.10) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.10) lib/action_dispatch/routing/route_set.rb:692:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.10) lib/active_record/migration.rb:380:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.10) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.10) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.0ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (25.0ms) Started GET "/subdivisions?country_code=IS" for 127.0.0.1 at 2015-04-01 00:10:41 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as HTML Parameters: {"country_code"=>"IS"} Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-01 00:10:52 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (17.6ms) Completed 200 OK in 51ms (Views: 51.0ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-01 00:10:53 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-01 00:10:53 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-04-01 00:10:53 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-01 00:10:53 -0400 Started GET "/assets/subdivision_select/subdivisions-7e0999d2b4ac1307654bb6ecadeea1f2.js?body=1" for 127.0.0.1 at 2015-04-01 00:10:53 -0400 Started GET "/assets/application-30f847f46f7394b230c8ab257027e07f.js?body=1" for 127.0.0.1 at 2015-04-01 00:10:53 -0400 Started GET "/subdivisions?country_code=GN" for 127.0.0.1 at 2015-04-01 00:11:41 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GN"} Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-01 00:12:13 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (52.2ms) Completed 200 OK in 84ms (Views: 83.4ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-01 00:12:13 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-01 00:12:14 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-04-01 00:12:14 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-01 00:12:14 -0400 Started GET "/assets/subdivision_select/subdivisions-7e0999d2b4ac1307654bb6ecadeea1f2.js?body=1" for 127.0.0.1 at 2015-04-01 00:12:14 -0400 Started GET "/assets/application-30f847f46f7394b230c8ab257027e07f.js?body=1" for 127.0.0.1 at 2015-04-01 00:12:14 -0400 Started GET "/" for 127.0.0.1 at 2015-04-01 00:12:25 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (21.5ms) Completed 200 OK in 56ms (Views: 55.8ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-01 00:12:25 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-01 00:12:25 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-04-01 00:12:25 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-01 00:12:25 -0400 Started GET "/assets/subdivision_select/subdivisions-7e0999d2b4ac1307654bb6ecadeea1f2.js?body=1" for 127.0.0.1 at 2015-04-01 00:12:25 -0400 Started GET "/assets/application-30f847f46f7394b230c8ab257027e07f.js?body=1" for 127.0.0.1 at 2015-04-01 00:12:25 -0400 Started GET "/" for 127.0.0.1 at 2015-04-01 00:12:34 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (25.8ms) Completed 500 Internal Server Error in 34ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `country_select' for #): 4: 5:
6: <%= f.label(:country) %>
7: <%= f.country_select(:country, selected: "IE") %> 8:
9: 10:
app/views/addresses_demo/index.html.erb:7:in `block in _app_views_addresses_demo_index_html_erb___3920421756545494222_70317469241740' app/views/addresses_demo/index.html.erb:3:in `_app_views_addresses_demo_index_html_erb___3920421756545494222_70317469241740' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (11.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (20.3ms) Started GET "/" for 127.0.0.1 at 2015-04-01 00:12:41 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (11.0ms) Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `country_select' for #): 4: 5:
6: <%= f.label(:country) %>
7: <%= f.country_select(:country, selected: "IE") %> 8:
9: 10:
app/views/addresses_demo/index.html.erb:7:in `block in _app_views_addresses_demo_index_html_erb___3920421756545494222_70317469241740' app/views/addresses_demo/index.html.erb:3:in `_app_views_addresses_demo_index_html_erb___3920421756545494222_70317469241740' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.5ms) Started GET "/" for 127.0.0.1 at 2015-04-01 00:13:12 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (14.8ms) Completed 500 Internal Server Error in 17ms (ActiveRecord: 0.0ms) ActionView::Template::Error (uninitialized constant SubdivisionSelect::SubdivisionsHelper::Country): 9: 10:
11: <%= f.label("State / Province") %>
12: <%= f.select(:subdivision, SubdivisionSelect::SubdivisionsHelper::get_subdivisions_for_select("IE") ) %> 13:
14: 15: <% end %> app/views/addresses_demo/index.html.erb:12:in `block in _app_views_addresses_demo_index_html_erb___3920421756545494222_70317469241740' app/views/addresses_demo/index.html.erb:3:in `_app_views_addresses_demo_index_html_erb___3920421756545494222_70317469241740' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.4ms) Started GET "/" for 127.0.0.1 at 2015-04-01 00:13:33 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (55.4ms) Completed 500 Internal Server Error in 58ms (ActiveRecord: 0.0ms) ActionView::Template::Error (uninitialized constant ActionView::CompiledTemplates::SubdivisionsHelper): 9: 10:
11: <%= f.label("State / Province") %>
12: <%= f.select(:subdivision, SubdivisionsHelper::get_subdivisions_for_select("IE") ) %> 13:
14: 15: <% end %> app/views/addresses_demo/index.html.erb:12:in `block in _app_views_addresses_demo_index_html_erb___3920421756545494222_70317437705400' app/views/addresses_demo/index.html.erb:3:in `_app_views_addresses_demo_index_html_erb___3920421756545494222_70317437705400' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.0ms) Started GET "/" for 127.0.0.1 at 2015-04-01 00:13:57 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (17.4ms) Completed 500 Internal Server Error in 20ms (ActiveRecord: 0.0ms) ActionView::Template::Error (uninitialized constant SubdivisionSelect::SubdivisionsHelper::Country): 12: <%= 13: f.select( 14: :subdivision, 15: SubdivisionSelect::SubdivisionsHelper::get_subdivisions_for_select("IE") 16: ) 17: %> 18:
app/views/addresses_demo/index.html.erb:15:in `block in _app_views_addresses_demo_index_html_erb___3920421756545494222_70317433743740' app/views/addresses_demo/index.html.erb:3:in `_app_views_addresses_demo_index_html_erb___3920421756545494222_70317433743740' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.5ms) Started GET "/" for 127.0.0.1 at 2015-04-01 00:14:25 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (33.7ms) Completed 200 OK in 130ms (Views: 129.9ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-01 00:14:26 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-01 00:14:26 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-04-01 00:14:26 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-01 00:14:26 -0400 Started GET "/assets/subdivision_select/subdivisions-7e0999d2b4ac1307654bb6ecadeea1f2.js?body=1" for 127.0.0.1 at 2015-04-01 00:14:26 -0400 Started GET "/assets/application-30f847f46f7394b230c8ab257027e07f.js?body=1" for 127.0.0.1 at 2015-04-01 00:14:26 -0400 Started GET "/subdivisions?country_code=GP" for 127.0.0.1 at 2015-04-01 00:20:01 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GP"} Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=GL" for 127.0.0.1 at 2015-04-01 00:20:04 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GL"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-01 00:20:09 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (20.4ms) Completed 200 OK in 55ms (Views: 54.4ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-01 00:20:09 -0400 Started GET "/assets/addresses_demo-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 127.0.0.1 at 2015-04-01 00:20:09 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-01 00:20:09 -0400 Started GET "/assets/subdivision_select/subdivisions-7e0999d2b4ac1307654bb6ecadeea1f2.js?body=1" for 127.0.0.1 at 2015-04-01 00:20:09 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-01 00:20:09 -0400 Started GET "/assets/application-30f847f46f7394b230c8ab257027e07f.js?body=1" for 127.0.0.1 at 2015-04-01 00:20:09 -0400 Started GET "/subdivisions?country_code=IS" for 127.0.0.1 at 2015-04-01 00:20:17 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"IS"} Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=GP" for 127.0.0.1 at 2015-04-01 00:20:23 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GP"} Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=GQ" for 127.0.0.1 at 2015-04-01 00:59:36 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GQ"} Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=DO" for 127.0.0.1 at 2015-04-01 09:51:05 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"DO"} Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=IE" for 127.0.0.1 at 2015-04-01 09:51:32 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"IE"} Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-01 11:57:49 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (96.0ms) Completed 200 OK in 240ms (Views: 238.4ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-01 11:58:01 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (42.9ms) Completed 200 OK in 79ms (Views: 79.0ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-01 21:53:00 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (53.0ms) Completed 200 OK in 127ms (Views: 126.9ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-01 21:53:01 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-01 21:53:01 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-01 21:53:01 -0400 Started GET "/assets/application-dfc16e2fef3d87376a2e1b508d6ed42f.js?body=1" for 127.0.0.1 at 2015-04-01 21:53:01 -0400 Started GET "/" for 127.0.0.1 at 2015-04-01 21:55:33 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (30.7ms) Completed 200 OK in 120ms (Views: 119.6ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-01 21:55:33 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-01 21:55:33 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-01 21:55:33 -0400 Started GET "/assets/subdivision_select/subdivisions-7e0999d2b4ac1307654bb6ecadeea1f2.js?body=1" for 127.0.0.1 at 2015-04-01 21:55:33 -0400 Started GET "/assets/application-a5365e78a07eb2b1ebff1c0119099082.js?body=1" for 127.0.0.1 at 2015-04-01 21:55:33 -0400 Started GET "/subdivisions?country_code=HM" for 127.0.0.1 at 2015-04-01 21:55:35 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"HM"} Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=GT" for 127.0.0.1 at 2015-04-01 21:55:40 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GT"} Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-01 21:57:39 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (47.5ms) Completed 200 OK in 120ms (Views: 118.9ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-01 21:57:40 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-01 21:57:40 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-01 21:57:40 -0400 Started GET "/assets/application-a5365e78a07eb2b1ebff1c0119099082.js?body=1" for 127.0.0.1 at 2015-04-01 21:57:40 -0400 Started GET "/assets/subdivision_select-7e0999d2b4ac1307654bb6ecadeea1f2.js?body=1" for 127.0.0.1 at 2015-04-01 21:57:40 -0400 Started GET "/subdivisions?country_code=GG" for 127.0.0.1 at 2015-04-01 21:57:42 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GG"} Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2015-04-01 21:57:44 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GU"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=GD" for 127.0.0.1 at 2015-04-01 21:57:45 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GD"} Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=GP" for 127.0.0.1 at 2015-04-01 21:57:48 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GP"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=GD" for 127.0.0.1 at 2015-04-01 21:57:50 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GD"} Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-01 22:01:29 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (21.6ms) Completed 500 Internal Server Error in 28ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `country_select' for #): 4: 5:
6: <%= f.label(:country) %>
7: <%= f.country_select(:country, selected: "IE") %> 8:
9: 10:
app/views/addresses_demo/index.html.erb:7:in `block in _app_views_addresses_demo_index_html_erb___1756876424623965933_70303115854760' app/views/addresses_demo/index.html.erb:3:in `_app_views_addresses_demo_index_html_erb___1756876424623965933_70303115854760' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (10.1ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (21.2ms) Started GET "/" for 127.0.0.1 at 2015-04-01 22:05:06 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (6.5ms) Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `country_select' for #): 4: 5:
6: <%= f.label(:country) %>
7: <%= f.country_select(:country, selected: "IE") %> 8:
9: 10:
app/views/addresses_demo/index.html.erb:7:in `block in _app_views_addresses_demo_index_html_erb___1756876424623965933_70303115854760' app/views/addresses_demo/index.html.erb:3:in `_app_views_addresses_demo_index_html_erb___1756876424623965933_70303115854760' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.4ms) Started GET "/" for 127.0.0.1 at 2015-04-01 22:05:58 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (20.1ms) Completed 200 OK in 94ms (Views: 93.3ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-01 22:05:58 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-01 22:05:58 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-01 22:05:58 -0400 Started GET "/assets/subdivision_select-7e0999d2b4ac1307654bb6ecadeea1f2.js?body=1" for 127.0.0.1 at 2015-04-01 22:05:58 -0400 Started GET "/assets/application-a5365e78a07eb2b1ebff1c0119099082.js?body=1" for 127.0.0.1 at 2015-04-01 22:05:58 -0400 Started GET "/" for 127.0.0.1 at 2015-04-01 22:07:27 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (44.4ms) Completed 200 OK in 96ms (Views: 96.0ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-01 22:07:27 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-01 22:07:27 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-01 22:07:27 -0400 Started GET "/assets/subdivision_select-7e0999d2b4ac1307654bb6ecadeea1f2.js?body=1" for 127.0.0.1 at 2015-04-01 22:07:27 -0400 Started GET "/assets/application-a5365e78a07eb2b1ebff1c0119099082.js?body=1" for 127.0.0.1 at 2015-04-01 22:07:27 -0400 Started GET "/" for 127.0.0.1 at 2015-04-01 22:16:30 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (68.8ms) Completed 200 OK in 119ms (Views: 118.3ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-01 22:16:31 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-01 22:16:31 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-01 22:16:31 -0400 Started GET "/assets/subdivision_select-7e0999d2b4ac1307654bb6ecadeea1f2.js?body=1" for 127.0.0.1 at 2015-04-01 22:16:31 -0400 Started GET "/assets/application-a5365e78a07eb2b1ebff1c0119099082.js?body=1" for 127.0.0.1 at 2015-04-01 22:16:31 -0400 Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2015-04-01 22:16:33 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GU"} Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-01 22:18:29 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (69.5ms) Completed 200 OK in 132ms (Views: 131.3ms | ActiveRecord: 0.0ms) Started GET "/assets/application-7077b7b7eae2b995b5f137e1096bd5f7.js?body=1" for 127.0.0.1 at 2015-04-01 22:18:29 -0400 Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-01 22:18:29 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-01 22:18:29 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-01 22:18:29 -0400 Started GET "/assets/subdivision_select-7e0999d2b4ac1307654bb6ecadeea1f2.js?body=1" for 127.0.0.1 at 2015-04-01 22:18:29 -0400 Started GET "/subdivisions?country_code=GN" for 127.0.0.1 at 2015-04-01 22:18:31 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GN"} Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-01 22:18:32 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (20.2ms) Completed 200 OK in 44ms (Views: 43.6ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-01 22:18:32 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-01 22:18:32 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-01 22:18:32 -0400 Started GET "/assets/subdivision_select-7e0999d2b4ac1307654bb6ecadeea1f2.js?body=1" for 127.0.0.1 at 2015-04-01 22:18:32 -0400 Started GET "/assets/application-7077b7b7eae2b995b5f137e1096bd5f7.js?body=1" for 127.0.0.1 at 2015-04-01 22:18:32 -0400 Started GET "/subdivisions?country_code=GN" for 127.0.0.1 at 2015-04-01 22:18:34 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GN"} Completed 200 OK in 4ms (Views: 0.6ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-01 22:27:55 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (54.1ms) Completed 200 OK in 106ms (Views: 105.4ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-01 22:27:57 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-01 22:27:57 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-01 22:27:57 -0400 Started GET "/assets/subdivision_select-7e0999d2b4ac1307654bb6ecadeea1f2.js?body=1" for 127.0.0.1 at 2015-04-01 22:27:57 -0400 Started GET "/assets/application-7077b7b7eae2b995b5f137e1096bd5f7.js?body=1" for 127.0.0.1 at 2015-04-01 22:27:57 -0400 Started GET "/" for 127.0.0.1 at 2015-04-01 22:36:05 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (46.0ms) Completed 500 Internal Server Error in 79ms (ActiveRecord: 0.0ms) ActionView::Template::Error (couldn't find file 'jquery' (in /Users/sean/dev/subdivision_select/spec/test_app/app/assets/javascripts/application.js:1)): 3: 4: TestApp 5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> 6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> 7: <%= csrf_meta_tags %> 8: 9: app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb__377957750963104049_70190087615140' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (12.9ms) Started GET "/" for 127.0.0.1 at 2015-04-01 22:37:21 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (47.3ms) Completed 500 Internal Server Error in 75ms (ActiveRecord: 0.0ms) ActionView::Template::Error (couldn't find file 'jquery2' (in /Users/sean/dev/subdivision_select/spec/test_app/app/assets/javascripts/application.js:1)): 3: 4: TestApp 5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> 6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> 7: <%= csrf_meta_tags %> 8: 9: app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___94048626755772694_70158996573880' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.1ms) Started GET "/" for 127.0.0.1 at 2015-04-01 22:39:47 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (57.8ms) Completed 200 OK in 116ms (Views: 115.4ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-01 22:39:49 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-01 22:39:49 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-01 22:39:49 -0400 Started GET "/assets/subdivision_select-7e0999d2b4ac1307654bb6ecadeea1f2.js?body=1" for 127.0.0.1 at 2015-04-01 22:39:49 -0400 Started GET "/assets/application-7077b7b7eae2b995b5f137e1096bd5f7.js?body=1" for 127.0.0.1 at 2015-04-01 22:39:49 -0400 Started GET "/" for 127.0.0.1 at 2015-04-01 22:40:05 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (48.3ms) Completed 200 OK in 91ms (Views: 90.7ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-01 22:40:06 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-01 22:40:06 -0400 Started GET "/assets/subdivision_select-7e0999d2b4ac1307654bb6ecadeea1f2.js?body=1" for 127.0.0.1 at 2015-04-01 22:40:06 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-01 22:40:06 -0400 Started GET "/assets/application-7077b7b7eae2b995b5f137e1096bd5f7.js?body=1" for 127.0.0.1 at 2015-04-01 22:40:06 -0400 Started GET "/" for 127.0.0.1 at 2015-04-01 22:40:14 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (34.2ms) Completed 200 OK in 59ms (Views: 58.5ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-01 22:40:14 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-01 22:40:14 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-01 22:40:14 -0400 Started GET "/assets/subdivision_select-7e0999d2b4ac1307654bb6ecadeea1f2.js?body=1" for 127.0.0.1 at 2015-04-01 22:40:14 -0400 Started GET "/assets/application-7077b7b7eae2b995b5f137e1096bd5f7.js?body=1" for 127.0.0.1 at 2015-04-01 22:40:14 -0400 Started GET "/subdivisions?country_code=GY" for 127.0.0.1 at 2015-04-01 22:40:15 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GY"} Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-01 22:44:16 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (32.7ms) Completed 200 OK in 56ms (Views: 55.9ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2015-04-01 22:44:21 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GU"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=HK" for 127.0.0.1 at 2015-04-01 22:53:37 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"HK"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=IS" for 127.0.0.1 at 2015-04-01 22:53:39 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"IS"} Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=IE" for 127.0.0.1 at 2015-04-01 22:53:45 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"IE"} Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-01 22:57:18 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (31.7ms) Completed 200 OK in 61ms (Views: 60.6ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-01 22:57:19 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-01 22:57:19 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-01 22:57:19 -0400 Started GET "/assets/subdivision_select-7e0999d2b4ac1307654bb6ecadeea1f2.js?body=1" for 127.0.0.1 at 2015-04-01 22:57:19 -0400 Started GET "/assets/application-7077b7b7eae2b995b5f137e1096bd5f7.js?body=1" for 127.0.0.1 at 2015-04-01 22:57:19 -0400 Started GET "/subdivisions?country_code=DE" for 127.0.0.1 at 2015-04-01 22:57:44 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"DE"} Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-01 23:02:28 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (51.1ms) Completed 200 OK in 123ms (Views: 122.8ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-01 23:02:29 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-01 23:02:29 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-01 23:02:29 -0400 Started GET "/assets/subdivision_select-7e0999d2b4ac1307654bb6ecadeea1f2.js?body=1" for 127.0.0.1 at 2015-04-01 23:02:29 -0400 Started GET "/assets/application-a5365e78a07eb2b1ebff1c0119099082.js?body=1" for 127.0.0.1 at 2015-04-01 23:02:29 -0400 Started GET "/subdivisions?country_code=GY" for 127.0.0.1 at 2015-04-01 23:02:31 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GY"} Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-01 23:15:05 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (69.5ms) Completed 200 OK in 120ms (Views: 119.7ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-01 23:15:06 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-01 23:15:06 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-01 23:15:06 -0400 Started GET "/assets/subdivision_select-7e0999d2b4ac1307654bb6ecadeea1f2.js?body=1" for 127.0.0.1 at 2015-04-01 23:15:06 -0400 Started GET "/assets/application-a5365e78a07eb2b1ebff1c0119099082.js?body=1" for 127.0.0.1 at 2015-04-01 23:15:06 -0400 Started GET "/subdivisions?country_code=IS" for 127.0.0.1 at 2015-04-01 23:15:50 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"IS"} Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-01 23:16:24 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (32.6ms) Completed 200 OK in 57ms (Views: 56.8ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-01 23:16:25 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-01 23:16:25 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-01 23:16:25 -0400 Started GET "/assets/subdivision_select-7e0999d2b4ac1307654bb6ecadeea1f2.js?body=1" for 127.0.0.1 at 2015-04-01 23:16:25 -0400 Started GET "/assets/application-a5365e78a07eb2b1ebff1c0119099082.js?body=1" for 127.0.0.1 at 2015-04-01 23:16:25 -0400 Started GET "/subdivisions?country_code=DE" for 127.0.0.1 at 2015-04-01 23:17:54 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"DE"} Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=BG" for 127.0.0.1 at 2015-04-01 23:17:59 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"BG"} Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-01 23:18:26 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (33.5ms) Completed 200 OK in 63ms (Views: 62.8ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-01 23:18:26 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-01 23:18:26 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-01 23:18:26 -0400 Started GET "/assets/subdivision_select-7e0999d2b4ac1307654bb6ecadeea1f2.js?body=1" for 127.0.0.1 at 2015-04-01 23:18:26 -0400 Started GET "/assets/application-a5365e78a07eb2b1ebff1c0119099082.js?body=1" for 127.0.0.1 at 2015-04-01 23:18:26 -0400 Started GET "/subdivisions?country_code=HK" for 127.0.0.1 at 2015-04-01 23:18:50 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"HK"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=HT" for 127.0.0.1 at 2015-04-01 23:18:52 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"HT"} Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=IS" for 127.0.0.1 at 2015-04-01 23:18:56 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"IS"} Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-01 23:18:59 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (37.0ms) Completed 200 OK in 66ms (Views: 65.9ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-01 23:18:59 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-01 23:18:59 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-01 23:18:59 -0400 Started GET "/assets/subdivision_select-7e0999d2b4ac1307654bb6ecadeea1f2.js?body=1" for 127.0.0.1 at 2015-04-01 23:18:59 -0400 Started GET "/assets/application-a5365e78a07eb2b1ebff1c0119099082.js?body=1" for 127.0.0.1 at 2015-04-01 23:18:59 -0400 Started GET "/subdivisions?country_code=GB" for 127.0.0.1 at 2015-04-01 23:19:11 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GB"} Completed 200 OK in 21ms (Views: 4.2ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=US" for 127.0.0.1 at 2015-04-01 23:19:20 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"US"} Completed 200 OK in 5ms (Views: 0.8ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-01 23:19:26 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (39.5ms) Completed 200 OK in 66ms (Views: 65.6ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-01 23:19:26 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-01 23:19:26 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-01 23:19:26 -0400 Started GET "/assets/subdivision_select-7e0999d2b4ac1307654bb6ecadeea1f2.js?body=1" for 127.0.0.1 at 2015-04-01 23:19:26 -0400 Started GET "/assets/application-a5365e78a07eb2b1ebff1c0119099082.js?body=1" for 127.0.0.1 at 2015-04-01 23:19:26 -0400 Started GET "/subdivisions?country_code=IS" for 127.0.0.1 at 2015-04-01 23:19:42 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"IS"} Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=VA" for 127.0.0.1 at 2015-04-01 23:19:47 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"VA"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-01 23:19:55 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (44.2ms) Completed 200 OK in 70ms (Views: 69.6ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-01 23:19:55 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-01 23:19:55 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-01 23:19:55 -0400 Started GET "/assets/subdivision_select-7e0999d2b4ac1307654bb6ecadeea1f2.js?body=1" for 127.0.0.1 at 2015-04-01 23:19:55 -0400 Started GET "/assets/application-a5365e78a07eb2b1ebff1c0119099082.js?body=1" for 127.0.0.1 at 2015-04-01 23:19:55 -0400 Started GET "/subdivisions?country_code=IS" for 127.0.0.1 at 2015-04-01 23:20:21 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"IS"} Completed 200 OK in 4ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=VA" for 127.0.0.1 at 2015-04-01 23:20:28 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"VA"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-16 20:56:43 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (59.3ms) Completed 200 OK in 149ms (Views: 148.4ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-16 20:56:44 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-16 20:56:44 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-16 20:56:44 -0400 Started GET "/assets/subdivision_select-ffae47b03cf5d58b5f6c2720f727eac6.js?body=1" for 127.0.0.1 at 2015-04-16 20:56:44 -0400 Started GET "/assets/application-c6957960d49a5f16f4c24b89341e838d.js?body=1" for 127.0.0.1 at 2015-04-16 20:56:44 -0400 Started GET "/" for 127.0.0.1 at 2015-04-16 20:57:05 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (77.9ms) Completed 200 OK in 118ms (Views: 118.2ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-16 20:57:06 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-16 20:57:06 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-16 20:57:06 -0400 Started GET "/assets/subdivision_select-684dd183fa25ca43a95bb44a41466eeb.js?body=1" for 127.0.0.1 at 2015-04-16 20:57:06 -0400 Started GET "/assets/application-4671fae60ce14f24cba53b0c47574aa8.js?body=1" for 127.0.0.1 at 2015-04-16 20:57:06 -0400 Started GET "/" for 127.0.0.1 at 2015-04-16 20:57:24 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (49.9ms) Completed 200 OK in 114ms (Views: 113.3ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-16 20:57:24 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-16 20:57:24 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-16 20:57:24 -0400 Started GET "/assets/subdivision_select-6647778b76d14ce5ef8cabaf2ad40ebf.js?body=1" for 127.0.0.1 at 2015-04-16 20:57:24 -0400 Started GET "/assets/application-557537752e255c82101fb0bc705bf3cd.js?body=1" for 127.0.0.1 at 2015-04-16 20:57:24 -0400 Started GET "/" for 127.0.0.1 at 2015-04-16 20:58:00 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (39.0ms) Completed 200 OK in 94ms (Views: 93.8ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-16 20:58:00 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-16 20:58:00 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-16 20:58:00 -0400 Started GET "/assets/subdivision_select-4623d47db2505fab6a97462552a89a5f.js?body=1" for 127.0.0.1 at 2015-04-16 20:58:00 -0400 Started GET "/assets/application-d707f39389f3d23082b09818eb49c334.js?body=1" for 127.0.0.1 at 2015-04-16 20:58:00 -0400 Started GET "/" for 127.0.0.1 at 2015-04-16 20:58:27 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (42.7ms) Completed 200 OK in 92ms (Views: 91.3ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-16 20:58:28 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-16 20:58:28 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-16 20:58:28 -0400 Started GET "/assets/subdivision_select-2b2b49bc1c6b4bde9c1b77f91cdfaa2a.js?body=1" for 127.0.0.1 at 2015-04-16 20:58:28 -0400 Started GET "/assets/application-14c6f8077aa4646f327d1d57ed8da5b9.js?body=1" for 127.0.0.1 at 2015-04-16 20:58:28 -0400 Started GET "/" for 127.0.0.1 at 2015-04-16 20:58:42 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (35.2ms) Completed 200 OK in 79ms (Views: 78.3ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-16 20:58:42 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-16 20:58:42 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-16 20:58:42 -0400 Started GET "/assets/subdivision_select-66526a16c08ea3ca709d3d936c6db145.js?body=1" for 127.0.0.1 at 2015-04-16 20:58:42 -0400 Started GET "/assets/application-726047f6167d95ec547b9548fc973ae0.js?body=1" for 127.0.0.1 at 2015-04-16 20:58:42 -0400 Started GET "/" for 127.0.0.1 at 2015-04-16 20:59:13 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (35.6ms) Completed 200 OK in 85ms (Views: 85.1ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-16 20:59:13 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-16 20:59:13 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-16 20:59:13 -0400 Started GET "/assets/subdivision_select-8c650dcd3c46cfce64478421f39e740d.js?body=1" for 127.0.0.1 at 2015-04-16 20:59:13 -0400 Started GET "/assets/application-84ac76487b94e3e82081874784348c8c.js?body=1" for 127.0.0.1 at 2015-04-16 20:59:13 -0400 Started GET "/" for 127.0.0.1 at 2015-04-16 20:59:19 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (56.4ms) Completed 200 OK in 113ms (Views: 113.3ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-16 20:59:20 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-16 20:59:20 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-16 20:59:20 -0400 Started GET "/assets/subdivision_select-604eaffcb4302c770cf90d5c650231a9.js?body=1" for 127.0.0.1 at 2015-04-16 20:59:20 -0400 Started GET "/assets/application-eb908e8d6cd3568a840d4c34b7ef8469.js?body=1" for 127.0.0.1 at 2015-04-16 20:59:20 -0400 Started GET "/" for 127.0.0.1 at 2015-04-16 20:59:30 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (32.1ms) Completed 200 OK in 58ms (Views: 57.5ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-16 20:59:30 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-16 20:59:30 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-16 20:59:30 -0400 Started GET "/assets/subdivision_select-604eaffcb4302c770cf90d5c650231a9.js?body=1" for 127.0.0.1 at 2015-04-16 20:59:30 -0400 Started GET "/assets/application-eb908e8d6cd3568a840d4c34b7ef8469.js?body=1" for 127.0.0.1 at 2015-04-16 20:59:30 -0400 Started GET "/" for 127.0.0.1 at 2015-04-16 20:59:54 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (35.2ms) Completed 200 OK in 93ms (Views: 92.6ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-16 20:59:54 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-16 20:59:54 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-16 20:59:54 -0400 Started GET "/assets/subdivision_select-b9efa08554186a1c0a469e41cfed1981.js?body=1" for 127.0.0.1 at 2015-04-16 20:59:54 -0400 Started GET "/assets/application-8ab9ff86502ce480cc58ad014cba04fe.js?body=1" for 127.0.0.1 at 2015-04-16 20:59:54 -0400 Started GET "/" for 127.0.0.1 at 2015-04-16 21:00:04 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (41.0ms) Completed 200 OK in 96ms (Views: 95.4ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-16 21:00:05 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-16 21:00:05 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-16 21:00:05 -0400 Started GET "/assets/subdivision_select-8e2cb84e15bd63fdb11c9e262b0d34c7.js?body=1" for 127.0.0.1 at 2015-04-16 21:00:05 -0400 Started GET "/assets/application-60ed2d7b5235632a5a823d4dac4da56d.js?body=1" for 127.0.0.1 at 2015-04-16 21:00:05 -0400 Started GET "/" for 127.0.0.1 at 2015-04-16 21:00:38 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (40.6ms) Completed 200 OK in 102ms (Views: 102.0ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-16 21:00:38 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-16 21:00:38 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-16 21:00:38 -0400 Started GET "/assets/subdivision_select-5fda428fcbfab0ff0dd764aca5513650.js?body=1" for 127.0.0.1 at 2015-04-16 21:00:38 -0400 Started GET "/assets/application-04928795480cb7aa297a69cbe2584443.js?body=1" for 127.0.0.1 at 2015-04-16 21:00:38 -0400 Started GET "/" for 127.0.0.1 at 2015-04-16 21:01:25 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (35.3ms) Completed 200 OK in 83ms (Views: 83.1ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-16 21:01:26 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-16 21:01:26 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-16 21:01:26 -0400 Started GET "/assets/subdivision_select-b42f13d6bf4fdeecf3e8219c20dba74c.js?body=1" for 127.0.0.1 at 2015-04-16 21:01:26 -0400 Started GET "/assets/application-30bdfae4e90ebf9acccf26faa989b2fe.js?body=1" for 127.0.0.1 at 2015-04-16 21:01:26 -0400 Started GET "/" for 127.0.0.1 at 2015-04-16 21:02:25 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (43.5ms) Completed 200 OK in 90ms (Views: 90.3ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-16 21:02:25 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-16 21:02:25 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-16 21:02:25 -0400 Started GET "/assets/subdivision_select-d6d9c2ee86819a6622d5242cfd32168c.js?body=1" for 127.0.0.1 at 2015-04-16 21:02:25 -0400 Started GET "/assets/application-f54d900ead3eedf04ffade9eed876dd1.js?body=1" for 127.0.0.1 at 2015-04-16 21:02:25 -0400 Started GET "/" for 127.0.0.1 at 2015-04-16 21:02:44 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (38.2ms) Completed 200 OK in 98ms (Views: 97.8ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-16 21:02:45 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-16 21:02:45 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-16 21:02:45 -0400 Started GET "/assets/subdivision_select-d4fed6dbe1b29fd4444be6c99fc14501.js?body=1" for 127.0.0.1 at 2015-04-16 21:02:45 -0400 Started GET "/assets/application-9563ef20523efc6c205df455004ca63b.js?body=1" for 127.0.0.1 at 2015-04-16 21:02:45 -0400 Started GET "/" for 127.0.0.1 at 2015-04-16 21:03:09 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (33.4ms) Completed 200 OK in 89ms (Views: 89.2ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-16 21:03:09 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-16 21:03:09 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-16 21:03:09 -0400 Started GET "/assets/subdivision_select-3d2e7490ae6d7448ca7c11ea3001fa4b.js?body=1" for 127.0.0.1 at 2015-04-16 21:03:09 -0400 Started GET "/assets/application-73492adb6e2016026f83b702ff4afa85.js?body=1" for 127.0.0.1 at 2015-04-16 21:03:09 -0400 Started GET "/" for 127.0.0.1 at 2015-04-16 21:03:13 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (36.9ms) Completed 200 OK in 63ms (Views: 63.2ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-16 21:03:13 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-16 21:03:13 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-16 21:03:13 -0400 Started GET "/assets/application-73492adb6e2016026f83b702ff4afa85.js?body=1" for 127.0.0.1 at 2015-04-16 21:03:13 -0400 Started GET "/assets/subdivision_select-3d2e7490ae6d7448ca7c11ea3001fa4b.js?body=1" for 127.0.0.1 at 2015-04-16 21:03:13 -0400 Started GET "/" for 127.0.0.1 at 2015-04-16 21:03:27 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (39.9ms) Completed 200 OK in 92ms (Views: 92.0ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-16 21:03:27 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-16 21:03:27 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-16 21:03:27 -0400 Started GET "/assets/subdivision_select-7c2517b3c0ffc0194dca80b37f52c60b.js?body=1" for 127.0.0.1 at 2015-04-16 21:03:27 -0400 Started GET "/assets/application-aff669862a44eef25285d78aa67d6c3c.js?body=1" for 127.0.0.1 at 2015-04-16 21:03:27 -0400 Started GET "/" for 127.0.0.1 at 2015-04-16 21:03:41 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (33.3ms) Completed 200 OK in 81ms (Views: 81.0ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-16 21:03:41 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-16 21:03:41 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-16 21:03:41 -0400 Started GET "/assets/subdivision_select-09032d415b1bd69ab3783bf129dd1cb4.js?body=1" for 127.0.0.1 at 2015-04-16 21:03:41 -0400 Started GET "/assets/application-d3d8038a1e024aaf1717fac232a8601d.js?body=1" for 127.0.0.1 at 2015-04-16 21:03:41 -0400 Started GET "/" for 127.0.0.1 at 2015-04-16 21:04:11 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (37.9ms) Completed 200 OK in 88ms (Views: 87.7ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-16 21:04:11 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-16 21:04:11 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-16 21:04:11 -0400 Started GET "/assets/subdivision_select-fbbf24f03f9fa341dc9c6fab3ccfdf78.js?body=1" for 127.0.0.1 at 2015-04-16 21:04:11 -0400 Started GET "/assets/application-c87562f5245842afd57e1026471f6af5.js?body=1" for 127.0.0.1 at 2015-04-16 21:04:11 -0400 Started GET "/" for 127.0.0.1 at 2015-04-16 21:04:29 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (38.0ms) Completed 200 OK in 86ms (Views: 85.4ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-16 21:04:31 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-16 21:04:31 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-16 21:04:31 -0400 Started GET "/assets/subdivision_select-7b05257a875dcf90c04e1fe471b3fa2a.js?body=1" for 127.0.0.1 at 2015-04-16 21:04:31 -0400 Started GET "/assets/application-037e08db6a64807b94c901c0798a6c15.js?body=1" for 127.0.0.1 at 2015-04-16 21:04:31 -0400 Started GET "/" for 127.0.0.1 at 2015-04-16 21:04:53 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (33.0ms) Completed 200 OK in 81ms (Views: 80.5ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-16 21:04:53 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-16 21:04:53 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-16 21:04:53 -0400 Started GET "/assets/subdivision_select-d7207208fa56241718117c1910cb388c.js?body=1" for 127.0.0.1 at 2015-04-16 21:04:53 -0400 Started GET "/assets/application-f5ca37dbddd991199ad70b7035d1f6df.js?body=1" for 127.0.0.1 at 2015-04-16 21:04:53 -0400 Started GET "/" for 127.0.0.1 at 2015-04-16 21:05:07 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (34.3ms) Completed 200 OK in 79ms (Views: 78.7ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-16 21:05:07 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-16 21:05:07 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-16 21:05:07 -0400 Started GET "/assets/subdivision_select-16a282468b8aeee85180d636ea51024c.js?body=1" for 127.0.0.1 at 2015-04-16 21:05:07 -0400 Started GET "/assets/application-6184a8aad6be5970a0bbd6ae495cfa7b.js?body=1" for 127.0.0.1 at 2015-04-16 21:05:07 -0400 Started GET "/" for 127.0.0.1 at 2015-04-16 21:05:41 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (32.3ms) Completed 200 OK in 89ms (Views: 88.4ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-16 21:05:41 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-16 21:05:41 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-16 21:05:41 -0400 Started GET "/assets/subdivision_select-01e95d8889bcab22f8f38dd7d64aa557.js?body=1" for 127.0.0.1 at 2015-04-16 21:05:41 -0400 Started GET "/assets/application-8387c567ea46fac1bab9670b9c1047b0.js?body=1" for 127.0.0.1 at 2015-04-16 21:05:41 -0400 Started GET "/subdivisions?country_code=US" for 127.0.0.1 at 2015-04-16 21:06:18 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"US"} Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=US" for 127.0.0.1 at 2015-04-16 21:06:27 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"US"} Completed 200 OK in 7ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-16 21:06:58 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (43.0ms) Completed 200 OK in 117ms (Views: 116.5ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-16 21:06:58 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-16 21:06:58 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-16 21:06:58 -0400 Started GET "/assets/subdivision_select-cc939adcf4a36c7650a256dfbc7aa7c3.js?body=1" for 127.0.0.1 at 2015-04-16 21:06:58 -0400 Started GET "/assets/application-8094caa3176967ca31c58b60aa3643c6.js?body=1" for 127.0.0.1 at 2015-04-16 21:06:58 -0400 Started GET "/" for 127.0.0.1 at 2015-04-16 21:08:17 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (41.4ms) Completed 200 OK in 103ms (Views: 103.1ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-16 21:08:17 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-16 21:08:17 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-16 21:08:17 -0400 Started GET "/assets/subdivision_select-ed6469b1d6f06ea48326aa820e0775d0.js?body=1" for 127.0.0.1 at 2015-04-16 21:08:17 -0400 Started GET "/assets/application-5e2863057f0d4b6e688797042234d21b.js?body=1" for 127.0.0.1 at 2015-04-16 21:08:17 -0400 Started GET "/hotels?locale=en&page=21&q%5Bhotel_rates_double_not_eq%5D=0&q%5Bhotel_seasons_end_date_gt%5D=2015-04-16&q%5Bhotel_seasons_start_date_lt%5D=2015-04-16" for 127.0.0.1 at 2015-04-16 21:09:14 -0400 ActionController::RoutingError (No route matches [GET] "/hotels"): actionpack (4.1.10) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.10) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.10) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.10) lib/rails/engine.rb:514:in `call' railties (4.1.10) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/sean/.rubies/ruby-2.1.5/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.1ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.2ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/routes/_table.html.erb (6.9ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (32.0ms) Started GET "/" for 127.0.0.1 at 2015-04-16 21:09:16 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (35.4ms) Completed 200 OK in 95ms (Views: 95.2ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-16 21:09:16 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-16 21:09:16 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-16 21:09:16 -0400 Started GET "/assets/subdivision_select-d01fbf522484b7e8241e378b1d67e045.js?body=1" for 127.0.0.1 at 2015-04-16 21:09:16 -0400 Started GET "/assets/application-57dccb33ba71f01c32d4ebf8e645468f.js?body=1" for 127.0.0.1 at 2015-04-16 21:09:16 -0400 Started GET "/subdivisions?country_code=HM" for 127.0.0.1 at 2015-04-16 21:09:18 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"HM"} Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=HT" for 127.0.0.1 at 2015-04-16 21:09:26 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"HT"} Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-16 21:09:32 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (53.4ms) Completed 200 OK in 100ms (Views: 100.0ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-16 21:09:33 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-16 21:09:33 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-16 21:09:33 -0400 Started GET "/assets/subdivision_select-ed6469b1d6f06ea48326aa820e0775d0.js?body=1" for 127.0.0.1 at 2015-04-16 21:09:33 -0400 Started GET "/assets/application-5e2863057f0d4b6e688797042234d21b.js?body=1" for 127.0.0.1 at 2015-04-16 21:09:33 -0400 Started GET "/subdivisions?country_code=GN" for 127.0.0.1 at 2015-04-16 21:09:37 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GN"} Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-16 21:10:00 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (36.5ms) Completed 200 OK in 83ms (Views: 83.1ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-16 21:10:01 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-16 21:10:01 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-16 21:10:01 -0400 Started GET "/assets/subdivision_select-1c0325eea93865a3f92176dca202682e.js?body=1" for 127.0.0.1 at 2015-04-16 21:10:01 -0400 Started GET "/assets/application-4e9bb8959a04b366d1b0197c819394ec.js?body=1" for 127.0.0.1 at 2015-04-16 21:10:01 -0400 Started GET "/subdivisions?country_code=VA" for 127.0.0.1 at 2015-04-16 21:10:02 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"VA"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-16 21:10:15 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (36.8ms) Completed 200 OK in 81ms (Views: 80.6ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-16 21:10:15 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-16 21:10:15 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-16 21:10:15 -0400 Started GET "/assets/subdivision_select-af328769a79e92fcb47a8601164dae8b.js?body=1" for 127.0.0.1 at 2015-04-16 21:10:15 -0400 Started GET "/assets/application-f986990c6b4a21ea654a47d675a3a63f.js?body=1" for 127.0.0.1 at 2015-04-16 21:10:15 -0400 Started GET "/subdivisions?country_code=HK" for 127.0.0.1 at 2015-04-16 21:10:19 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"HK"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-16 21:10:38 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (41.5ms) Completed 200 OK in 89ms (Views: 89.3ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-16 21:10:38 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-16 21:10:38 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-16 21:10:38 -0400 Started GET "/assets/subdivision_select-424bc4443da34cd801c92925a4a77445.js?body=1" for 127.0.0.1 at 2015-04-16 21:10:38 -0400 Started GET "/assets/application-a32d2060a9d3630b39d387d790761d56.js?body=1" for 127.0.0.1 at 2015-04-16 21:10:38 -0400 Started GET "/subdivisions?country_code=GG" for 127.0.0.1 at 2015-04-16 21:10:40 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GG"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-16 21:10:52 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (36.4ms) Completed 200 OK in 80ms (Views: 79.6ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-16 21:10:53 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-16 21:10:53 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-16 21:10:53 -0400 Started GET "/assets/subdivision_select-f411b53f751a22a14cb49f9b6722996e.js?body=1" for 127.0.0.1 at 2015-04-16 21:10:53 -0400 Started GET "/assets/application-8072871f62bb194661d431fc4de787bc.js?body=1" for 127.0.0.1 at 2015-04-16 21:10:53 -0400 Started GET "/subdivisions?country_code=IS" for 127.0.0.1 at 2015-04-16 21:10:54 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"IS"} Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-16 21:11:25 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (46.8ms) Completed 200 OK in 101ms (Views: 101.3ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-16 21:11:25 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-16 21:11:25 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-16 21:11:25 -0400 Started GET "/assets/subdivision_select-f7d0681a926d6a246dcb9fc6c9022f9c.js?body=1" for 127.0.0.1 at 2015-04-16 21:11:25 -0400 Started GET "/assets/application-ff3f57336947f6de0533897efed94502.js?body=1" for 127.0.0.1 at 2015-04-16 21:11:25 -0400 Started GET "/subdivisions?country_code=GY" for 127.0.0.1 at 2015-04-16 21:11:27 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GY"} Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-16 21:12:13 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (34.8ms) Completed 200 OK in 83ms (Views: 82.3ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-16 21:12:13 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-16 21:12:13 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-16 21:12:13 -0400 Started GET "/assets/subdivision_select-580df50268994b82ce5d4b53dfdacb0d.js?body=1" for 127.0.0.1 at 2015-04-16 21:12:13 -0400 Started GET "/assets/application-2e4b30f0b8868ad5cf42470898a8052b.js?body=1" for 127.0.0.1 at 2015-04-16 21:12:13 -0400 Started GET "/subdivisions?country_code=HM" for 127.0.0.1 at 2015-04-16 21:12:15 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"HM"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-16 21:18:14 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (109.1ms) Completed 200 OK in 197ms (Views: 196.2ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-16 21:18:14 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-16 21:18:14 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-16 21:18:14 -0400 Started GET "/assets/subdivision_select-e3431ee1ef950f0f1c3138a8af2bdeed.js?body=1" for 127.0.0.1 at 2015-04-16 21:18:14 -0400 Started GET "/assets/application-4a090d30c6d3ada64696874834ca0da7.js?body=1" for 127.0.0.1 at 2015-04-16 21:18:14 -0400 Started GET "/subdivisions?country_code=HT" for 127.0.0.1 at 2015-04-16 21:18:16 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"HT"} Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-16 21:18:36 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (56.6ms) Completed 200 OK in 149ms (Views: 149.2ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-16 21:18:37 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-16 21:18:37 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-16 21:18:37 -0400 Started GET "/assets/subdivision_select-e520031231e66cbddb02148aa536a14c.js?body=1" for 127.0.0.1 at 2015-04-16 21:18:37 -0400 Started GET "/assets/application-e1eee3f6ff5448abdd97c24f3290adac.js?body=1" for 127.0.0.1 at 2015-04-16 21:18:37 -0400 Started GET "/subdivisions?country_code=VA" for 127.0.0.1 at 2015-04-16 21:18:38 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"VA"} Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-16 21:19:35 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (47.1ms) Completed 200 OK in 110ms (Views: 110.2ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-16 21:19:35 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-16 21:19:35 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-16 21:19:35 -0400 Started GET "/assets/subdivision_select-199f12901a31f9976dc5ee406e66ade6.js?body=1" for 127.0.0.1 at 2015-04-16 21:19:35 -0400 Started GET "/assets/application-0a82da0b4b62df7414330c71a31c3f60.js?body=1" for 127.0.0.1 at 2015-04-16 21:19:35 -0400 Started GET "/subdivisions?country_code=GY" for 127.0.0.1 at 2015-04-16 21:19:36 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GY"} Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-16 21:19:58 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (35.1ms) Completed 200 OK in 87ms (Views: 86.7ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-16 21:19:59 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-16 21:19:59 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-16 21:19:59 -0400 Started GET "/assets/subdivision_select-c4c8be2aff32c9ea3e793e314ab051c6.js?body=1" for 127.0.0.1 at 2015-04-16 21:19:59 -0400 Started GET "/assets/application-7cbff0e99957a3a872dffe9aefa06950.js?body=1" for 127.0.0.1 at 2015-04-16 21:19:59 -0400 Started GET "/subdivisions?country_code=GN" for 127.0.0.1 at 2015-04-16 21:20:05 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GN"} Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-16 21:20:25 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (42.1ms) Completed 200 OK in 95ms (Views: 94.4ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-16 21:20:26 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-16 21:20:26 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-16 21:20:26 -0400 Started GET "/assets/subdivision_select-1c4e3bf05c1dbd5320f43a511d1c9947.js?body=1" for 127.0.0.1 at 2015-04-16 21:20:26 -0400 Started GET "/assets/application-37c17f9f4baf3938638c7935af8bdd12.js?body=1" for 127.0.0.1 at 2015-04-16 21:20:26 -0400 Started GET "/subdivisions?country_code=VA" for 127.0.0.1 at 2015-04-16 21:20:27 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"VA"} Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-16 21:21:19 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (38.3ms) Completed 200 OK in 91ms (Views: 90.6ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-16 21:21:20 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-16 21:21:20 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-16 21:21:20 -0400 Started GET "/assets/subdivision_select-dc4112b12c4d4ce24b74bf983397e7e0.js?body=1" for 127.0.0.1 at 2015-04-16 21:21:20 -0400 Started GET "/assets/application-52595e21fdf8f959cd1962fffc4b3fbe.js?body=1" for 127.0.0.1 at 2015-04-16 21:21:20 -0400 Started GET "/" for 127.0.0.1 at 2015-04-16 21:21:29 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (36.5ms) Completed 200 OK in 89ms (Views: 88.5ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-16 21:21:29 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-16 21:21:29 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-16 21:21:29 -0400 Started GET "/assets/subdivision_select-dfb21c22cbadd5b346a5936c3559f16a.js?body=1" for 127.0.0.1 at 2015-04-16 21:21:29 -0400 Started GET "/assets/application-7a144558c14039cd3db06c9b9831269c.js?body=1" for 127.0.0.1 at 2015-04-16 21:21:29 -0400 Started GET "/subdivisions?country_code=VA" for 127.0.0.1 at 2015-04-16 21:21:30 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"VA"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=GN" for 127.0.0.1 at 2015-04-16 21:21:39 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GN"} Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=IN" for 127.0.0.1 at 2015-04-16 21:21:41 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"IN"} Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-16 21:22:11 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (38.5ms) Completed 200 OK in 96ms (Views: 95.4ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-16 21:22:11 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-16 21:22:11 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-16 21:22:11 -0400 Started GET "/assets/subdivision_select-7d6e95e5087835b0b335bfa4e9cf8a39.js?body=1" for 127.0.0.1 at 2015-04-16 21:22:11 -0400 Started GET "/assets/application-85d28cdf9671c2ec7f0d9c4ca6f438c3.js?body=1" for 127.0.0.1 at 2015-04-16 21:22:11 -0400 Started GET "/subdivisions?country_code=HU" for 127.0.0.1 at 2015-04-16 21:22:14 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"HU"} Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-16 21:23:09 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (39.1ms) Completed 200 OK in 102ms (Views: 102.3ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-16 21:23:10 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-16 21:23:10 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-16 21:23:10 -0400 Started GET "/assets/subdivision_select-ac319bf055ee67df1886d7e49cef9485.js?body=1" for 127.0.0.1 at 2015-04-16 21:23:10 -0400 Started GET "/assets/application-93aec029af7c1c2993cdab86cbb4fab6.js?body=1" for 127.0.0.1 at 2015-04-16 21:23:10 -0400 Started GET "/subdivisions?country_code=ID" for 127.0.0.1 at 2015-04-16 21:23:12 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"ID"} Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-16 21:23:33 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (36.6ms) Completed 200 OK in 87ms (Views: 86.8ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-16 21:23:33 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-16 21:23:33 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-16 21:23:33 -0400 Started GET "/assets/subdivision_select-c1f773e9b8d2cb1fd8bf6a63dd82c4a1.js?body=1" for 127.0.0.1 at 2015-04-16 21:23:33 -0400 Started GET "/assets/application-d9562de8f751fd09d2fd47879a548d5b.js?body=1" for 127.0.0.1 at 2015-04-16 21:23:33 -0400 Started GET "/subdivisions?country_code=HM" for 127.0.0.1 at 2015-04-16 21:23:35 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"HM"} Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=GT" for 127.0.0.1 at 2015-04-16 21:23:38 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GT"} Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-18 19:24:17 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (61.4ms) Completed 200 OK in 136ms (Views: 135.2ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-18 19:24:18 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 19:24:18 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-18 19:24:18 -0400 Started GET "/assets/application-d9562de8f751fd09d2fd47879a548d5b.js?body=1" for 127.0.0.1 at 2015-04-18 19:24:18 -0400 Started GET "/assets/subdivision_select-c1f773e9b8d2cb1fd8bf6a63dd82c4a1.js?body=1" for 127.0.0.1 at 2015-04-18 19:24:18 -0400 Started GET "/subdivisions?country_code=GN" for 127.0.0.1 at 2015-04-18 19:24:21 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GN"} Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-18 19:24:28 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (87.4ms) Completed 200 OK in 117ms (Views: 116.7ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-18 19:24:28 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-18 19:24:28 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 19:24:28 -0400 Started GET "/assets/subdivision_select-c1f773e9b8d2cb1fd8bf6a63dd82c4a1.js?body=1" for 127.0.0.1 at 2015-04-18 19:24:28 -0400 Started GET "/assets/application-d9562de8f751fd09d2fd47879a548d5b.js?body=1" for 127.0.0.1 at 2015-04-18 19:24:28 -0400 Started GET "/subdivisions?country_code=GW" for 127.0.0.1 at 2015-04-18 19:24:30 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GW"} Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-18 19:25:24 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (32.8ms) Completed 200 OK in 84ms (Views: 83.9ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-18 19:25:24 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-18 19:25:24 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 19:25:24 -0400 Started GET "/assets/subdivision_select-1d9167f2b69d62fac13968866481ce07.js?body=1" for 127.0.0.1 at 2015-04-18 19:25:24 -0400 Started GET "/assets/application-6b53f3304cfe14118195735271089450.js?body=1" for 127.0.0.1 at 2015-04-18 19:25:24 -0400 Started GET "/subdivisions?country_code=HN" for 127.0.0.1 at 2015-04-18 19:40:15 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"HN"} Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-18 19:40:32 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (39.5ms) Completed 200 OK in 98ms (Views: 97.7ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-18 19:40:32 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-18 19:40:32 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 19:40:32 -0400 Started GET "/assets/subdivision_select-aa1e62d16cb798958b77b5c4e58bb8bd.js?body=1" for 127.0.0.1 at 2015-04-18 19:40:32 -0400 Started GET "/assets/application-68a2c47cc3c1f0db79f5b0eecba7974f.js?body=1" for 127.0.0.1 at 2015-04-18 19:40:32 -0400 Started GET "/subdivisions?country_code=HM" for 127.0.0.1 at 2015-04-18 19:40:34 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"HM"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=VA" for 127.0.0.1 at 2015-04-18 19:40:38 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"VA"} Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=IR" for 127.0.0.1 at 2015-04-18 19:40:41 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"IR"} Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-18 19:41:14 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (41.7ms) Completed 200 OK in 96ms (Views: 95.9ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-18 19:41:14 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-18 19:41:14 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 19:41:14 -0400 Started GET "/assets/subdivision_select-27b881425cafa350e3b7287d59c61003.js?body=1" for 127.0.0.1 at 2015-04-18 19:41:14 -0400 Started GET "/assets/application-cf449c257fe9b50ce0f1538518f7e7d5.js?body=1" for 127.0.0.1 at 2015-04-18 19:41:14 -0400 Started GET "/subdivisions?country_code=IR" for 127.0.0.1 at 2015-04-18 19:41:16 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"IR"} Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-18 19:41:28 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (35.3ms) Completed 200 OK in 88ms (Views: 87.9ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-18 19:41:28 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-18 19:41:28 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 19:41:28 -0400 Started GET "/assets/subdivision_select-009ecbab89632c2d7c4778a3f503ea1e.js?body=1" for 127.0.0.1 at 2015-04-18 19:41:28 -0400 Started GET "/assets/application-12c31c15fd9fd84b19814bb182cd2982.js?body=1" for 127.0.0.1 at 2015-04-18 19:41:28 -0400 Started GET "/subdivisions?country_code=GY" for 127.0.0.1 at 2015-04-18 19:41:31 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GY"} Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=IR" for 127.0.0.1 at 2015-04-18 19:41:33 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"IR"} Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-18 19:41:55 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (37.8ms) Completed 200 OK in 104ms (Views: 103.3ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-18 19:41:55 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-18 19:41:55 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 19:41:55 -0400 Started GET "/assets/subdivision_select-e1248563ebd8f515198ab2337ac26dec.js?body=1" for 127.0.0.1 at 2015-04-18 19:41:55 -0400 Started GET "/assets/application-817c156af6fa3dbc43a1c2ba3a463344.js?body=1" for 127.0.0.1 at 2015-04-18 19:41:55 -0400 Started GET "/subdivisions?country_code=IR" for 127.0.0.1 at 2015-04-18 19:41:57 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"IR"} Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-18 19:42:06 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (41.2ms) Completed 200 OK in 95ms (Views: 94.4ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-18 19:42:07 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-18 19:42:07 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 19:42:07 -0400 Started GET "/assets/subdivision_select-40e3991f19fefe26502500f6ced17dce.js?body=1" for 127.0.0.1 at 2015-04-18 19:42:07 -0400 Started GET "/assets/application-ef1b2bf64d355fd938c73aee3bdcd7d4.js?body=1" for 127.0.0.1 at 2015-04-18 19:42:07 -0400 Started GET "/subdivisions?country_code=IR" for 127.0.0.1 at 2015-04-18 19:42:09 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"IR"} Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-18 19:42:46 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (33.8ms) Completed 200 OK in 76ms (Views: 75.6ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-18 19:42:46 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-18 19:42:46 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 19:42:46 -0400 Started GET "/assets/subdivision_select-8769f0162d4efbcfb2ef1fe3fe8b5d82.js?body=1" for 127.0.0.1 at 2015-04-18 19:42:46 -0400 Started GET "/assets/application-5e373055f796c9af8ffa2e9b2e2a885f.js?body=1" for 127.0.0.1 at 2015-04-18 19:42:46 -0400 Started GET "/subdivisions?country_code=IQ" for 127.0.0.1 at 2015-04-18 19:42:48 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"IQ"} Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-18 19:43:04 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (39.2ms) Completed 200 OK in 86ms (Views: 85.7ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-18 19:43:05 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-18 19:43:05 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 19:43:05 -0400 Started GET "/assets/subdivision_select-3845b07a4b199f7e07786f484869443d.js?body=1" for 127.0.0.1 at 2015-04-18 19:43:05 -0400 Started GET "/assets/application-3fadab91d70eb826ec0d42c0263f0215.js?body=1" for 127.0.0.1 at 2015-04-18 19:43:05 -0400 Started GET "/subdivisions?country_code=IQ" for 127.0.0.1 at 2015-04-18 19:43:07 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"IQ"} Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-18 19:43:21 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (30.7ms) Completed 200 OK in 75ms (Views: 75.0ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-18 19:43:21 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-18 19:43:21 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 19:43:21 -0400 Started GET "/assets/subdivision_select-c8870f9e16aefb9e29fc04b872c48f97.js?body=1" for 127.0.0.1 at 2015-04-18 19:43:21 -0400 Started GET "/assets/application-4fc590572662263e7439eb8673fe6649.js?body=1" for 127.0.0.1 at 2015-04-18 19:43:21 -0400 Started GET "/subdivisions?country_code=IQ" for 127.0.0.1 at 2015-04-18 19:43:23 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"IQ"} Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=IR" for 127.0.0.1 at 2015-04-18 19:43:28 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"IR"} Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-18 19:46:05 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (40.2ms) Completed 200 OK in 91ms (Views: 90.4ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-31a0ea51dff3ec39be42b91fde205f70.css?body=1" for 127.0.0.1 at 2015-04-18 19:46:06 -0400 Started GET "/assets/subdivision_select-f883d80df856143ac1d96611bd2b194f.js?body=1" for 127.0.0.1 at 2015-04-18 19:46:06 -0400 Started GET "/assets/application-07fe6812691e23651931cd83772e78ed.css?body=1" for 127.0.0.1 at 2015-04-18 19:46:06 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 19:46:06 -0400 Started GET "/assets/application-65209479bf50842903914cf6643b98a6.js?body=1" for 127.0.0.1 at 2015-04-18 19:46:06 -0400 Started GET "/subdivisions?country_code=IQ" for 127.0.0.1 at 2015-04-18 19:46:08 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"IQ"} Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=IR" for 127.0.0.1 at 2015-04-18 19:46:11 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"IR"} Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-18 19:49:32 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (36.5ms) Completed 200 OK in 82ms (Views: 82.1ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-00241b65182a23816b45f005602fc7d2.css?body=1" for 127.0.0.1 at 2015-04-18 19:49:33 -0400 Started GET "/assets/application-8c25bad7dbef0775b7488615bbaad83c.css?body=1" for 127.0.0.1 at 2015-04-18 19:49:33 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 19:49:33 -0400 Started GET "/assets/subdivision_select-f883d80df856143ac1d96611bd2b194f.js?body=1" for 127.0.0.1 at 2015-04-18 19:49:33 -0400 Started GET "/assets/application-65209479bf50842903914cf6643b98a6.js?body=1" for 127.0.0.1 at 2015-04-18 19:49:33 -0400 Started GET "/" for 127.0.0.1 at 2015-04-18 19:49:48 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (34.8ms) Completed 200 OK in 74ms (Views: 74.0ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-838c2201509e15c8704360d934ce243c.css?body=1" for 127.0.0.1 at 2015-04-18 19:49:48 -0400 Started GET "/assets/application-cdc06208a09b3ac25ff2263de569b292.css?body=1" for 127.0.0.1 at 2015-04-18 19:49:48 -0400 Started GET "/assets/subdivision_select-f883d80df856143ac1d96611bd2b194f.js?body=1" for 127.0.0.1 at 2015-04-18 19:49:48 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 19:49:49 -0400 Started GET "/assets/application-65209479bf50842903914cf6643b98a6.js?body=1" for 127.0.0.1 at 2015-04-18 19:49:49 -0400 Started GET "/" for 127.0.0.1 at 2015-04-18 19:49:58 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (35.6ms) Completed 200 OK in 80ms (Views: 79.4ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-e55ecc65a5529383d159ca9b4dfa3c22.css?body=1" for 127.0.0.1 at 2015-04-18 19:49:58 -0400 Started GET "/assets/application-f916fb0a7624536f63a417b06ce4e103.css?body=1" for 127.0.0.1 at 2015-04-18 19:49:58 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 19:49:58 -0400 Started GET "/assets/subdivision_select-f883d80df856143ac1d96611bd2b194f.js?body=1" for 127.0.0.1 at 2015-04-18 19:49:58 -0400 Started GET "/assets/application-65209479bf50842903914cf6643b98a6.js?body=1" for 127.0.0.1 at 2015-04-18 19:49:58 -0400 Started GET "/" for 127.0.0.1 at 2015-04-18 19:50:32 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (34.9ms) Completed 200 OK in 68ms (Views: 67.7ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-e55ecc65a5529383d159ca9b4dfa3c22.css?body=1" for 127.0.0.1 at 2015-04-18 19:50:33 -0400 Started GET "/assets/application-f916fb0a7624536f63a417b06ce4e103.css?body=1" for 127.0.0.1 at 2015-04-18 19:50:33 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 19:50:33 -0400 Started GET "/assets/subdivision_select-f883d80df856143ac1d96611bd2b194f.js?body=1" for 127.0.0.1 at 2015-04-18 19:50:33 -0400 Started GET "/assets/application-65209479bf50842903914cf6643b98a6.js?body=1" for 127.0.0.1 at 2015-04-18 19:50:33 -0400 Started GET "/subdivisions?country_code=ID" for 127.0.0.1 at 2015-04-18 19:50:35 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"ID"} Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-18 19:51:56 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (87.4ms) Completed 200 OK in 114ms (Views: 113.8ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-e55ecc65a5529383d159ca9b4dfa3c22.css?body=1" for 127.0.0.1 at 2015-04-18 19:51:56 -0400 Started GET "/assets/application-f916fb0a7624536f63a417b06ce4e103.css?body=1" for 127.0.0.1 at 2015-04-18 19:51:56 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 19:51:56 -0400 Started GET "/assets/subdivision_select-f883d80df856143ac1d96611bd2b194f.js?body=1" for 127.0.0.1 at 2015-04-18 19:51:56 -0400 Started GET "/assets/application-65209479bf50842903914cf6643b98a6.js?body=1" for 127.0.0.1 at 2015-04-18 19:51:56 -0400 Started GET "/" for 127.0.0.1 at 2015-04-18 19:52:05 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (84.6ms) Completed 200 OK in 135ms (Views: 134.7ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-edaac466603ee7613ae3668256ad997e.css?body=1" for 127.0.0.1 at 2015-04-18 19:52:05 -0400 Started GET "/assets/application-6c6662bfb8dcf1dd191276f836bb8f6e.css?body=1" for 127.0.0.1 at 2015-04-18 19:52:05 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 19:52:05 -0400 Started GET "/assets/subdivision_select-f883d80df856143ac1d96611bd2b194f.js?body=1" for 127.0.0.1 at 2015-04-18 19:52:05 -0400 Started GET "/assets/application-65209479bf50842903914cf6643b98a6.js?body=1" for 127.0.0.1 at 2015-04-18 19:52:05 -0400 Started GET "/" for 127.0.0.1 at 2015-04-18 19:52:19 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (77.5ms) Completed 200 OK in 116ms (Views: 115.9ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-fbcd22ef00545fee2287ac0f0fab6969.css?body=1" for 127.0.0.1 at 2015-04-18 19:52:19 -0400 Started GET "/assets/application-743d6e0993bd2d9420ca79768c8f7904.css?body=1" for 127.0.0.1 at 2015-04-18 19:52:19 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 19:52:19 -0400 Started GET "/assets/subdivision_select-f883d80df856143ac1d96611bd2b194f.js?body=1" for 127.0.0.1 at 2015-04-18 19:52:19 -0400 Started GET "/assets/application-65209479bf50842903914cf6643b98a6.js?body=1" for 127.0.0.1 at 2015-04-18 19:52:19 -0400 Started GET "/subdivisions?country_code=DE" for 127.0.0.1 at 2015-04-18 19:52:27 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"DE"} Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=DE" for 127.0.0.1 at 2015-04-18 19:52:27 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"DE"} Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=FR" for 127.0.0.1 at 2015-04-18 19:52:29 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"FR"} Completed 200 OK in 6ms (Views: 1.1ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=FR" for 127.0.0.1 at 2015-04-18 19:52:29 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"FR"} Completed 200 OK in 5ms (Views: 1.0ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-18 19:52:31 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (96.4ms) Completed 200 OK in 122ms (Views: 121.9ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-fbcd22ef00545fee2287ac0f0fab6969.css?body=1" for 127.0.0.1 at 2015-04-18 19:52:32 -0400 Started GET "/assets/application-743d6e0993bd2d9420ca79768c8f7904.css?body=1" for 127.0.0.1 at 2015-04-18 19:52:32 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 19:52:32 -0400 Started GET "/assets/subdivision_select-f883d80df856143ac1d96611bd2b194f.js?body=1" for 127.0.0.1 at 2015-04-18 19:52:32 -0400 Started GET "/assets/application-65209479bf50842903914cf6643b98a6.js?body=1" for 127.0.0.1 at 2015-04-18 19:52:32 -0400 Started GET "/" for 127.0.0.1 at 2015-04-18 19:53:32 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (82.6ms) Completed 200 OK in 112ms (Views: 112.2ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-fbcd22ef00545fee2287ac0f0fab6969.css?body=1" for 127.0.0.1 at 2015-04-18 19:53:33 -0400 Started GET "/assets/application-743d6e0993bd2d9420ca79768c8f7904.css?body=1" for 127.0.0.1 at 2015-04-18 19:53:33 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 19:53:33 -0400 Started GET "/assets/subdivision_select-f883d80df856143ac1d96611bd2b194f.js?body=1" for 127.0.0.1 at 2015-04-18 19:53:33 -0400 Started GET "/assets/application-65209479bf50842903914cf6643b98a6.js?body=1" for 127.0.0.1 at 2015-04-18 19:53:33 -0400 Started GET "/" for 127.0.0.1 at 2015-04-18 19:53:48 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (133.7ms) Completed 200 OK in 160ms (Views: 160.1ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-fbcd22ef00545fee2287ac0f0fab6969.css?body=1" for 127.0.0.1 at 2015-04-18 19:53:48 -0400 Started GET "/assets/application-743d6e0993bd2d9420ca79768c8f7904.css?body=1" for 127.0.0.1 at 2015-04-18 19:53:48 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 19:53:48 -0400 Started GET "/assets/subdivision_select-f883d80df856143ac1d96611bd2b194f.js?body=1" for 127.0.0.1 at 2015-04-18 19:53:48 -0400 Started GET "/assets/application-65209479bf50842903914cf6643b98a6.js?body=1" for 127.0.0.1 at 2015-04-18 19:53:48 -0400 Started GET "/subdivisions?country_code=GW" for 127.0.0.1 at 2015-04-18 19:53:53 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GW"} Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=GW" for 127.0.0.1 at 2015-04-18 19:53:53 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GW"} Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=GW" for 127.0.0.1 at 2015-04-18 19:53:53 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GW"} Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-18 19:54:12 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (139.8ms) Completed 200 OK in 177ms (Views: 176.8ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-fbcd22ef00545fee2287ac0f0fab6969.css?body=1" for 127.0.0.1 at 2015-04-18 19:54:12 -0400 Started GET "/assets/application-743d6e0993bd2d9420ca79768c8f7904.css?body=1" for 127.0.0.1 at 2015-04-18 19:54:12 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 19:54:12 -0400 Started GET "/assets/subdivision_select-f883d80df856143ac1d96611bd2b194f.js?body=1" for 127.0.0.1 at 2015-04-18 19:54:12 -0400 Started GET "/assets/application-65209479bf50842903914cf6643b98a6.js?body=1" for 127.0.0.1 at 2015-04-18 19:54:12 -0400 Started GET "/subdivisions?country_code=GN" for 127.0.0.1 at 2015-04-18 19:54:14 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GN"} Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=GN" for 127.0.0.1 at 2015-04-18 19:54:14 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GN"} Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=GN" for 127.0.0.1 at 2015-04-18 19:54:15 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GN"} Completed 200 OK in 4ms (Views: 0.6ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-18 19:55:15 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (163.1ms) Completed 200 OK in 220ms (Views: 219.4ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-fbcd22ef00545fee2287ac0f0fab6969.css?body=1" for 127.0.0.1 at 2015-04-18 19:55:15 -0400 Started GET "/assets/application-743d6e0993bd2d9420ca79768c8f7904.css?body=1" for 127.0.0.1 at 2015-04-18 19:55:15 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 19:55:15 -0400 Started GET "/assets/subdivision_select-091c6b564fd69285c11c5a393b6e39fb.js?body=1" for 127.0.0.1 at 2015-04-18 19:55:15 -0400 Started GET "/assets/application-b2124a22381244b9f926e0de66177ece.js?body=1" for 127.0.0.1 at 2015-04-18 19:55:15 -0400 Started GET "/" for 127.0.0.1 at 2015-04-18 19:55:37 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (130.5ms) Completed 200 OK in 156ms (Views: 155.5ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-fbcd22ef00545fee2287ac0f0fab6969.css?body=1" for 127.0.0.1 at 2015-04-18 19:55:37 -0400 Started GET "/assets/application-743d6e0993bd2d9420ca79768c8f7904.css?body=1" for 127.0.0.1 at 2015-04-18 19:55:37 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 19:55:37 -0400 Started GET "/assets/subdivision_select-091c6b564fd69285c11c5a393b6e39fb.js?body=1" for 127.0.0.1 at 2015-04-18 19:55:37 -0400 Started GET "/assets/application-b2124a22381244b9f926e0de66177ece.js?body=1" for 127.0.0.1 at 2015-04-18 19:55:37 -0400 Started GET "/" for 127.0.0.1 at 2015-04-18 19:56:12 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (158.3ms) Completed 200 OK in 209ms (Views: 208.6ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-fbcd22ef00545fee2287ac0f0fab6969.css?body=1" for 127.0.0.1 at 2015-04-18 19:56:12 -0400 Started GET "/assets/application-743d6e0993bd2d9420ca79768c8f7904.css?body=1" for 127.0.0.1 at 2015-04-18 19:56:12 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 19:56:13 -0400 Started GET "/assets/subdivision_select-6ee98b0e5db92089cdeaba2ed8ca1d9d.js?body=1" for 127.0.0.1 at 2015-04-18 19:56:13 -0400 Started GET "/assets/application-924bcfd492182c032d45ce52bb20dafc.js?body=1" for 127.0.0.1 at 2015-04-18 19:56:13 -0400 Started GET "/" for 127.0.0.1 at 2015-04-18 19:57:46 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (126.6ms) Completed 200 OK in 175ms (Views: 174.5ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-fbcd22ef00545fee2287ac0f0fab6969.css?body=1" for 127.0.0.1 at 2015-04-18 19:57:47 -0400 Started GET "/assets/application-743d6e0993bd2d9420ca79768c8f7904.css?body=1" for 127.0.0.1 at 2015-04-18 19:57:47 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 19:57:47 -0400 Started GET "/assets/subdivision_select-1174f2fd5ad0b2604916058fd065a7de.js?body=1" for 127.0.0.1 at 2015-04-18 19:57:47 -0400 Started GET "/assets/application-9464b4fcc28ba132295e4c3877de74ab.js?body=1" for 127.0.0.1 at 2015-04-18 19:57:47 -0400 Started GET "/" for 127.0.0.1 at 2015-04-18 19:57:49 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (125.3ms) Completed 200 OK in 152ms (Views: 152.0ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-fbcd22ef00545fee2287ac0f0fab6969.css?body=1" for 127.0.0.1 at 2015-04-18 19:57:49 -0400 Started GET "/assets/application-743d6e0993bd2d9420ca79768c8f7904.css?body=1" for 127.0.0.1 at 2015-04-18 19:57:49 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 19:57:49 -0400 Started GET "/assets/subdivision_select-1174f2fd5ad0b2604916058fd065a7de.js?body=1" for 127.0.0.1 at 2015-04-18 19:57:49 -0400 Started GET "/assets/application-9464b4fcc28ba132295e4c3877de74ab.js?body=1" for 127.0.0.1 at 2015-04-18 19:57:49 -0400 Started GET "/" for 127.0.0.1 at 2015-04-18 19:57:56 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (128.6ms) Completed 200 OK in 173ms (Views: 172.5ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-fbcd22ef00545fee2287ac0f0fab6969.css?body=1" for 127.0.0.1 at 2015-04-18 19:57:57 -0400 Started GET "/assets/application-743d6e0993bd2d9420ca79768c8f7904.css?body=1" for 127.0.0.1 at 2015-04-18 19:57:57 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 19:57:57 -0400 Started GET "/assets/application-b514cf9dffba25f8438e44082cad6072.js?body=1" for 127.0.0.1 at 2015-04-18 19:57:57 -0400 Started GET "/assets/subdivision_select-efc13108d9ba36ff9151ef51bb219d1d.js?body=1" for 127.0.0.1 at 2015-04-18 19:57:57 -0400 Started GET "/" for 127.0.0.1 at 2015-04-18 19:58:04 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (180.2ms) Completed 200 OK in 231ms (Views: 231.2ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-fbcd22ef00545fee2287ac0f0fab6969.css?body=1" for 127.0.0.1 at 2015-04-18 19:58:05 -0400 Started GET "/assets/application-743d6e0993bd2d9420ca79768c8f7904.css?body=1" for 127.0.0.1 at 2015-04-18 19:58:05 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 19:58:05 -0400 Started GET "/assets/subdivision_select-2595a070412e6297a7ed48e764faa313.js?body=1" for 127.0.0.1 at 2015-04-18 19:58:05 -0400 Started GET "/assets/application-fa538ce040c070694abc09b4e853a4ea.js?body=1" for 127.0.0.1 at 2015-04-18 19:58:05 -0400 Started GET "/" for 127.0.0.1 at 2015-04-18 19:58:11 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (121.2ms) Completed 200 OK in 168ms (Views: 167.7ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-fbcd22ef00545fee2287ac0f0fab6969.css?body=1" for 127.0.0.1 at 2015-04-18 19:58:12 -0400 Started GET "/assets/application-743d6e0993bd2d9420ca79768c8f7904.css?body=1" for 127.0.0.1 at 2015-04-18 19:58:12 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 19:58:12 -0400 Started GET "/assets/subdivision_select-31e1f2e28c76bbe8989bc6fb199a95f5.js?body=1" for 127.0.0.1 at 2015-04-18 19:58:12 -0400 Started GET "/assets/application-a7cccf0b82e7f2f2559433018aaec260.js?body=1" for 127.0.0.1 at 2015-04-18 19:58:12 -0400 Started GET "/" for 127.0.0.1 at 2015-04-18 19:59:41 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (132.0ms) Completed 200 OK in 176ms (Views: 175.4ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-fbcd22ef00545fee2287ac0f0fab6969.css?body=1" for 127.0.0.1 at 2015-04-18 19:59:41 -0400 Started GET "/assets/application-743d6e0993bd2d9420ca79768c8f7904.css?body=1" for 127.0.0.1 at 2015-04-18 19:59:41 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 19:59:41 -0400 Started GET "/assets/subdivision_select-a0f230f637fe95f57def0cafe24fc7b4.js?body=1" for 127.0.0.1 at 2015-04-18 19:59:41 -0400 Started GET "/assets/application-956e92c6ccf658968758019e2f8922bf.js?body=1" for 127.0.0.1 at 2015-04-18 19:59:41 -0400 Started GET "/" for 127.0.0.1 at 2015-04-18 20:00:21 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (134.2ms) Completed 200 OK in 183ms (Views: 182.7ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-fbcd22ef00545fee2287ac0f0fab6969.css?body=1" for 127.0.0.1 at 2015-04-18 20:00:21 -0400 Started GET "/assets/application-743d6e0993bd2d9420ca79768c8f7904.css?body=1" for 127.0.0.1 at 2015-04-18 20:00:21 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 20:00:21 -0400 Started GET "/assets/subdivision_select-d351eee8a8163ce3d92c2ddd1989e5f3.js?body=1" for 127.0.0.1 at 2015-04-18 20:00:21 -0400 Started GET "/assets/application-ac62a22f6a336cdbdd014b3981039fb1.js?body=1" for 127.0.0.1 at 2015-04-18 20:00:21 -0400 Started GET "/" for 127.0.0.1 at 2015-04-18 20:01:09 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (129.7ms) Completed 200 OK in 169ms (Views: 169.3ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-fbcd22ef00545fee2287ac0f0fab6969.css?body=1" for 127.0.0.1 at 2015-04-18 20:01:09 -0400 Started GET "/assets/application-743d6e0993bd2d9420ca79768c8f7904.css?body=1" for 127.0.0.1 at 2015-04-18 20:01:09 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 20:01:09 -0400 Started GET "/assets/subdivision_select-0bfc1e4b5650362f4fb40dce7fb97364.js?body=1" for 127.0.0.1 at 2015-04-18 20:01:09 -0400 Started GET "/assets/application-db1c0e57bf99ceb754b2b56f5e35a6d6.js?body=1" for 127.0.0.1 at 2015-04-18 20:01:09 -0400 Started GET "/" for 127.0.0.1 at 2015-04-18 20:01:17 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (132.5ms) Completed 200 OK in 181ms (Views: 180.6ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-fbcd22ef00545fee2287ac0f0fab6969.css?body=1" for 127.0.0.1 at 2015-04-18 20:01:19 -0400 Started GET "/assets/application-743d6e0993bd2d9420ca79768c8f7904.css?body=1" for 127.0.0.1 at 2015-04-18 20:01:19 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 20:01:19 -0400 Started GET "/assets/subdivision_select-2306edd8e45015f22a76c3427e582e3d.js?body=1" for 127.0.0.1 at 2015-04-18 20:01:19 -0400 Started GET "/assets/application-feec86fb89db3779c6606f73cca54ab3.js?body=1" for 127.0.0.1 at 2015-04-18 20:01:19 -0400 Started GET "/" for 127.0.0.1 at 2015-04-18 20:01:47 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (120.5ms) Completed 200 OK in 174ms (Views: 173.3ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-fbcd22ef00545fee2287ac0f0fab6969.css?body=1" for 127.0.0.1 at 2015-04-18 20:01:48 -0400 Started GET "/assets/application-743d6e0993bd2d9420ca79768c8f7904.css?body=1" for 127.0.0.1 at 2015-04-18 20:01:48 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 20:01:48 -0400 Started GET "/assets/application-701b444c75e9a68ac64a5cfe80e9c858.js?body=1" for 127.0.0.1 at 2015-04-18 20:01:48 -0400 Started GET "/assets/subdivision_select-f6ff69870685b355bcd05cf40ce51bd5.js?body=1" for 127.0.0.1 at 2015-04-18 20:01:48 -0400 Started GET "/" for 127.0.0.1 at 2015-04-18 20:02:00 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (143.3ms) Completed 200 OK in 220ms (Views: 219.9ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-fbcd22ef00545fee2287ac0f0fab6969.css?body=1" for 127.0.0.1 at 2015-04-18 20:02:00 -0400 Started GET "/assets/application-743d6e0993bd2d9420ca79768c8f7904.css?body=1" for 127.0.0.1 at 2015-04-18 20:02:00 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 20:02:00 -0400 Started GET "/assets/subdivision_select-7e4def59f908a327699d9b4013df3506.js?body=1" for 127.0.0.1 at 2015-04-18 20:02:00 -0400 Started GET "/assets/application-868391c2226a9d9f717cbd0a58187f4c.js?body=1" for 127.0.0.1 at 2015-04-18 20:02:00 -0400 Started GET "/" for 127.0.0.1 at 2015-04-18 20:02:15 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (130.7ms) Completed 200 OK in 181ms (Views: 180.6ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-fbcd22ef00545fee2287ac0f0fab6969.css?body=1" for 127.0.0.1 at 2015-04-18 20:02:16 -0400 Started GET "/assets/application-743d6e0993bd2d9420ca79768c8f7904.css?body=1" for 127.0.0.1 at 2015-04-18 20:02:16 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 20:02:16 -0400 Started GET "/assets/subdivision_select-757569608158dcacdf6a708b7227522e.js?body=1" for 127.0.0.1 at 2015-04-18 20:02:16 -0400 Started GET "/assets/application-9e95da53207db917a464c5c480f3660c.js?body=1" for 127.0.0.1 at 2015-04-18 20:02:16 -0400 Started GET "/" for 127.0.0.1 at 2015-04-18 20:05:20 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (132.5ms) Completed 200 OK in 186ms (Views: 185.4ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-fbcd22ef00545fee2287ac0f0fab6969.css?body=1" for 127.0.0.1 at 2015-04-18 20:05:20 -0400 Started GET "/assets/application-743d6e0993bd2d9420ca79768c8f7904.css?body=1" for 127.0.0.1 at 2015-04-18 20:05:20 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 20:05:20 -0400 Started GET "/assets/subdivision_select-fee9e8eec22edccc9352f8c657f7a4d5.js?body=1" for 127.0.0.1 at 2015-04-18 20:05:20 -0400 Started GET "/assets/application-f3ea09e0eb6f5f612a181e28c53fb962.js?body=1" for 127.0.0.1 at 2015-04-18 20:05:20 -0400 Started GET "/" for 127.0.0.1 at 2015-04-18 20:05:32 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (132.2ms) Completed 200 OK in 173ms (Views: 172.4ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-fbcd22ef00545fee2287ac0f0fab6969.css?body=1" for 127.0.0.1 at 2015-04-18 20:05:33 -0400 Started GET "/assets/application-743d6e0993bd2d9420ca79768c8f7904.css?body=1" for 127.0.0.1 at 2015-04-18 20:05:33 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 20:05:33 -0400 Started GET "/assets/subdivision_select-257510890d681012bf71ec5b686a07de.js?body=1" for 127.0.0.1 at 2015-04-18 20:05:33 -0400 Started GET "/assets/application-ccec2fb5966401a476965a25d52e7926.js?body=1" for 127.0.0.1 at 2015-04-18 20:05:33 -0400 Started GET "/" for 127.0.0.1 at 2015-04-18 20:05:44 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (139.0ms) Completed 200 OK in 187ms (Views: 186.9ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-fbcd22ef00545fee2287ac0f0fab6969.css?body=1" for 127.0.0.1 at 2015-04-18 20:05:44 -0400 Started GET "/assets/application-743d6e0993bd2d9420ca79768c8f7904.css?body=1" for 127.0.0.1 at 2015-04-18 20:05:44 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 20:05:44 -0400 Started GET "/assets/subdivision_select-96844eb1ab466b3d3b78054755091572.js?body=1" for 127.0.0.1 at 2015-04-18 20:05:44 -0400 Started GET "/assets/application-a922701c47a16a2d3627cf46a021a526.js?body=1" for 127.0.0.1 at 2015-04-18 20:05:44 -0400 Started GET "/" for 127.0.0.1 at 2015-04-18 20:05:49 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (124.7ms) Completed 200 OK in 172ms (Views: 172.0ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-fbcd22ef00545fee2287ac0f0fab6969.css?body=1" for 127.0.0.1 at 2015-04-18 20:05:50 -0400 Started GET "/assets/application-743d6e0993bd2d9420ca79768c8f7904.css?body=1" for 127.0.0.1 at 2015-04-18 20:05:50 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 20:05:50 -0400 Started GET "/assets/subdivision_select-257510890d681012bf71ec5b686a07de.js?body=1" for 127.0.0.1 at 2015-04-18 20:05:50 -0400 Started GET "/assets/application-ccec2fb5966401a476965a25d52e7926.js?body=1" for 127.0.0.1 at 2015-04-18 20:05:50 -0400 Started GET "/" for 127.0.0.1 at 2015-04-18 20:06:10 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (145.5ms) Completed 200 OK in 199ms (Views: 198.8ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-fbcd22ef00545fee2287ac0f0fab6969.css?body=1" for 127.0.0.1 at 2015-04-18 20:06:11 -0400 Started GET "/assets/application-743d6e0993bd2d9420ca79768c8f7904.css?body=1" for 127.0.0.1 at 2015-04-18 20:06:11 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 20:06:11 -0400 Started GET "/assets/subdivision_select-2eb3761748302309833019d816eda10e.js?body=1" for 127.0.0.1 at 2015-04-18 20:06:11 -0400 Started GET "/assets/application-93ee7897506097587ee73107cd8e62ad.js?body=1" for 127.0.0.1 at 2015-04-18 20:06:11 -0400 Started GET "/" for 127.0.0.1 at 2015-04-18 20:06:19 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (139.6ms) Completed 200 OK in 181ms (Views: 181.3ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-fbcd22ef00545fee2287ac0f0fab6969.css?body=1" for 127.0.0.1 at 2015-04-18 20:06:20 -0400 Started GET "/assets/application-743d6e0993bd2d9420ca79768c8f7904.css?body=1" for 127.0.0.1 at 2015-04-18 20:06:20 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 20:06:20 -0400 Started GET "/assets/subdivision_select-c2fd2caffb60bb7875f2711e4258bd35.js?body=1" for 127.0.0.1 at 2015-04-18 20:06:20 -0400 Started GET "/assets/application-7b00369a78d0141caa3f2ab28a971873.js?body=1" for 127.0.0.1 at 2015-04-18 20:06:20 -0400 Started GET "/" for 127.0.0.1 at 2015-04-18 20:06:34 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (132.1ms) Completed 200 OK in 189ms (Views: 188.5ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-fbcd22ef00545fee2287ac0f0fab6969.css?body=1" for 127.0.0.1 at 2015-04-18 20:06:35 -0400 Started GET "/assets/application-743d6e0993bd2d9420ca79768c8f7904.css?body=1" for 127.0.0.1 at 2015-04-18 20:06:35 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 20:06:35 -0400 Started GET "/assets/subdivision_select-257510890d681012bf71ec5b686a07de.js?body=1" for 127.0.0.1 at 2015-04-18 20:06:35 -0400 Started GET "/assets/application-ccec2fb5966401a476965a25d52e7926.js?body=1" for 127.0.0.1 at 2015-04-18 20:06:35 -0400 Started GET "/subdivisions?country_code=GN" for 127.0.0.1 at 2015-04-18 20:06:40 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GN"} Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=VA" for 127.0.0.1 at 2015-04-18 20:06:42 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"VA"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-18 20:07:18 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (128.0ms) Completed 200 OK in 182ms (Views: 181.8ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-fbcd22ef00545fee2287ac0f0fab6969.css?body=1" for 127.0.0.1 at 2015-04-18 20:07:18 -0400 Started GET "/assets/application-743d6e0993bd2d9420ca79768c8f7904.css?body=1" for 127.0.0.1 at 2015-04-18 20:07:18 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 20:07:18 -0400 Started GET "/assets/subdivision_select-b445c1e66806ef043823430508b83efb.js?body=1" for 127.0.0.1 at 2015-04-18 20:07:18 -0400 Started GET "/assets/application-8a34dfcfb4f385264efe1a5884d9325d.js?body=1" for 127.0.0.1 at 2015-04-18 20:07:18 -0400 Started GET "/subdivisions?country_code=IR" for 127.0.0.1 at 2015-04-18 20:07:22 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"IR"} Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=IQ" for 127.0.0.1 at 2015-04-18 20:07:27 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"IQ"} Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=DZ" for 127.0.0.1 at 2015-04-18 20:08:38 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"DZ"} Completed 200 OK in 6ms (Views: 0.6ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=AF" for 127.0.0.1 at 2015-04-18 20:08:40 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"AF"} Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=AX" for 127.0.0.1 at 2015-04-18 20:08:43 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"AX"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-18 20:08:46 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (119.2ms) Completed 200 OK in 181ms (Views: 181.0ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-fbcd22ef00545fee2287ac0f0fab6969.css?body=1" for 127.0.0.1 at 2015-04-18 20:08:46 -0400 Started GET "/assets/application-743d6e0993bd2d9420ca79768c8f7904.css?body=1" for 127.0.0.1 at 2015-04-18 20:08:46 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 20:08:46 -0400 Started GET "/assets/subdivision_select-e0eac2f5b7316adb530f496e629452a0.js?body=1" for 127.0.0.1 at 2015-04-18 20:08:46 -0400 Started GET "/assets/application-0ae78d490eaf41fc1b729f1ffb92735d.js?body=1" for 127.0.0.1 at 2015-04-18 20:08:46 -0400 Started GET "/subdivisions?country_code=AX" for 127.0.0.1 at 2015-04-18 20:08:48 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"AX"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-18 20:09:05 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (188.0ms) Completed 200 OK in 260ms (Views: 259.4ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-fbcd22ef00545fee2287ac0f0fab6969.css?body=1" for 127.0.0.1 at 2015-04-18 20:09:06 -0400 Started GET "/assets/application-743d6e0993bd2d9420ca79768c8f7904.css?body=1" for 127.0.0.1 at 2015-04-18 20:09:06 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 20:09:06 -0400 Started GET "/assets/subdivision_select-899dee8dadca300dd6efc21f860a5996.js?body=1" for 127.0.0.1 at 2015-04-18 20:09:06 -0400 Started GET "/assets/application-4cc716bfa89b12ab4d4203f9295effb4.js?body=1" for 127.0.0.1 at 2015-04-18 20:09:06 -0400 Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2015-04-18 20:09:17 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GU"} Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=GP" for 127.0.0.1 at 2015-04-18 20:09:20 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GP"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=GD" for 127.0.0.1 at 2015-04-18 20:09:22 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GD"} Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-18 20:10:59 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (143.3ms) Completed 200 OK in 188ms (Views: 188.2ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-18 20:10:59 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-18 20:10:59 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 20:10:59 -0400 Started GET "/assets/subdivision_select-899dee8dadca300dd6efc21f860a5996.js?body=1" for 127.0.0.1 at 2015-04-18 20:11:00 -0400 Started GET "/assets/application-4cc716bfa89b12ab4d4203f9295effb4.js?body=1" for 127.0.0.1 at 2015-04-18 20:11:00 -0400 Started GET "/subdivisions?country_code=DE" for 127.0.0.1 at 2015-04-18 20:11:14 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"DE"} Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=GB" for 127.0.0.1 at 2015-04-18 20:11:17 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GB"} Completed 200 OK in 14ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=AG" for 127.0.0.1 at 2015-04-18 20:11:38 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"AG"} Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-18 20:12:40 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (130.6ms) Completed 200 OK in 165ms (Views: 164.3ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-18 20:12:40 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-18 20:12:40 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 20:12:40 -0400 Started GET "/assets/subdivision_select-899dee8dadca300dd6efc21f860a5996.js?body=1" for 127.0.0.1 at 2015-04-18 20:12:40 -0400 Started GET "/assets/application-4cc716bfa89b12ab4d4203f9295effb4.js?body=1" for 127.0.0.1 at 2015-04-18 20:12:40 -0400 Started GET "/" for 127.0.0.1 at 2015-04-18 20:12:50 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (124.7ms) Completed 500 Internal Server Error in 127ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `empty?' for nil:NilClass): 43:
44: <%= f.label("State / Province") %>
45: <%= 46: f.select( 47: :subdivision, 48: nil, 49: include_blank: true app/views/addresses_demo/index.html.erb:46:in `block in _app_views_addresses_demo_index_html_erb__2717565197405341980_70269012698280' app/views/addresses_demo/index.html.erb:37:in `_app_views_addresses_demo_index_html_erb__2717565197405341980_70269012698280' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (13.6ms) Started GET "/" for 127.0.0.1 at 2015-04-18 20:12:56 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (108.7ms) Completed 200 OK in 136ms (Views: 135.5ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-18 20:12:56 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-18 20:12:56 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 20:12:56 -0400 Started GET "/assets/subdivision_select-899dee8dadca300dd6efc21f860a5996.js?body=1" for 127.0.0.1 at 2015-04-18 20:12:56 -0400 Started GET "/assets/application-4cc716bfa89b12ab4d4203f9295effb4.js?body=1" for 127.0.0.1 at 2015-04-18 20:12:56 -0400 Started GET "/subdivisions?country_code=AF" for 127.0.0.1 at 2015-04-18 20:13:00 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"AF"} Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-18 20:13:25 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (115.2ms) Completed 200 OK in 141ms (Views: 141.0ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-18 20:13:26 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-18 20:13:26 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 20:13:26 -0400 Started GET "/assets/subdivision_select-899dee8dadca300dd6efc21f860a5996.js?body=1" for 127.0.0.1 at 2015-04-18 20:13:26 -0400 Started GET "/assets/application-4cc716bfa89b12ab4d4203f9295effb4.js?body=1" for 127.0.0.1 at 2015-04-18 20:13:26 -0400 Started GET "/" for 127.0.0.1 at 2015-04-18 20:13:40 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (122.9ms) Completed 200 OK in 165ms (Views: 164.4ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-90dadce4b0955d5e3527a0bbd51ac89f.css?body=1" for 127.0.0.1 at 2015-04-18 20:13:41 -0400 Started GET "/assets/application-ea9610665df6312345af6568ef700eba.css?body=1" for 127.0.0.1 at 2015-04-18 20:13:41 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 20:13:41 -0400 Started GET "/assets/subdivision_select-899dee8dadca300dd6efc21f860a5996.js?body=1" for 127.0.0.1 at 2015-04-18 20:13:41 -0400 Started GET "/assets/application-4cc716bfa89b12ab4d4203f9295effb4.js?body=1" for 127.0.0.1 at 2015-04-18 20:13:41 -0400 Started GET "/" for 127.0.0.1 at 2015-04-18 20:13:47 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (110.4ms) Completed 200 OK in 149ms (Views: 149.2ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-6337dd363ea0ca647ab630fea03e71b3.css?body=1" for 127.0.0.1 at 2015-04-18 20:13:47 -0400 Started GET "/assets/application-cf2361dd2d03219aba7ff82098ddf444.css?body=1" for 127.0.0.1 at 2015-04-18 20:13:47 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 20:13:47 -0400 Started GET "/assets/subdivision_select-899dee8dadca300dd6efc21f860a5996.js?body=1" for 127.0.0.1 at 2015-04-18 20:13:47 -0400 Started GET "/assets/application-4cc716bfa89b12ab4d4203f9295effb4.js?body=1" for 127.0.0.1 at 2015-04-18 20:13:47 -0400 Started GET "/" for 127.0.0.1 at 2015-04-18 20:13:54 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (119.0ms) Completed 200 OK in 156ms (Views: 155.4ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-18 20:13:56 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-18 20:13:56 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 20:13:56 -0400 Started GET "/assets/application-4cc716bfa89b12ab4d4203f9295effb4.js?body=1" for 127.0.0.1 at 2015-04-18 20:13:56 -0400 Started GET "/assets/subdivision_select-899dee8dadca300dd6efc21f860a5996.js?body=1" for 127.0.0.1 at 2015-04-18 20:13:56 -0400 Started GET "/" for 127.0.0.1 at 2015-04-18 20:14:14 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (126.5ms) Completed 200 OK in 157ms (Views: 156.8ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-18 20:14:16 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-18 20:14:16 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 20:14:16 -0400 Started GET "/assets/subdivision_select-899dee8dadca300dd6efc21f860a5996.js?body=1" for 127.0.0.1 at 2015-04-18 20:14:16 -0400 Started GET "/assets/application-4cc716bfa89b12ab4d4203f9295effb4.js?body=1" for 127.0.0.1 at 2015-04-18 20:14:16 -0400 Started GET "/" for 127.0.0.1 at 2015-04-18 20:37:19 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (211.5ms) Completed 200 OK in 252ms (Views: 250.7ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-18 20:37:19 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-18 20:37:19 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 20:37:19 -0400 Started GET "/assets/subdivision_select-899dee8dadca300dd6efc21f860a5996.js?body=1" for 127.0.0.1 at 2015-04-18 20:37:19 -0400 Started GET "/assets/application-4cc716bfa89b12ab4d4203f9295effb4.js?body=1" for 127.0.0.1 at 2015-04-18 20:37:19 -0400 Started GET "/" for 127.0.0.1 at 2015-04-18 20:39:02 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (41.5ms) Rendered addresses_demo/index.html.erb within layouts/application (58.1ms) Completed 500 Internal Server Error in 61ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined local variable or method `name' for #<#:0x007fd18c50fd10>): 6: - subdivision_options 7: %> 8: 9: <%= form_for "address_#{name.parameterize}" do |f| %> 10:

<%= name %>

11: 12:
app/views/addresses_demo/_form.html.erb:9:in `_app_views_addresses_demo__form_html_erb__4692899050379878_70268986739080' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb__2717565197405341980_70268989497660' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.0ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (15.0ms) Started GET "/" for 127.0.0.1 at 2015-04-18 20:39:11 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (13.1ms) Rendered addresses_demo/index.html.erb within layouts/application (18.9ms) Completed 500 Internal Server Error in 22ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined local variable or method `name' for #<#:0x007fd18ba19208>): 6: - subdivision_options 7: %> 8: 9: <%= form_for "address_#{name.parameterize}" do |f| %> 10:

<%= name %>

11: 12:
app/views/addresses_demo/_form.html.erb:9:in `_app_views_addresses_demo__form_html_erb__4692899050379878_70268992188180' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb__2717565197405341980_70268989497660' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (11.2ms) Started GET "/" for 127.0.0.1 at 2015-04-18 20:39:42 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (131.1ms) Rendered addresses_demo/index.html.erb within layouts/application (135.0ms) Completed 500 Internal Server Error in 137ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined local variable or method `subdivision_options' for #<#:0x007fd18d5655e8>): 20: f.select( 21: :subdivision, 22: subdivision_values, 23: subdivision_options 24: ) 25: %> 26:
app/views/addresses_demo/_form.html.erb:23:in `block in _app_views_addresses_demo__form_html_erb__4692899050379878_70269015487000' app/views/addresses_demo/_form.html.erb:9:in `_app_views_addresses_demo__form_html_erb__4692899050379878_70269015487000' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb__2717565197405341980_70268998066200' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (11.4ms) Started GET "/" for 127.0.0.1 at 2015-04-18 20:40:10 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (110.3ms) Completed 200 OK in 147ms (Views: 146.6ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-18 20:40:10 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-18 20:40:10 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 20:40:10 -0400 Started GET "/assets/subdivision_select-899dee8dadca300dd6efc21f860a5996.js?body=1" for 127.0.0.1 at 2015-04-18 20:40:10 -0400 Started GET "/assets/application-4cc716bfa89b12ab4d4203f9295effb4.js?body=1" for 127.0.0.1 at 2015-04-18 20:40:10 -0400 Started GET "/" for 127.0.0.1 at 2015-04-18 20:40:16 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (38.3ms) Rendered addresses_demo/index.html.erb within layouts/application (43.4ms) Completed 500 Internal Server Error in 45ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined local variable or method `subdivision_options' for #<#:0x007fd18f6d7ca8>): 20: f.select( 21: :subdivision, 22: subdivision_values, 23: subdivision_options 24: ) 25: %> 26:
app/views/addresses_demo/_form.html.erb:23:in `block in _app_views_addresses_demo__form_html_erb__4692899050379878_70269015521000' app/views/addresses_demo/_form.html.erb:9:in `_app_views_addresses_demo__form_html_erb__4692899050379878_70269015521000' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb__2717565197405341980_70269015602120' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.5ms) Started GET "/" for 127.0.0.1 at 2015-04-18 20:40:31 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (39.6ms) Rendered addresses_demo/index.html.erb within layouts/application (44.1ms) Completed 500 Internal Server Error in 46ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined local variable or method `subdivision_options' for #<#:0x007fd18d4649a0>): 20: f.select( 21: :subdivision, 22: subdivision_values, 23: subdivision_options 24: ) 25: %> 26:
app/views/addresses_demo/_form.html.erb:23:in `block in _app_views_addresses_demo__form_html_erb__4692899050379878_70268997400840' app/views/addresses_demo/_form.html.erb:9:in `_app_views_addresses_demo__form_html_erb__4692899050379878_70268997400840' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb__2717565197405341980_70268997530820' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.6ms) Started GET "/" for 127.0.0.1 at 2015-04-18 20:40:59 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (41.6ms) Rendered addresses_demo/index.html.erb within layouts/application (45.1ms) Completed 500 Internal Server Error in 47ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined local variable or method `subdivision_options' for #<#:0x007fd18f288850>): 24: f.select( 25: :subdivision, 26: subdivision_values, 27: subdivision_options 28: ) 29: %> 30:
app/views/addresses_demo/_form.html.erb:27:in `block in _app_views_addresses_demo__form_html_erb__4692899050379878_70269021206000' app/views/addresses_demo/_form.html.erb:13:in `_app_views_addresses_demo__form_html_erb__4692899050379878_70269021206000' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb__2717565197405341980_70269021256260' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (11.0ms) Started GET "/" for 127.0.0.1 at 2015-04-18 20:41:08 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (39.6ms) Rendered addresses_demo/index.html.erb within layouts/application (149.6ms) Completed 200 OK in 173ms (Views: 172.6ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-18 20:41:09 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-18 20:41:09 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 20:41:09 -0400 Started GET "/assets/subdivision_select-899dee8dadca300dd6efc21f860a5996.js?body=1" for 127.0.0.1 at 2015-04-18 20:41:09 -0400 Started GET "/assets/application-4cc716bfa89b12ab4d4203f9295effb4.js?body=1" for 127.0.0.1 at 2015-04-18 20:41:09 -0400 Started GET "/subdivisions?country_code=GN" for 127.0.0.1 at 2015-04-18 20:41:11 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GN"} Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-18 20:41:48 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (31.1ms) Rendered addresses_demo/index.html.erb within layouts/application (151.5ms) Completed 200 OK in 176ms (Views: 175.8ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-18 20:41:49 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-18 20:41:49 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 20:41:49 -0400 Started GET "/assets/subdivision_select-899dee8dadca300dd6efc21f860a5996.js?body=1" for 127.0.0.1 at 2015-04-18 20:41:49 -0400 Started GET "/assets/application-4cc716bfa89b12ab4d4203f9295effb4.js?body=1" for 127.0.0.1 at 2015-04-18 20:41:49 -0400 Started GET "/subdivisions?country_code=GW" for 127.0.0.1 at 2015-04-18 20:41:50 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GW"} Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=GD" for 127.0.0.1 at 2015-04-18 20:41:52 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GD"} Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-18 20:42:19 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (34.9ms) Rendered addresses_demo/index.html.erb within layouts/application (151.7ms) Completed 200 OK in 177ms (Views: 177.1ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-18 20:42:19 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-18 20:42:19 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 20:42:19 -0400 Started GET "/assets/subdivision_select-899dee8dadca300dd6efc21f860a5996.js?body=1" for 127.0.0.1 at 2015-04-18 20:42:19 -0400 Started GET "/assets/application-4cc716bfa89b12ab4d4203f9295effb4.js?body=1" for 127.0.0.1 at 2015-04-18 20:42:19 -0400 Started GET "/" for 127.0.0.1 at 2015-04-18 20:42:28 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (31.2ms) Rendered addresses_demo/index.html.erb within layouts/application (149.9ms) Completed 200 OK in 177ms (Views: 176.4ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-18 20:42:28 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-18 20:42:28 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 20:42:28 -0400 Started GET "/assets/subdivision_select-899dee8dadca300dd6efc21f860a5996.js?body=1" for 127.0.0.1 at 2015-04-18 20:42:28 -0400 Started GET "/assets/application-4cc716bfa89b12ab4d4203f9295effb4.js?body=1" for 127.0.0.1 at 2015-04-18 20:42:28 -0400 Started GET "/" for 127.0.0.1 at 2015-04-18 20:42:54 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (34.1ms) Rendered addresses_demo/index.html.erb within layouts/application (155.6ms) Completed 200 OK in 181ms (Views: 180.4ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-18 20:42:54 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-18 20:42:54 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 20:42:54 -0400 Started GET "/assets/subdivision_select-899dee8dadca300dd6efc21f860a5996.js?body=1" for 127.0.0.1 at 2015-04-18 20:42:54 -0400 Started GET "/assets/application-4cc716bfa89b12ab4d4203f9295effb4.js?body=1" for 127.0.0.1 at 2015-04-18 20:42:54 -0400 Started GET "/" for 127.0.0.1 at 2015-04-18 20:43:09 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (35.4ms) Rendered addresses_demo/index.html.erb within layouts/application (156.5ms) Completed 200 OK in 184ms (Views: 183.7ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-18 20:43:09 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-18 20:43:09 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 20:43:09 -0400 Started GET "/assets/subdivision_select-899dee8dadca300dd6efc21f860a5996.js?body=1" for 127.0.0.1 at 2015-04-18 20:43:09 -0400 Started GET "/assets/application-4cc716bfa89b12ab4d4203f9295effb4.js?body=1" for 127.0.0.1 at 2015-04-18 20:43:09 -0400 Started GET "/" for 127.0.0.1 at 2015-04-18 20:43:46 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (33.9ms) Rendered addresses_demo/_form.html.erb (30.4ms) Rendered addresses_demo/_form.html.erb (28.8ms) Rendered addresses_demo/index.html.erb within layouts/application (185.5ms) Completed 200 OK in 213ms (Views: 212.3ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-18 20:43:47 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-18 20:43:47 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 20:43:47 -0400 Started GET "/assets/subdivision_select-899dee8dadca300dd6efc21f860a5996.js?body=1" for 127.0.0.1 at 2015-04-18 20:43:47 -0400 Started GET "/assets/application-4cc716bfa89b12ab4d4203f9295effb4.js?body=1" for 127.0.0.1 at 2015-04-18 20:43:47 -0400 Started GET "/" for 127.0.0.1 at 2015-04-18 20:44:05 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/index.html.erb within layouts/application (1.3ms) Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms) SyntaxError (/Users/sean/dev/subdivision_select/spec/test_app/app/views/addresses_demo/index.html.erb:8: syntax error, unexpected tIDENTIFIER, expecting '}' country_options: { include_blank: true } ^ /Users/sean/dev/subdivision_select/spec/test_app/app/views/addresses_demo/index.html.erb:9: syntax error, unexpected '}', expecting ')' /Users/sean/dev/subdivision_select/spec/test_app/app/views/addresses_demo/index.html.erb:71: syntax error, unexpected keyword_ensure, expecting ')' /Users/sean/dev/subdivision_select/spec/test_app/app/views/addresses_demo/index.html.erb:73: syntax error, unexpected keyword_end, expecting ')'): app/views/addresses_demo/index.html.erb:8: syntax error, unexpected tIDENTIFIER, expecting '}' app/views/addresses_demo/index.html.erb:9: syntax error, unexpected '}', expecting ')' app/views/addresses_demo/index.html.erb:71: syntax error, unexpected keyword_ensure, expecting ')' app/views/addresses_demo/index.html.erb:73: syntax error, unexpected keyword_end, expecting ')' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.5ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.9ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (23.0ms) Started GET "/" for 127.0.0.1 at 2015-04-18 20:44:10 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (31.3ms) Rendered addresses_demo/_form.html.erb (31.7ms) Rendered addresses_demo/_form.html.erb (38.1ms) Rendered addresses_demo/index.html.erb within layouts/application (180.0ms) Completed 200 OK in 207ms (Views: 207.1ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-18 20:44:11 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-18 20:44:11 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 20:44:11 -0400 Started GET "/assets/subdivision_select-899dee8dadca300dd6efc21f860a5996.js?body=1" for 127.0.0.1 at 2015-04-18 20:44:11 -0400 Started GET "/assets/application-4cc716bfa89b12ab4d4203f9295effb4.js?body=1" for 127.0.0.1 at 2015-04-18 20:44:11 -0400 Started GET "/subdivisions?country_code=AL" for 127.0.0.1 at 2015-04-18 20:44:16 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"AL"} Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-18 20:44:29 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (31.8ms) Rendered addresses_demo/_form.html.erb (38.4ms) Rendered addresses_demo/_form.html.erb (30.4ms) Rendered addresses_demo/index.html.erb within layouts/application (188.0ms) Completed 200 OK in 215ms (Views: 215.2ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-18 20:44:29 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-18 20:44:29 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 20:44:29 -0400 Started GET "/assets/subdivision_select-899dee8dadca300dd6efc21f860a5996.js?body=1" for 127.0.0.1 at 2015-04-18 20:44:29 -0400 Started GET "/assets/application-4cc716bfa89b12ab4d4203f9295effb4.js?body=1" for 127.0.0.1 at 2015-04-18 20:44:29 -0400 Started GET "/subdivisions?country_code=AI" for 127.0.0.1 at 2015-04-18 20:44:32 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"AI"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=GN" for 127.0.0.1 at 2015-04-18 20:44:34 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GN"} Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-18 20:45:05 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (39.7ms) Rendered addresses_demo/_form.html.erb (29.6ms) Rendered addresses_demo/_form.html.erb (34.1ms) Rendered addresses_demo/index.html.erb within layouts/application (140.5ms) Completed 200 OK in 166ms (Views: 166.0ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-18 20:45:05 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-18 20:45:05 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 20:45:05 -0400 Started GET "/assets/subdivision_select-899dee8dadca300dd6efc21f860a5996.js?body=1" for 127.0.0.1 at 2015-04-18 20:45:05 -0400 Started GET "/assets/application-4cc716bfa89b12ab4d4203f9295effb4.js?body=1" for 127.0.0.1 at 2015-04-18 20:45:05 -0400 Started GET "/subdivisions?country_code=AO" for 127.0.0.1 at 2015-04-18 20:45:06 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"AO"} Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-18 20:45:50 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (30.4ms) Rendered addresses_demo/_form.html.erb (38.5ms) Rendered addresses_demo/_form.html.erb (29.8ms) Rendered addresses_demo/_form.html.erb (32.1ms) Rendered addresses_demo/index.html.erb within layouts/application (172.9ms) Completed 200 OK in 199ms (Views: 199.1ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-18 20:45:51 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-18 20:45:51 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 20:45:51 -0400 Started GET "/assets/subdivision_select-899dee8dadca300dd6efc21f860a5996.js?body=1" for 127.0.0.1 at 2015-04-18 20:45:51 -0400 Started GET "/assets/application-4cc716bfa89b12ab4d4203f9295effb4.js?body=1" for 127.0.0.1 at 2015-04-18 20:45:51 -0400 Started GET "/" for 127.0.0.1 at 2015-04-18 20:45:56 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (33.2ms) Rendered addresses_demo/_form.html.erb (35.5ms) Rendered addresses_demo/_form.html.erb (31.9ms) Rendered addresses_demo/_form.html.erb (27.9ms) Rendered addresses_demo/index.html.erb within layouts/application (165.3ms) Completed 200 OK in 193ms (Views: 192.8ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-18 20:45:56 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-18 20:45:56 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 20:45:56 -0400 Started GET "/assets/subdivision_select-899dee8dadca300dd6efc21f860a5996.js?body=1" for 127.0.0.1 at 2015-04-18 20:45:56 -0400 Started GET "/assets/application-4cc716bfa89b12ab4d4203f9295effb4.js?body=1" for 127.0.0.1 at 2015-04-18 20:45:56 -0400 Started GET "/" for 127.0.0.1 at 2015-04-18 20:46:06 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (43.2ms) Rendered addresses_demo/_form.html.erb (28.6ms) Rendered addresses_demo/_form.html.erb (29.3ms) Rendered addresses_demo/_form.html.erb (28.6ms) Rendered addresses_demo/index.html.erb within layouts/application (169.5ms) Completed 200 OK in 196ms (Views: 195.7ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-18 20:46:07 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-18 20:46:07 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 20:46:07 -0400 Started GET "/assets/subdivision_select-899dee8dadca300dd6efc21f860a5996.js?body=1" for 127.0.0.1 at 2015-04-18 20:46:07 -0400 Started GET "/assets/application-4cc716bfa89b12ab4d4203f9295effb4.js?body=1" for 127.0.0.1 at 2015-04-18 20:46:07 -0400 Started GET "/" for 127.0.0.1 at 2015-04-18 20:46:19 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (40.0ms) Rendered addresses_demo/_form.html.erb (27.9ms) Rendered addresses_demo/_form.html.erb (29.5ms) Rendered addresses_demo/_form.html.erb (28.9ms) Rendered addresses_demo/index.html.erb within layouts/application (162.7ms) Completed 200 OK in 188ms (Views: 187.8ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-18 20:46:19 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 20:46:19 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-18 20:46:19 -0400 Started GET "/assets/subdivision_select-899dee8dadca300dd6efc21f860a5996.js?body=1" for 127.0.0.1 at 2015-04-18 20:46:19 -0400 Started GET "/assets/application-4cc716bfa89b12ab4d4203f9295effb4.js?body=1" for 127.0.0.1 at 2015-04-18 20:46:19 -0400 Started GET "/subdivisions?country_code=DZ" for 127.0.0.1 at 2015-04-18 20:46:21 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"DZ"} Completed 200 OK in 10ms (Views: 0.5ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=" for 127.0.0.1 at 2015-04-18 20:46:24 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>""} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-18 20:46:46 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (31.1ms) Rendered addresses_demo/_form.html.erb (31.2ms) Rendered addresses_demo/_form.html.erb (31.2ms) Rendered addresses_demo/_form.html.erb (28.6ms) Rendered addresses_demo/index.html.erb within layouts/application (160.6ms) Completed 200 OK in 195ms (Views: 194.9ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-18 20:46:46 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-18 20:46:46 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 20:46:46 -0400 Started GET "/assets/subdivision_select-899dee8dadca300dd6efc21f860a5996.js?body=1" for 127.0.0.1 at 2015-04-18 20:46:46 -0400 Started GET "/assets/application-4cc716bfa89b12ab4d4203f9295effb4.js?body=1" for 127.0.0.1 at 2015-04-18 20:46:46 -0400 Started GET "/subdivisions?country_code=AS" for 127.0.0.1 at 2015-04-18 20:46:48 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"AS"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=DZ" for 127.0.0.1 at 2015-04-18 20:46:52 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"DZ"} Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=AX" for 127.0.0.1 at 2015-04-18 20:46:53 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"AX"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=AF" for 127.0.0.1 at 2015-04-18 20:46:55 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"AF"} Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=AG" for 127.0.0.1 at 2015-04-18 20:46:58 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"AG"} Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=AQ" for 127.0.0.1 at 2015-04-18 20:47:01 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"AQ"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=AD" for 127.0.0.1 at 2015-04-18 20:47:05 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"AD"} Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=AT" for 127.0.0.1 at 2015-04-18 20:47:09 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"AT"} Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-18 20:47:11 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (30.3ms) Rendered addresses_demo/_form.html.erb (25.9ms) Rendered addresses_demo/_form.html.erb (30.1ms) Rendered addresses_demo/_form.html.erb (30.6ms) Rendered addresses_demo/index.html.erb within layouts/application (157.0ms) Completed 200 OK in 184ms (Views: 183.3ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-18 20:47:12 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-18 20:47:12 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 20:47:12 -0400 Started GET "/assets/subdivision_select-899dee8dadca300dd6efc21f860a5996.js?body=1" for 127.0.0.1 at 2015-04-18 20:47:12 -0400 Started GET "/assets/application-4cc716bfa89b12ab4d4203f9295effb4.js?body=1" for 127.0.0.1 at 2015-04-18 20:47:12 -0400 Started GET "/subdivisions?country_code=AL" for 127.0.0.1 at 2015-04-18 20:47:13 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"AL"} Completed 200 OK in 16ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-18 20:47:36 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (35.5ms) Rendered addresses_demo/_form.html.erb (29.5ms) Rendered addresses_demo/_form.html.erb (30.7ms) Rendered addresses_demo/index.html.erb within layouts/application (141.6ms) Completed 200 OK in 171ms (Views: 170.9ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-18 20:47:37 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-18 20:47:37 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 20:47:37 -0400 Started GET "/assets/subdivision_select-899dee8dadca300dd6efc21f860a5996.js?body=1" for 127.0.0.1 at 2015-04-18 20:47:37 -0400 Started GET "/assets/application-4cc716bfa89b12ab4d4203f9295effb4.js?body=1" for 127.0.0.1 at 2015-04-18 20:47:37 -0400 Started GET "/" for 127.0.0.1 at 2015-04-18 20:47:45 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (31.6ms) Rendered addresses_demo/_form.html.erb (30.2ms) Rendered addresses_demo/_form.html.erb (30.8ms) Rendered addresses_demo/index.html.erb within layouts/application (129.8ms) Completed 200 OK in 162ms (Views: 161.7ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-18 20:47:45 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-18 20:47:45 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 20:47:45 -0400 Started GET "/assets/subdivision_select-899dee8dadca300dd6efc21f860a5996.js?body=1" for 127.0.0.1 at 2015-04-18 20:47:45 -0400 Started GET "/assets/application-4cc716bfa89b12ab4d4203f9295effb4.js?body=1" for 127.0.0.1 at 2015-04-18 20:47:45 -0400 Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2015-04-18 20:47:48 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GU"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=GP" for 127.0.0.1 at 2015-04-18 20:47:49 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GP"} Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=GD" for 127.0.0.1 at 2015-04-18 20:47:51 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GD"} Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-18 20:48:21 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (32.2ms) Rendered addresses_demo/_form.html.erb (31.2ms) Rendered addresses_demo/index.html.erb within layouts/application (67.2ms) Completed 200 OK in 94ms (Views: 93.9ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-18 20:48:21 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-18 20:48:21 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 20:48:21 -0400 Started GET "/assets/subdivision_select-899dee8dadca300dd6efc21f860a5996.js?body=1" for 127.0.0.1 at 2015-04-18 20:48:21 -0400 Started GET "/assets/application-4cc716bfa89b12ab4d4203f9295effb4.js?body=1" for 127.0.0.1 at 2015-04-18 20:48:21 -0400 Started GET "/subdivisions?country_code=GT" for 127.0.0.1 at 2015-04-18 20:48:24 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GT"} Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-18 20:48:52 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (39.5ms) Rendered addresses_demo/_form.html.erb (39.3ms) Rendered addresses_demo/_form.html.erb (30.6ms) Rendered addresses_demo/index.html.erb within layouts/application (116.3ms) Completed 200 OK in 141ms (Views: 140.5ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-18 20:48:53 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-18 20:48:53 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 20:48:53 -0400 Started GET "/assets/subdivision_select-899dee8dadca300dd6efc21f860a5996.js?body=1" for 127.0.0.1 at 2015-04-18 20:48:53 -0400 Started GET "/assets/application-4cc716bfa89b12ab4d4203f9295effb4.js?body=1" for 127.0.0.1 at 2015-04-18 20:48:53 -0400 Started GET "/" for 127.0.0.1 at 2015-04-18 20:49:04 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (35.3ms) Rendered addresses_demo/_form.html.erb (30.8ms) Rendered addresses_demo/_form.html.erb (42.8ms) Rendered addresses_demo/index.html.erb within layouts/application (115.4ms) Completed 200 OK in 141ms (Views: 140.6ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-18 20:49:04 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-18 20:49:04 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 20:49:04 -0400 Started GET "/assets/subdivision_select-899dee8dadca300dd6efc21f860a5996.js?body=1" for 127.0.0.1 at 2015-04-18 20:49:04 -0400 Started GET "/assets/application-4cc716bfa89b12ab4d4203f9295effb4.js?body=1" for 127.0.0.1 at 2015-04-18 20:49:04 -0400 Started GET "/subdivisions?country_code=IQ" for 127.0.0.1 at 2015-04-18 20:49:08 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"IQ"} Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=IE" for 127.0.0.1 at 2015-04-18 20:49:11 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"IE"} Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-18 20:49:19 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (32.7ms) Rendered addresses_demo/_form.html.erb (32.3ms) Rendered addresses_demo/_form.html.erb (29.8ms) Rendered addresses_demo/index.html.erb within layouts/application (102.2ms) Completed 200 OK in 129ms (Views: 129.1ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-18 20:49:19 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-18 20:49:19 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 20:49:19 -0400 Started GET "/assets/subdivision_select-899dee8dadca300dd6efc21f860a5996.js?body=1" for 127.0.0.1 at 2015-04-18 20:49:19 -0400 Started GET "/assets/application-4cc716bfa89b12ab4d4203f9295effb4.js?body=1" for 127.0.0.1 at 2015-04-18 20:49:19 -0400 Started GET "/subdivisions?country_code=IQ" for 127.0.0.1 at 2015-04-18 20:49:22 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"IQ"} Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=IE" for 127.0.0.1 at 2015-04-18 20:49:25 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"IE"} Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-18 20:49:37 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (36.4ms) Rendered addresses_demo/_form.html.erb (28.1ms) Rendered addresses_demo/_form.html.erb (33.4ms) Rendered addresses_demo/index.html.erb within layouts/application (103.9ms) Completed 200 OK in 130ms (Views: 130.0ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-18 20:49:37 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-18 20:49:37 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 20:49:37 -0400 Started GET "/assets/subdivision_select-899dee8dadca300dd6efc21f860a5996.js?body=1" for 127.0.0.1 at 2015-04-18 20:49:37 -0400 Started GET "/assets/application-4cc716bfa89b12ab4d4203f9295effb4.js?body=1" for 127.0.0.1 at 2015-04-18 20:49:37 -0400 Started GET "/" for 127.0.0.1 at 2015-04-18 20:49:49 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (42.5ms) Rendered addresses_demo/_form.html.erb (30.3ms) Rendered addresses_demo/_form.html.erb (28.3ms) Rendered addresses_demo/index.html.erb within layouts/application (106.5ms) Completed 200 OK in 135ms (Views: 134.3ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-18 20:49:49 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-18 20:49:49 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 20:49:49 -0400 Started GET "/assets/subdivision_select-899dee8dadca300dd6efc21f860a5996.js?body=1" for 127.0.0.1 at 2015-04-18 20:49:49 -0400 Started GET "/assets/application-4cc716bfa89b12ab4d4203f9295effb4.js?body=1" for 127.0.0.1 at 2015-04-18 20:49:49 -0400 Started GET "/" for 127.0.0.1 at 2015-04-18 20:50:12 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (40.9ms) Rendered addresses_demo/_form.html.erb (42.7ms) Rendered addresses_demo/_form.html.erb (40.3ms) Rendered addresses_demo/index.html.erb within layouts/application (130.2ms) Completed 200 OK in 157ms (Views: 156.7ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-18 20:50:13 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-18 20:50:13 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 20:50:13 -0400 Started GET "/assets/subdivision_select-899dee8dadca300dd6efc21f860a5996.js?body=1" for 127.0.0.1 at 2015-04-18 20:50:13 -0400 Started GET "/assets/application-4cc716bfa89b12ab4d4203f9295effb4.js?body=1" for 127.0.0.1 at 2015-04-18 20:50:13 -0400 Started GET "/" for 127.0.0.1 at 2015-04-18 20:50:20 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (38.3ms) Rendered addresses_demo/_form.html.erb (31.8ms) Rendered addresses_demo/_form.html.erb (28.8ms) Rendered addresses_demo/index.html.erb within layouts/application (105.1ms) Completed 200 OK in 138ms (Views: 137.6ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-18 20:50:20 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-18 20:50:20 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 20:50:20 -0400 Started GET "/assets/subdivision_select-899dee8dadca300dd6efc21f860a5996.js?body=1" for 127.0.0.1 at 2015-04-18 20:50:20 -0400 Started GET "/assets/application-4cc716bfa89b12ab4d4203f9295effb4.js?body=1" for 127.0.0.1 at 2015-04-18 20:50:20 -0400 Started GET "/" for 127.0.0.1 at 2015-04-18 20:50:46 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (36.6ms) Rendered addresses_demo/_form.html.erb (30.9ms) Rendered addresses_demo/_form.html.erb (34.1ms) Rendered addresses_demo/index.html.erb within layouts/application (108.4ms) Completed 200 OK in 133ms (Views: 133.2ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-18 20:50:47 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-18 20:50:47 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 20:50:47 -0400 Started GET "/assets/subdivision_select-899dee8dadca300dd6efc21f860a5996.js?body=1" for 127.0.0.1 at 2015-04-18 20:50:47 -0400 Started GET "/assets/application-4cc716bfa89b12ab4d4203f9295effb4.js?body=1" for 127.0.0.1 at 2015-04-18 20:50:47 -0400 Started GET "/" for 127.0.0.1 at 2015-04-18 20:51:02 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (8.2ms) Rendered addresses_demo/index.html.erb within layouts/application (8.9ms) Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined local variable or method `note' for #<#:0x007fd18cc0ef30>): 15: 16: <%= form_for "address_#{name.parameterize}" do |f| %> 17:

<%= name %>

18:

<%= note %>

19: 20:
21: <%= f.label(:country) %>
app/views/addresses_demo/_form.html.erb:18:in `block in _app_views_addresses_demo__form_html_erb__4692899050379878_70268989816360' app/views/addresses_demo/_form.html.erb:16:in `_app_views_addresses_demo__form_html_erb__4692899050379878_70268989816360' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb__2717565197405341980_70269023668920' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (12.7ms) Started GET "/" for 127.0.0.1 at 2015-04-18 20:51:12 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (41.2ms) Rendered addresses_demo/_form.html.erb (31.5ms) Rendered addresses_demo/_form.html.erb (29.9ms) Rendered addresses_demo/index.html.erb within layouts/application (108.1ms) Completed 200 OK in 134ms (Views: 134.1ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-18 20:51:12 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-18 20:51:12 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 20:51:12 -0400 Started GET "/assets/subdivision_select-899dee8dadca300dd6efc21f860a5996.js?body=1" for 127.0.0.1 at 2015-04-18 20:51:12 -0400 Started GET "/assets/application-4cc716bfa89b12ab4d4203f9295effb4.js?body=1" for 127.0.0.1 at 2015-04-18 20:51:12 -0400 Started GET "/" for 127.0.0.1 at 2015-04-18 20:51:25 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (33.3ms) Rendered addresses_demo/_form.html.erb (35.4ms) Rendered addresses_demo/_form.html.erb (30.4ms) Rendered addresses_demo/index.html.erb within layouts/application (105.1ms) Completed 200 OK in 132ms (Views: 132.1ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-18 20:51:26 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-18 20:51:26 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 20:51:26 -0400 Started GET "/assets/subdivision_select-899dee8dadca300dd6efc21f860a5996.js?body=1" for 127.0.0.1 at 2015-04-18 20:51:26 -0400 Started GET "/assets/application-4cc716bfa89b12ab4d4203f9295effb4.js?body=1" for 127.0.0.1 at 2015-04-18 20:51:26 -0400 Started GET "/" for 127.0.0.1 at 2015-04-18 20:51:35 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (35.6ms) Rendered addresses_demo/_form.html.erb (32.8ms) Rendered addresses_demo/_form.html.erb (36.8ms) Rendered addresses_demo/index.html.erb within layouts/application (111.1ms) Completed 200 OK in 135ms (Views: 134.8ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-18 20:51:35 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-18 20:51:35 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-18 20:51:35 -0400 Started GET "/assets/subdivision_select-899dee8dadca300dd6efc21f860a5996.js?body=1" for 127.0.0.1 at 2015-04-18 20:51:35 -0400 Started GET "/assets/application-4cc716bfa89b12ab4d4203f9295effb4.js?body=1" for 127.0.0.1 at 2015-04-18 20:51:35 -0400 Started GET "/" for 127.0.0.1 at 2015-04-20 09:46:54 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (37.1ms) Rendered addresses_demo/_form.html.erb (34.6ms) Rendered addresses_demo/_form.html.erb (34.7ms) Rendered addresses_demo/index.html.erb within layouts/application (114.5ms) Completed 200 OK in 148ms (Views: 147.4ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-20 09:46:55 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-20 09:46:55 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-20 09:46:55 -0400 Started GET "/assets/subdivision_select-899dee8dadca300dd6efc21f860a5996.js?body=1" for 127.0.0.1 at 2015-04-20 09:46:55 -0400 Started GET "/assets/application-4cc716bfa89b12ab4d4203f9295effb4.js?body=1" for 127.0.0.1 at 2015-04-20 09:46:55 -0400 Started GET "/" for 127.0.0.1 at 2015-04-28 09:38:05 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (138.6ms) Rendered addresses_demo/_form.html.erb (30.6ms) Rendered addresses_demo/_form.html.erb (30.2ms) Rendered addresses_demo/index.html.erb within layouts/application (213.7ms) Completed 200 OK in 295ms (Views: 295.0ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-28 09:38:06 -0400 Started GET "/assets/subdivision_select-12b372e15d2b86eefe4a98da99692f61.js?body=1" for 127.0.0.1 at 2015-04-28 09:38:06 -0400 Started GET "/assets/application-5c54aff3a6b27df880ff9a46a8123475.js?body=1" for 127.0.0.1 at 2015-04-28 09:38:06 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-28 09:38:06 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-28 09:38:06 -0400 Started GET "/" for 127.0.0.1 at 2015-04-28 09:38:28 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (53.5ms) Rendered addresses_demo/_form.html.erb (30.7ms) Rendered addresses_demo/_form.html.erb (28.4ms) Rendered addresses_demo/index.html.erb within layouts/application (119.4ms) Completed 200 OK in 161ms (Views: 160.5ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-28 09:38:28 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-28 09:38:28 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-28 09:38:28 -0400 Started GET "/assets/subdivision_select-899dee8dadca300dd6efc21f860a5996.js?body=1" for 127.0.0.1 at 2015-04-28 09:38:28 -0400 Started GET "/assets/application-4cc716bfa89b12ab4d4203f9295effb4.js?body=1" for 127.0.0.1 at 2015-04-28 09:38:28 -0400 Started GET "/subdivisions?country_code=AL" for 127.0.0.1 at 2015-04-28 09:38:29 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"AL"} Completed 200 OK in 4ms (Views: 1.0ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=AW" for 127.0.0.1 at 2015-04-28 09:38:32 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"AW"} Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=AI" for 127.0.0.1 at 2015-04-28 09:38:35 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"AI"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=AG" for 127.0.0.1 at 2015-04-28 09:38:37 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"AG"} Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=HM" for 127.0.0.1 at 2015-04-28 09:38:43 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"HM"} Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=IE" for 127.0.0.1 at 2015-04-28 09:38:47 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"IE"} Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-28 09:39:46 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (45.7ms) Rendered addresses_demo/index.html.erb within layouts/application (46.5ms) Completed 500 Internal Server Error in 48ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `subdivision_select' for #): 25: 26:
27: <%= f.label("State / Province") %>
28: <%= f.subdivision_select %> 29: <%= 30: f.select( 31: :subdivision, app/views/addresses_demo/_form.html.erb:28:in `block in _app_views_addresses_demo__form_html_erb___3679491727058353097_70337579010720' app/views/addresses_demo/_form.html.erb:17:in `_app_views_addresses_demo__form_html_erb___3679491727058353097_70337579010720' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb__272573466737401419_70337609866180' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (13.9ms) Started GET "/" for 127.0.0.1 at 2015-04-28 09:40:42 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (132.8ms) Rendered addresses_demo/index.html.erb within layouts/application (137.5ms) Completed 500 Internal Server Error in 144ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `subdivision_select' for #): 25: 26:
27: <%= f.label("State / Province") %>
28: <%= f.subdivision_select %> 29: <%= 30: f.select( 31: :subdivision, app/views/addresses_demo/_form.html.erb:28:in `block in _app_views_addresses_demo__form_html_erb___106512009211133659_70306452769340' app/views/addresses_demo/_form.html.erb:17:in `_app_views_addresses_demo__form_html_erb___106512009211133659_70306452769340' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb__4296670518540186626_70306435736700' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (8.5ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (17.3ms) Started GET "/" for 127.0.0.1 at 2015-04-28 09:53:57 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (59.6ms) Rendered addresses_demo/index.html.erb within layouts/application (60.7ms) Completed 500 Internal Server Error in 65ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `subdivision_select' for #): 25: 26:
27: <%= f.label("State / Province") %>
28: <%= f.subdivision_select %> 29: <%= 30: f.select( 31: :subdivision, app/views/addresses_demo/_form.html.erb:28:in `block in _app_views_addresses_demo__form_html_erb___106512009211133659_70306452769340' app/views/addresses_demo/_form.html.erb:17:in `_app_views_addresses_demo__form_html_erb___106512009211133659_70306452769340' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb__4296670518540186626_70306435736700' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.6ms) Started GET "/" for 127.0.0.1 at 2015-04-28 09:54:47 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (41.4ms) Rendered addresses_demo/index.html.erb within layouts/application (42.0ms) Completed 500 Internal Server Error in 44ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `subdivision_select' for #): 25: 26:
27: <%= f.label("State / Province") %>
28: <%= f.subdivision_select %> 29: <%= 30: f.select( 31: :subdivision, app/views/addresses_demo/_form.html.erb:28:in `block in _app_views_addresses_demo__form_html_erb___106512009211133659_70306452769340' app/views/addresses_demo/_form.html.erb:17:in `_app_views_addresses_demo__form_html_erb___106512009211133659_70306452769340' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb__4296670518540186626_70306435736700' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.8ms) Started GET "/" for 127.0.0.1 at 2015-04-28 09:55:15 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (119.6ms) Rendered addresses_demo/index.html.erb within layouts/application (123.1ms) Completed 500 Internal Server Error in 128ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `subdivision_select' for #): 25: 26:
27: <%= f.label("State / Province") %>
28: <%= f.subdivision_select %> 29: <%= 30: f.select( 31: :subdivision, app/views/addresses_demo/_form.html.erb:28:in `block in _app_views_addresses_demo__form_html_erb___891312389310960052_70176478603460' app/views/addresses_demo/_form.html.erb:17:in `_app_views_addresses_demo__form_html_erb___891312389310960052_70176478603460' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb__3307973678212625612_70176478700240' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (12.6ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (21.2ms) Started GET "/" for 127.0.0.1 at 2015-04-28 09:55:18 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (54.4ms) Rendered addresses_demo/index.html.erb within layouts/application (55.1ms) Completed 500 Internal Server Error in 57ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `subdivision_select' for #): 25: 26:
27: <%= f.label("State / Province") %>
28: <%= f.subdivision_select %> 29: <%= 30: f.select( 31: :subdivision, app/views/addresses_demo/_form.html.erb:28:in `block in _app_views_addresses_demo__form_html_erb___891312389310960052_70176478603460' app/views/addresses_demo/_form.html.erb:17:in `_app_views_addresses_demo__form_html_erb___891312389310960052_70176478603460' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb__3307973678212625612_70176478700240' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.9ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.8ms) Started GET "/" for 127.0.0.1 at 2015-04-28 09:55:45 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (39.0ms) Rendered addresses_demo/index.html.erb within layouts/application (39.6ms) Completed 500 Internal Server Error in 41ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `subdivision_select' for #): 25: 26:
27: <%= f.label("State / Province") %>
28: <%= f.subdivision_select %> 29: <%= 30: f.select( 31: :subdivision, app/views/addresses_demo/_form.html.erb:28:in `block in _app_views_addresses_demo__form_html_erb___891312389310960052_70176478603460' app/views/addresses_demo/_form.html.erb:17:in `_app_views_addresses_demo__form_html_erb___891312389310960052_70176478603460' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb__3307973678212625612_70176478700240' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (12.1ms) Started GET "/" for 127.0.0.1 at 2015-04-28 09:55:46 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (32.9ms) Rendered addresses_demo/index.html.erb within layouts/application (33.4ms) Completed 500 Internal Server Error in 35ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `subdivision_select' for #): 25: 26:
27: <%= f.label("State / Province") %>
28: <%= f.subdivision_select %> 29: <%= 30: f.select( 31: :subdivision, app/views/addresses_demo/_form.html.erb:28:in `block in _app_views_addresses_demo__form_html_erb___891312389310960052_70176478603460' app/views/addresses_demo/_form.html.erb:17:in `_app_views_addresses_demo__form_html_erb___891312389310960052_70176478603460' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb__3307973678212625612_70176478700240' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.7ms) Started GET "/" for 127.0.0.1 at 2015-04-28 09:55:54 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (148.7ms) Rendered addresses_demo/index.html.erb within layouts/application (152.4ms) Completed 500 Internal Server Error in 159ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `subdivision_select' for #): 25: 26:
27: <%= f.label("State / Province") %>
28: <%= f.subdivision_select %> 29: <%= 30: f.select( 31: :subdivision, app/views/addresses_demo/_form.html.erb:28:in `block in _app_views_addresses_demo__form_html_erb___2862314898097182398_70322778092020' app/views/addresses_demo/_form.html.erb:17:in `_app_views_addresses_demo__form_html_erb___2862314898097182398_70322778092020' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb___2523449470304810191_70322778196600' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.9ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (17.8ms) Started GET "/" for 127.0.0.1 at 2015-04-28 09:56:24 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (48.8ms) Rendered addresses_demo/index.html.erb within layouts/application (49.5ms) Completed 500 Internal Server Error in 51ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `subdivision_select' for #): 25: 26:
27: <%= f.label("State / Province") %>
28: <%= f.subdivision_select %> 29: <%= 30: f.select( 31: :subdivision, app/views/addresses_demo/_form.html.erb:28:in `block in _app_views_addresses_demo__form_html_erb___2862314898097182398_70322778092020' app/views/addresses_demo/_form.html.erb:17:in `_app_views_addresses_demo__form_html_erb___2862314898097182398_70322778092020' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb___2523449470304810191_70322778196600' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (11.0ms) Started GET "/" for 127.0.0.1 at 2015-04-28 09:56:32 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (127.9ms) Rendered addresses_demo/index.html.erb within layouts/application (132.2ms) Completed 500 Internal Server Error in 138ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `subdivision_select' for #): 25: 26:
27: <%= f.label("State / Province") %>
28: <%= f.subdivision_select %> 29: <%= 30: f.select( 31: :subdivision, app/views/addresses_demo/_form.html.erb:28:in `block in _app_views_addresses_demo__form_html_erb___181172804004203987_70147429428840' app/views/addresses_demo/_form.html.erb:17:in `_app_views_addresses_demo__form_html_erb___181172804004203987_70147429428840' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb___4604704165727951765_70147429577960' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (11.0ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (19.8ms) Started GET "/" for 127.0.0.1 at 2015-04-28 09:56:45 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (139.0ms) Rendered addresses_demo/index.html.erb within layouts/application (144.6ms) Completed 500 Internal Server Error in 152ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `subdivision_select' for #): 25: 26:
27: <%= f.label("State / Province") %>
28: <%= f.subdivision_select %> 29: <%= 30: f.select( 31: :subdivision, app/views/addresses_demo/_form.html.erb:28:in `block in _app_views_addresses_demo__form_html_erb___1663448431959154804_70098233642560' app/views/addresses_demo/_form.html.erb:17:in `_app_views_addresses_demo__form_html_erb___1663448431959154804_70098233642560' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb___1740279841999444931_70098233791660' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (11.2ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (21.6ms) Started GET "/" for 127.0.0.1 at 2015-04-28 10:05:18 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (134.5ms) Rendered addresses_demo/index.html.erb within layouts/application (141.8ms) Completed 500 Internal Server Error in 150ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `subdivision_select' for #): 25: 26:
27: <%= f.label("State / Province") %>
28: <%= f.subdivision_select %> 29: <%= 30: f.select( 31: :subdivision, app/views/addresses_demo/_form.html.erb:28:in `block in _app_views_addresses_demo__form_html_erb__3781081321693817896_70231283986200' app/views/addresses_demo/_form.html.erb:17:in `_app_views_addresses_demo__form_html_erb__3781081321693817896_70231283986200' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb___391344967210032868_70231305229700' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (10.0ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (21.0ms) Started GET "/" for 127.0.0.1 at 2015-04-28 10:05:47 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (39.3ms) Rendered addresses_demo/index.html.erb within layouts/application (40.3ms) Completed 500 Internal Server Error in 43ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `subdivision_select' for #): 25: 26:
27: <%= f.label("State / Province") %>
28: <%= f.subdivision_select %> 29: <%= 30: f.select( 31: :subdivision, app/views/addresses_demo/_form.html.erb:28:in `block in _app_views_addresses_demo__form_html_erb__3781081321693817896_70231283986200' app/views/addresses_demo/_form.html.erb:17:in `_app_views_addresses_demo__form_html_erb__3781081321693817896_70231283986200' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb___391344967210032868_70231305229700' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.7ms) Started GET "/" for 127.0.0.1 at 2015-04-28 10:09:17 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (154.7ms) Rendered addresses_demo/index.html.erb within layouts/application (161.4ms) Completed 500 Internal Server Error in 168ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `subdivision_select' for #): 25: 26:
27: <%= f.label("State / Province") %>
28: <%= f.subdivision_select %> 29: <%= 30: f.select( 31: :subdivision, app/views/addresses_demo/_form.html.erb:28:in `block in _app_views_addresses_demo__form_html_erb__4040809992146079651_70241437499120' app/views/addresses_demo/_form.html.erb:17:in `_app_views_addresses_demo__form_html_erb__4040809992146079651_70241437499120' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb___1972532648987135711_70241437662860' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.4ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (17.7ms) Started GET "/" for 127.0.0.1 at 2015-04-28 10:09:43 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (40.4ms) Rendered addresses_demo/index.html.erb within layouts/application (41.0ms) Completed 500 Internal Server Error in 43ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `subdivision_select' for #): 25: 26:
27: <%= f.label("State / Province") %>
28: <%= f.subdivision_select(:subdivision, {}) %> 29: <%= 30: f.select( 31: :subdivision, app/views/addresses_demo/_form.html.erb:28:in `block in _app_views_addresses_demo__form_html_erb__4040809992146079651_70241433096520' app/views/addresses_demo/_form.html.erb:17:in `_app_views_addresses_demo__form_html_erb__4040809992146079651_70241433096520' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb___1972532648987135711_70241437662860' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.8ms) Started GET "/" for 127.0.0.1 at 2015-04-28 10:10:41 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (46.8ms) Rendered addresses_demo/index.html.erb within layouts/application (47.5ms) Completed 500 Internal Server Error in 49ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `subdivision_select' for #): 25: 26:
27: <%= f.label("State / Province") %>
28: <%= f.subdivision_select(:subdivision, {}) %> 29: <%= 30: f.select( 31: :subdivision, app/views/addresses_demo/_form.html.erb:28:in `block in _app_views_addresses_demo__form_html_erb__4040809992146079651_70241433096520' app/views/addresses_demo/_form.html.erb:17:in `_app_views_addresses_demo__form_html_erb__4040809992146079651_70241433096520' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb___1972532648987135711_70241437662860' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.2ms) Started GET "/" for 127.0.0.1 at 2015-04-28 10:10:42 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (48.9ms) Rendered addresses_demo/index.html.erb within layouts/application (49.6ms) Completed 500 Internal Server Error in 51ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `subdivision_select' for #): 25: 26:
27: <%= f.label("State / Province") %>
28: <%= f.subdivision_select(:subdivision, {}) %> 29: <%= 30: f.select( 31: :subdivision, app/views/addresses_demo/_form.html.erb:28:in `block in _app_views_addresses_demo__form_html_erb__4040809992146079651_70241433096520' app/views/addresses_demo/_form.html.erb:17:in `_app_views_addresses_demo__form_html_erb__4040809992146079651_70241433096520' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb___1972532648987135711_70241437662860' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.0ms) Started GET "/" for 127.0.0.1 at 2015-04-28 10:10:52 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (116.0ms) Rendered addresses_demo/index.html.erb within layouts/application (120.1ms) Completed 500 Internal Server Error in 125ms (ActiveRecord: 0.0ms) ActionView::Template::Error (wrong number of arguments (4 for 0)): 25: 26:
27: <%= f.label("State / Province") %>
28: <%= f.subdivision_select(:subdivision, {}) %> 29: <%= 30: f.select( 31: :subdivision, app/views/addresses_demo/_form.html.erb:28:in `block in _app_views_addresses_demo__form_html_erb__1090109191033454585_70363058975460' app/views/addresses_demo/_form.html.erb:17:in `_app_views_addresses_demo__form_html_erb__1090109191033454585_70363058975460' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb___71147050303726484_70363094634920' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.4ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (17.8ms) Started GET "/" for 127.0.0.1 at 2015-04-28 10:11:04 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (47.4ms) Rendered addresses_demo/index.html.erb within layouts/application (48.0ms) Completed 500 Internal Server Error in 50ms (ActiveRecord: 0.0ms) ActionView::Template::Error (wrong number of arguments (4 for 0)): 25: 26:
27: <%= f.label("State / Province") %>
28: <%= f.subdivision_select(:subdivision) %> 29: <%= 30: f.select( 31: :subdivision, app/views/addresses_demo/_form.html.erb:28:in `block in _app_views_addresses_demo__form_html_erb__1090109191033454585_70363082035820' app/views/addresses_demo/_form.html.erb:17:in `_app_views_addresses_demo__form_html_erb__1090109191033454585_70363082035820' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb___71147050303726484_70363094634920' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.8ms) Started GET "/" for 127.0.0.1 at 2015-04-28 10:12:14 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (117.0ms) Rendered addresses_demo/index.html.erb within layouts/application (121.3ms) Completed 500 Internal Server Error in 128ms (ActiveRecord: 0.0ms) ActionView::Template::Error (wrong number of arguments (4 for 0)): 25: 26:
27: <%= f.label("State / Province") %>
28: <%= f.subdivision_select(:subdivision) %> 29: <%= 30: f.select( 31: :subdivision, app/views/addresses_demo/_form.html.erb:28:in `block in _app_views_addresses_demo__form_html_erb__1490185525990137374_70139654537620' app/views/addresses_demo/_form.html.erb:17:in `_app_views_addresses_demo__form_html_erb__1490185525990137374_70139654537620' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb___3001818081907477902_70139654701100' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.7ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (19.0ms) Started GET "/" for 127.0.0.1 at 2015-04-28 10:38:48 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (37.2ms) Rendered addresses_demo/index.html.erb within layouts/application (37.9ms) Completed 500 Internal Server Error in 40ms (ActiveRecord: 0.0ms) ActionView::Template::Error (wrong number of arguments (4 for 0)): 25: 26:
27: <%= f.label("State / Province") %>
28: <%= f.subdivision_select(:subdivision) %> 29: <%= 30: f.select( 31: :subdivision, app/views/addresses_demo/_form.html.erb:28:in `block in _app_views_addresses_demo__form_html_erb__1490185525990137374_70139654537620' app/views/addresses_demo/_form.html.erb:17:in `_app_views_addresses_demo__form_html_erb__1490185525990137374_70139654537620' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb___3001818081907477902_70139654701100' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (11.5ms) Started GET "/" for 127.0.0.1 at 2015-04-28 10:46:23 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (34.2ms) Rendered addresses_demo/index.html.erb within layouts/application (34.8ms) Completed 500 Internal Server Error in 37ms (ActiveRecord: 0.0ms) ActionView::Template::Error (wrong number of arguments (4 for 0)): 25: 26:
27: <%= f.label("State / Province") %>
28: <%= f.subdivision_select(:subdivision) %> 29: <%= 30: f.select( 31: :subdivision, app/views/addresses_demo/_form.html.erb:28:in `block in _app_views_addresses_demo__form_html_erb__1490185525990137374_70139654537620' app/views/addresses_demo/_form.html.erb:17:in `_app_views_addresses_demo__form_html_erb__1490185525990137374_70139654537620' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb___3001818081907477902_70139654701100' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.0ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (12.9ms) Started GET "/" for 127.0.0.1 at 2015-04-28 10:48:23 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (64.5ms) Rendered addresses_demo/index.html.erb within layouts/application (65.1ms) Completed 500 Internal Server Error in 67ms (ActiveRecord: 0.0ms) ActionView::Template::Error (wrong number of arguments (4 for 0)): 25: 26:
27: <%= f.label("State / Province") %>
28: <%= f.subdivision_select(:subdivision) %> 29: <%= 30: f.select( 31: :subdivision, app/views/addresses_demo/_form.html.erb:28:in `block in _app_views_addresses_demo__form_html_erb__1490185525990137374_70139654537620' app/views/addresses_demo/_form.html.erb:17:in `_app_views_addresses_demo__form_html_erb__1490185525990137374_70139654537620' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb___3001818081907477902_70139654701100' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (14.6ms) Started GET "/" for 127.0.0.1 at 2015-04-28 10:48:39 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (122.9ms) Rendered addresses_demo/_form.html.erb (48.4ms) Rendered addresses_demo/_form.html.erb (31.2ms) Rendered addresses_demo/index.html.erb within layouts/application (213.7ms) Completed 200 OK in 277ms (Views: 276.5ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-28 10:48:40 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-28 10:48:40 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-28 10:48:40 -0400 Started GET "/assets/subdivision_select-899dee8dadca300dd6efc21f860a5996.js?body=1" for 127.0.0.1 at 2015-04-28 10:48:40 -0400 Started GET "/assets/application-4cc716bfa89b12ab4d4203f9295effb4.js?body=1" for 127.0.0.1 at 2015-04-28 10:48:40 -0400 Started GET "/" for 127.0.0.1 at 2015-04-28 10:49:23 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (36.2ms) Rendered addresses_demo/index.html.erb within layouts/application (36.8ms) Completed 500 Internal Server Error in 38ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `map' for nil:NilClass): 25: 26:
27: <%= f.label("State / Province") %>
28: <%= f.subdivision_select(:subdivision, subdivision_values) %> 29: <%= 30: f.select( 31: :subdivision, app/views/addresses_demo/_form.html.erb:28:in `block in _app_views_addresses_demo__form_html_erb__2121624882617042496_70242311769220' app/views/addresses_demo/_form.html.erb:17:in `_app_views_addresses_demo__form_html_erb__2121624882617042496_70242311769220' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb__2033587962647678008_70242304168480' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.1ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.6ms) Started GET "/" for 127.0.0.1 at 2015-04-28 10:49:48 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (53.6ms) Rendered addresses_demo/_form.html.erb (89.0ms) Rendered addresses_demo/_form.html.erb (43.3ms) Rendered addresses_demo/index.html.erb within layouts/application (192.7ms) Completed 200 OK in 227ms (Views: 226.5ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-28 10:49:48 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-28 10:49:48 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-28 10:49:48 -0400 Started GET "/assets/subdivision_select-899dee8dadca300dd6efc21f860a5996.js?body=1" for 127.0.0.1 at 2015-04-28 10:49:48 -0400 Started GET "/assets/application-4cc716bfa89b12ab4d4203f9295effb4.js?body=1" for 127.0.0.1 at 2015-04-28 10:49:48 -0400 Started GET "/" for 127.0.0.1 at 2015-04-28 10:50:11 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (32.8ms) Rendered addresses_demo/_form.html.erb (30.9ms) Rendered addresses_demo/_form.html.erb (35.9ms) Rendered addresses_demo/index.html.erb within layouts/application (104.8ms) Completed 200 OK in 133ms (Views: 132.6ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-28 10:50:11 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-28 10:50:11 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-28 10:50:11 -0400 Started GET "/assets/subdivision_select-899dee8dadca300dd6efc21f860a5996.js?body=1" for 127.0.0.1 at 2015-04-28 10:50:11 -0400 Started GET "/assets/application-4cc716bfa89b12ab4d4203f9295effb4.js?body=1" for 127.0.0.1 at 2015-04-28 10:50:11 -0400 Started GET "/" for 127.0.0.1 at 2015-04-28 10:50:12 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (36.9ms) Rendered addresses_demo/_form.html.erb (32.9ms) Rendered addresses_demo/_form.html.erb (34.6ms) Rendered addresses_demo/index.html.erb within layouts/application (110.4ms) Completed 200 OK in 141ms (Views: 140.5ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-28 10:50:12 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-28 10:50:13 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-28 10:50:13 -0400 Started GET "/assets/subdivision_select-899dee8dadca300dd6efc21f860a5996.js?body=1" for 127.0.0.1 at 2015-04-28 10:50:13 -0400 Started GET "/assets/application-4cc716bfa89b12ab4d4203f9295effb4.js?body=1" for 127.0.0.1 at 2015-04-28 10:50:13 -0400 Started GET "/" for 127.0.0.1 at 2015-04-28 10:50:20 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (125.7ms) Rendered addresses_demo/index.html.erb within layouts/application (129.2ms) Completed 500 Internal Server Error in 135ms (ActiveRecord: 0.0ms) ActionView::Template::Error (wrong number of arguments (4 for 0)): 25: 26:
27: <%= f.label("State / Province") %>
28: <%= f.subdivision_select(:subdivision) %> 29: <%= 30: f.select( 31: :subdivision, app/views/addresses_demo/_form.html.erb:28:in `block in _app_views_addresses_demo__form_html_erb__1660244411490988983_70140383850840' app/views/addresses_demo/_form.html.erb:17:in `_app_views_addresses_demo__form_html_erb__1660244411490988983_70140383850840' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb__3927494379163804872_70140408623000' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (8.9ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (17.1ms) Started GET "/" for 127.0.0.1 at 2015-04-28 10:57:49 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (136.0ms) Rendered addresses_demo/index.html.erb within layouts/application (143.1ms) Completed 500 Internal Server Error in 151ms (ActiveRecord: 0.0ms) ActionView::Template::Error (wrong number of arguments (4 for 0)): 25: 26:
27: <%= f.label("State / Province") %>
28: <%= f.subdivision_select(:subdivision) %> 29: <%= 30: f.select( 31: :subdivision, app/views/addresses_demo/_form.html.erb:28:in `block in _app_views_addresses_demo__form_html_erb___2513543524973119639_70217750950460' app/views/addresses_demo/_form.html.erb:17:in `_app_views_addresses_demo__form_html_erb___2513543524973119639_70217750950460' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb__2475964090462492737_70217755433140' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (11.4ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (21.6ms) Started GET "/" for 127.0.0.1 at 2015-04-28 11:23:36 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (34.7ms) Rendered addresses_demo/index.html.erb within layouts/application (35.3ms) Completed 500 Internal Server Error in 37ms (ActiveRecord: 0.0ms) ActionView::Template::Error (wrong number of arguments (4 for 0)): 25: 26:
27: <%= f.label("State / Province") %>
28: <%= f.subdivision_select(:subdivision) %> 29: <%= 30: f.select( 31: :subdivision, app/views/addresses_demo/_form.html.erb:28:in `block in _app_views_addresses_demo__form_html_erb___2513543524973119639_70217750950460' app/views/addresses_demo/_form.html.erb:17:in `_app_views_addresses_demo__form_html_erb___2513543524973119639_70217750950460' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb__2475964090462492737_70217755433140' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.8ms) Started GET "/" for 127.0.0.1 at 2015-04-28 11:24:06 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (32.7ms) Rendered addresses_demo/index.html.erb within layouts/application (33.4ms) Completed 500 Internal Server Error in 35ms (ActiveRecord: 0.0ms) ActionView::Template::Error (wrong number of arguments (4 for 0)): 25: 26:
27: <%= f.label("State / Province") %>
28: <%= f.subdivision_select(:subdivision) %> 29: <%= 30: f.select( 31: :subdivision, app/views/addresses_demo/_form.html.erb:28:in `block in _app_views_addresses_demo__form_html_erb___2513543524973119639_70217750950460' app/views/addresses_demo/_form.html.erb:17:in `_app_views_addresses_demo__form_html_erb___2513543524973119639_70217750950460' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb__2475964090462492737_70217755433140' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.5ms) Started GET "/" for 127.0.0.1 at 2015-04-28 11:24:07 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (42.1ms) Rendered addresses_demo/index.html.erb within layouts/application (42.6ms) Completed 500 Internal Server Error in 44ms (ActiveRecord: 0.0ms) ActionView::Template::Error (wrong number of arguments (4 for 0)): 25: 26:
27: <%= f.label("State / Province") %>
28: <%= f.subdivision_select(:subdivision) %> 29: <%= 30: f.select( 31: :subdivision, app/views/addresses_demo/_form.html.erb:28:in `block in _app_views_addresses_demo__form_html_erb___2513543524973119639_70217750950460' app/views/addresses_demo/_form.html.erb:17:in `_app_views_addresses_demo__form_html_erb___2513543524973119639_70217750950460' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb__2475964090462492737_70217755433140' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.1ms) Started GET "/" for 127.0.0.1 at 2015-04-28 11:24:24 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (29.6ms) Rendered addresses_demo/index.html.erb within layouts/application (30.2ms) Completed 500 Internal Server Error in 32ms (ActiveRecord: 0.0ms) ActionView::Template::Error (wrong number of arguments (4 for 0)): 25: 26:
27: <%= f.label("State / Province") %>
28: <%= f.subdivision_select(:subdivision, nil) %> 29: <%= 30: f.select( 31: :subdivision, app/views/addresses_demo/_form.html.erb:28:in `block in _app_views_addresses_demo__form_html_erb___2513543524973119639_70217755281320' app/views/addresses_demo/_form.html.erb:17:in `_app_views_addresses_demo__form_html_erb___2513543524973119639_70217755281320' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb__2475964090462492737_70217755433140' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (11.0ms) Started GET "/" for 127.0.0.1 at 2015-04-28 11:24:36 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (32.6ms) Rendered addresses_demo/index.html.erb within layouts/application (33.2ms) Completed 500 Internal Server Error in 35ms (ActiveRecord: 0.0ms) ActionView::Template::Error (wrong number of arguments (5 for 1..4)): 25: 26:
27: <%= f.label("State / Province") %>
28: <%= f.subdivision_select(:subdivision, nil, 1,2,3) %> 29: <%= 30: f.select( 31: :subdivision, app/views/addresses_demo/_form.html.erb:28:in `block in _app_views_addresses_demo__form_html_erb___2513543524973119639_70217738418960' app/views/addresses_demo/_form.html.erb:17:in `_app_views_addresses_demo__form_html_erb___2513543524973119639_70217738418960' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb__2475964090462492737_70217755433140' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.1ms) Started GET "/" for 127.0.0.1 at 2015-04-28 11:24:44 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (30.1ms) Rendered addresses_demo/index.html.erb within layouts/application (30.7ms) Completed 500 Internal Server Error in 32ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `[]=' for 1:Fixnum): 25: 26:
27: <%= f.label("State / Province") %>
28: <%= f.subdivision_select(:subdivision, nil, 1,2) %> 29: <%= 30: f.select( 31: :subdivision, app/views/addresses_demo/_form.html.erb:28:in `block in _app_views_addresses_demo__form_html_erb___2513543524973119639_70217718006520' app/views/addresses_demo/_form.html.erb:17:in `_app_views_addresses_demo__form_html_erb___2513543524973119639_70217718006520' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb__2475964090462492737_70217755433140' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.3ms) Started GET "/" for 127.0.0.1 at 2015-04-28 11:24:50 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (39.1ms) Rendered addresses_demo/index.html.erb within layouts/application (39.7ms) Completed 500 Internal Server Error in 41ms (ActiveRecord: 0.0ms) ActionView::Template::Error (wrong number of arguments (4 for 0)): 25: 26:
27: <%= f.label("State / Province") %>
28: <%= f.subdivision_select(:subdivision, nil, {}, {}) %> 29: <%= 30: f.select( 31: :subdivision, app/views/addresses_demo/_form.html.erb:28:in `block in _app_views_addresses_demo__form_html_erb___2513543524973119639_70217709090840' app/views/addresses_demo/_form.html.erb:17:in `_app_views_addresses_demo__form_html_erb___2513543524973119639_70217709090840' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb__2475964090462492737_70217755433140' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.5ms) Started GET "/" for 127.0.0.1 at 2015-04-28 11:24:56 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (27.0ms) Rendered addresses_demo/index.html.erb within layouts/application (27.6ms) Completed 500 Internal Server Error in 29ms (ActiveRecord: 0.0ms) ActionView::Template::Error (wrong number of arguments (5 for 1..4)): 25: 26:
27: <%= f.label("State / Province") %>
28: <%= f.subdivision_select(:subdivision, nil, {}, {}, {}) %> 29: <%= 30: f.select( 31: :subdivision, app/views/addresses_demo/_form.html.erb:28:in `block in _app_views_addresses_demo__form_html_erb___2513543524973119639_70217750256180' app/views/addresses_demo/_form.html.erb:17:in `_app_views_addresses_demo__form_html_erb___2513543524973119639_70217750256180' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb__2475964090462492737_70217755433140' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.0ms) Started GET "/" for 127.0.0.1 at 2015-04-28 11:25:17 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (27.4ms) Rendered addresses_demo/index.html.erb within layouts/application (27.9ms) Completed 500 Internal Server Error in 29ms (ActiveRecord: 0.0ms) ActionView::Template::Error (wrong number of arguments (5 for 1..4)): 25: 26:
27: <%= f.label("State / Province") %>
28: <%= f.subdivision_select(:subdivision, {}, {}, {}, {}) %> 29: <%= 30: f.select( 31: :subdivision, app/views/addresses_demo/_form.html.erb:28:in `block in _app_views_addresses_demo__form_html_erb___2513543524973119639_70217739067040' app/views/addresses_demo/_form.html.erb:17:in `_app_views_addresses_demo__form_html_erb___2513543524973119639_70217739067040' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb__2475964090462492737_70217755433140' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (12.5ms) Started GET "/" for 127.0.0.1 at 2015-04-28 11:25:22 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (27.9ms) Rendered addresses_demo/index.html.erb within layouts/application (28.5ms) Completed 500 Internal Server Error in 30ms (ActiveRecord: 0.0ms) ActionView::Template::Error (wrong number of arguments (5 for 1..4)): 25: 26:
27: <%= f.label("State / Province") %>
28: <%= f.subdivision_select(:subdivision, :a, {}, {}, {}) %> 29: <%= 30: f.select( 31: :subdivision, app/views/addresses_demo/_form.html.erb:28:in `block in _app_views_addresses_demo__form_html_erb___2513543524973119639_70217709828660' app/views/addresses_demo/_form.html.erb:17:in `_app_views_addresses_demo__form_html_erb___2513543524973119639_70217709828660' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb__2475964090462492737_70217755433140' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.3ms) Started GET "/" for 127.0.0.1 at 2015-04-28 11:25:29 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (37.1ms) Rendered addresses_demo/index.html.erb within layouts/application (37.8ms) Completed 500 Internal Server Error in 39ms (ActiveRecord: 0.0ms) ActionView::Template::Error (wrong number of arguments (4 for 0)): 25: 26:
27: <%= f.label("State / Province") %>
28: <%= f.subdivision_select(:subdivision, :a) %> 29: <%= 30: f.select( 31: :subdivision, app/views/addresses_demo/_form.html.erb:28:in `block in _app_views_addresses_demo__form_html_erb___2513543524973119639_70217717021060' app/views/addresses_demo/_form.html.erb:17:in `_app_views_addresses_demo__form_html_erb___2513543524973119639_70217717021060' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb__2475964090462492737_70217755433140' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.3ms) Started GET "/" for 127.0.0.1 at 2015-04-28 11:25:34 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (32.9ms) Rendered addresses_demo/index.html.erb within layouts/application (33.6ms) Completed 500 Internal Server Error in 35ms (ActiveRecord: 0.0ms) ActionView::Template::Error (wrong number of arguments (0 for 1..4)): 25: 26:
27: <%= f.label("State / Province") %>
28: <%= f.subdivision_select() %> 29: <%= 30: f.select( 31: :subdivision, app/views/addresses_demo/_form.html.erb:28:in `block in _app_views_addresses_demo__form_html_erb___2513543524973119639_70217750105560' app/views/addresses_demo/_form.html.erb:17:in `_app_views_addresses_demo__form_html_erb___2513543524973119639_70217750105560' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb__2475964090462492737_70217755433140' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.0ms) Started GET "/" for 127.0.0.1 at 2015-04-28 11:25:46 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (31.6ms) Rendered addresses_demo/index.html.erb within layouts/application (32.2ms) Completed 500 Internal Server Error in 34ms (ActiveRecord: 0.0ms) ActionView::Template::Error (wrong number of arguments (4 for 0)): 25: 26:
27: <%= f.label("State / Province") %>
28: <%= f.subdivision_select(:subdivision) %> 29: <%= 30: f.select( 31: :subdivision, app/views/addresses_demo/_form.html.erb:28:in `block in _app_views_addresses_demo__form_html_erb___2513543524973119639_70217738880480' app/views/addresses_demo/_form.html.erb:17:in `_app_views_addresses_demo__form_html_erb___2513543524973119639_70217738880480' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb__2475964090462492737_70217755433140' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.3ms) Started GET "/" for 127.0.0.1 at 2015-04-28 11:25:58 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (32.2ms) Rendered addresses_demo/index.html.erb within layouts/application (32.8ms) Completed 500 Internal Server Error in 34ms (ActiveRecord: 0.0ms) ActionView::Template::Error (wrong number of arguments (2 for 0)): 25: 26:
27: <%= f.label("State / Province") %>
28: <%= subdivision_select(f.object, :subdivision) %> 29: <%= 30: f.select( 31: :subdivision, app/views/addresses_demo/_form.html.erb:28:in `block in _app_views_addresses_demo__form_html_erb___2513543524973119639_70217717770560' app/views/addresses_demo/_form.html.erb:17:in `_app_views_addresses_demo__form_html_erb___2513543524973119639_70217717770560' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb__2475964090462492737_70217755433140' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.7ms) Started GET "/" for 127.0.0.1 at 2015-04-28 11:26:09 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (44.5ms) Rendered addresses_demo/index.html.erb within layouts/application (45.1ms) Completed 500 Internal Server Error in 47ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `subdivision_select_tag' for #<#:0x007fb9abe2fdd0>): 25: 26:
27: <%= f.label("State / Province") %>
28: <%= subdivision_select_tag(f.object, :subdivision) %> 29: <%= 30: f.select( 31: :subdivision, app/views/addresses_demo/_form.html.erb:28:in `block in _app_views_addresses_demo__form_html_erb___2513543524973119639_70217722030820' app/views/addresses_demo/_form.html.erb:17:in `_app_views_addresses_demo__form_html_erb___2513543524973119639_70217722030820' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb__2475964090462492737_70217755433140' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.5ms) Started GET "/" for 127.0.0.1 at 2015-04-28 11:26:52 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (34.8ms) Rendered addresses_demo/index.html.erb within layouts/application (35.3ms) Completed 500 Internal Server Error in 37ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `subdivision_select_tag' for #<#:0x007fb9aea52480>): 25: 26:
27: <%= f.label("State / Province") %>
28: <%= subdivision_select_tag(f.object, :subdivision) %> 29: <%= 30: f.select( 31: :subdivision, app/views/addresses_demo/_form.html.erb:28:in `block in _app_views_addresses_demo__form_html_erb___2513543524973119639_70217722030820' app/views/addresses_demo/_form.html.erb:17:in `_app_views_addresses_demo__form_html_erb___2513543524973119639_70217722030820' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb__2475964090462492737_70217755433140' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (11.4ms) Started GET "/" for 127.0.0.1 at 2015-04-28 11:26:58 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (34.0ms) Rendered addresses_demo/index.html.erb within layouts/application (34.7ms) Completed 500 Internal Server Error in 36ms (ActiveRecord: 0.0ms) ActionView::Template::Error (wrong number of arguments (4 for 0)): 25: 26:
27: <%= f.label("State / Province") %>
28: <%= f.subdivision_select(:subdivision) %> 29: <%= 30: f.select( 31: :subdivision, app/views/addresses_demo/_form.html.erb:28:in `block in _app_views_addresses_demo__form_html_erb___2513543524973119639_70217739818860' app/views/addresses_demo/_form.html.erb:17:in `_app_views_addresses_demo__form_html_erb___2513543524973119639_70217739818860' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb__2475964090462492737_70217755433140' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (11.8ms) Started GET "/" for 127.0.0.1 at 2015-04-28 13:30:26 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (142.0ms) Rendered addresses_demo/index.html.erb within layouts/application (148.4ms) Completed 500 Internal Server Error in 163ms (ActiveRecord: 0.0ms) ActionView::Template::Error (wrong number of arguments (5 for 6)): 25: 26:
27: <%= f.label("State / Province") %>
28: <%= f.subdivision_select(:subdivision) %> 29: <%= 30: f.select( 31: :subdivision, app/views/addresses_demo/_form.html.erb:28:in `block in _app_views_addresses_demo__form_html_erb___1521187890633912340_70142309160220' app/views/addresses_demo/_form.html.erb:17:in `_app_views_addresses_demo__form_html_erb___1521187890633912340_70142309160220' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb__1728368223261803796_70142309309260' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (15.0ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (26.1ms) Started GET "/" for 127.0.0.1 at 2015-04-28 14:58:43 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (35.6ms) Rendered addresses_demo/index.html.erb within layouts/application (36.2ms) Completed 500 Internal Server Error in 40ms (ActiveRecord: 0.0ms) ActionView::Template::Error (wrong number of arguments (5 for 6)): 25: 26:
27: <%= f.label("State / Province") %>
28: <%= f.subdivision_select(:subdivision) %> 29: <%= 30: f.select( 31: :subdivision, app/views/addresses_demo/_form.html.erb:28:in `block in _app_views_addresses_demo__form_html_erb___1521187890633912340_70142309160220' app/views/addresses_demo/_form.html.erb:17:in `_app_views_addresses_demo__form_html_erb___1521187890633912340_70142309160220' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb__1728368223261803796_70142309309260' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.7ms) Started GET "/" for 127.0.0.1 at 2015-04-28 15:56:45 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (36.1ms) Rendered addresses_demo/index.html.erb within layouts/application (37.1ms) Completed 500 Internal Server Error in 42ms (ActiveRecord: 0.0ms) ActionView::Template::Error (wrong number of arguments (5 for 6)): 25: 26:
27: <%= f.label("State / Province") %>
28: <%= f.subdivision_select(:subdivision) %> 29: <%= 30: f.select( 31: :subdivision, app/views/addresses_demo/_form.html.erb:28:in `block in _app_views_addresses_demo__form_html_erb___1521187890633912340_70142259379500' app/views/addresses_demo/_form.html.erb:17:in `_app_views_addresses_demo__form_html_erb___1521187890633912340_70142259379500' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb__1728368223261803796_70142309309260' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (15.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (29.1ms) Started GET "/" for 127.0.0.1 at 2015-04-28 15:56:55 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (141.3ms) Rendered addresses_demo/_form.html.erb (45.8ms) Rendered addresses_demo/_form.html.erb (31.0ms) Rendered addresses_demo/index.html.erb within layouts/application (230.0ms) Completed 200 OK in 306ms (Views: 305.6ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-28 15:56:56 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-28 15:56:56 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-28 15:56:56 -0400 Started GET "/assets/subdivision_select-899dee8dadca300dd6efc21f860a5996.js?body=1" for 127.0.0.1 at 2015-04-28 15:56:56 -0400 Started GET "/assets/application-4cc716bfa89b12ab4d4203f9295effb4.js?body=1" for 127.0.0.1 at 2015-04-28 15:56:56 -0400 Started GET "/" for 127.0.0.1 at 2015-04-28 16:03:08 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (34.4ms) Rendered addresses_demo/_form.html.erb (33.2ms) Rendered addresses_demo/_form.html.erb (82.7ms) Rendered addresses_demo/index.html.erb within layouts/application (157.3ms) Completed 200 OK in 184ms (Views: 183.9ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-28 16:03:09 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-28 16:03:09 -0400 Started GET "/assets/subdivision_select-899dee8dadca300dd6efc21f860a5996.js?body=1" for 127.0.0.1 at 2015-04-28 16:03:09 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-28 16:03:09 -0400 Started GET "/assets/application-4cc716bfa89b12ab4d4203f9295effb4.js?body=1" for 127.0.0.1 at 2015-04-28 16:03:09 -0400 Started GET "/" for 127.0.0.1 at 2015-04-28 16:03:15 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (33.3ms) Rendered addresses_demo/_form.html.erb (31.4ms) Rendered addresses_demo/_form.html.erb (31.7ms) Rendered addresses_demo/index.html.erb within layouts/application (102.8ms) Completed 200 OK in 133ms (Views: 132.8ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-28 16:03:16 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-28 16:03:16 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-28 16:03:16 -0400 Started GET "/assets/subdivision_select-899dee8dadca300dd6efc21f860a5996.js?body=1" for 127.0.0.1 at 2015-04-28 16:03:16 -0400 Started GET "/assets/application-4cc716bfa89b12ab4d4203f9295effb4.js?body=1" for 127.0.0.1 at 2015-04-28 16:03:16 -0400 Started GET "/" for 127.0.0.1 at 2015-04-28 16:03:26 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (144.8ms) Rendered addresses_demo/index.html.erb within layouts/application (149.8ms) Completed 500 Internal Server Error in 156ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `subdivision_select2' for #<#:0x007fe897580ca0>): 25: 26:
27: <%= f.label("State / Province") %>
28: <%= f.subdivision_select(:subdivision) %> 29: <%= 30: f.select( 31: :subdivision, app/views/addresses_demo/_form.html.erb:28:in `block in _app_views_addresses_demo__form_html_erb__1001530787336307930_70318474062740' app/views/addresses_demo/_form.html.erb:17:in `_app_views_addresses_demo__form_html_erb__1001530787336307930_70318474062740' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb___3709548553990731598_70318477046300' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (8.9ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (16.3ms) Started GET "/" for 127.0.0.1 at 2015-04-28 16:03:35 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (40.7ms) Rendered addresses_demo/index.html.erb within layouts/application (41.4ms) Completed 500 Internal Server Error in 43ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `subdivision_select2' for #<#:0x007fe896c43638>): 25: 26:
27: <%= f.label("State / Province") %>
28: <%= f.subdivision_select(:subdivision) %> 29: <%= 30: f.select( 31: :subdivision, app/views/addresses_demo/_form.html.erb:28:in `block in _app_views_addresses_demo__form_html_erb__1001530787336307930_70318474062740' app/views/addresses_demo/_form.html.erb:17:in `_app_views_addresses_demo__form_html_erb__1001530787336307930_70318474062740' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb___3709548553990731598_70318477046300' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.6ms) Started GET "/" for 127.0.0.1 at 2015-04-28 16:03:44 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (114.2ms) Rendered addresses_demo/index.html.erb within layouts/application (118.2ms) Completed 500 Internal Server Error in 126ms (ActiveRecord: 0.0ms) ActionView::Template::Error (wrong number of arguments (4 for 0)): 25: 26:
27: <%= f.label("State / Province") %>
28: <%= f.subdivision_select(:subdivision) %> 29: <%= 30: f.select( 31: :subdivision, app/views/addresses_demo/_form.html.erb:28:in `block in _app_views_addresses_demo__form_html_erb___1060252498715436592_70285922127240' app/views/addresses_demo/_form.html.erb:17:in `_app_views_addresses_demo__form_html_erb___1060252498715436592_70285922127240' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb__3714795359905858710_70285922276280' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (16.8ms) Started GET "/" for 127.0.0.1 at 2015-04-28 16:05:12 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (127.6ms) Rendered addresses_demo/index.html.erb within layouts/application (131.3ms) Completed 500 Internal Server Error in 136ms (ActiveRecord: 0.0ms) ActionView::Template::Error (wrong number of arguments (4 for 0)): 25: 26:
27: <%= f.label("State / Province") %>
28: <%= f.subdivision_select(:subdivision) %> 29: <%= 30: f.select( 31: :subdivision, app/views/addresses_demo/_form.html.erb:28:in `block in _app_views_addresses_demo__form_html_erb___501179727371189233_70203846953940' app/views/addresses_demo/_form.html.erb:17:in `_app_views_addresses_demo__form_html_erb___501179727371189233_70203846953940' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb__39864702120488458_70203847103020' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (10.6ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (18.5ms) Started GET "/" for 127.0.0.1 at 2015-04-28 16:05:33 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (116.1ms) Rendered addresses_demo/index.html.erb within layouts/application (120.4ms) Completed 500 Internal Server Error in 128ms (ActiveRecord: 0.0ms) ActionView::Template::Error (wrong number of arguments (4 for 0)): 25: 26:
27: <%= f.label("State / Province") %>
28: <%= f.subdivision_select(:subdivision) %> 29: <%= 30: f.select( 31: :subdivision, app/views/addresses_demo/_form.html.erb:28:in `block in _app_views_addresses_demo__form_html_erb__1006482020317450254_70113261916760' app/views/addresses_demo/_form.html.erb:17:in `_app_views_addresses_demo__form_html_erb__1006482020317450254_70113261916760' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb___2969124364405331700_70113256696560' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.5ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (20.0ms) Started GET "/" for 127.0.0.1 at 2015-04-28 16:05:34 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (42.0ms) Rendered addresses_demo/index.html.erb within layouts/application (42.5ms) Completed 500 Internal Server Error in 44ms (ActiveRecord: 0.0ms) ActionView::Template::Error (wrong number of arguments (4 for 0)): 25: 26:
27: <%= f.label("State / Province") %>
28: <%= f.subdivision_select(:subdivision) %> 29: <%= 30: f.select( 31: :subdivision, app/views/addresses_demo/_form.html.erb:28:in `block in _app_views_addresses_demo__form_html_erb__1006482020317450254_70113261916760' app/views/addresses_demo/_form.html.erb:17:in `_app_views_addresses_demo__form_html_erb__1006482020317450254_70113261916760' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb___2969124364405331700_70113256696560' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.8ms) Started GET "/" for 127.0.0.1 at 2015-04-28 16:07:30 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (138.5ms) Rendered addresses_demo/index.html.erb within layouts/application (142.4ms) Completed 500 Internal Server Error in 148ms (ActiveRecord: 0.0ms) ActionView::Template::Error (wrong number of arguments (4 for 0)): 25: 26:
27: <%= f.label("State / Province") %>
28: <%= f.subdivision_select(:subdivision) %> 29: <%= 30: f.select( 31: :subdivision, app/views/addresses_demo/_form.html.erb:28:in `block in _app_views_addresses_demo__form_html_erb___1218233738757078386_70116250471060' app/views/addresses_demo/_form.html.erb:17:in `_app_views_addresses_demo__form_html_erb___1218233738757078386_70116250471060' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb___2654873028337714369_70116265906480' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (10.9ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (21.4ms) Started GET "/" for 127.0.0.1 at 2015-04-28 16:08:28 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (123.5ms) Rendered addresses_demo/index.html.erb within layouts/application (128.0ms) Completed 500 Internal Server Error in 134ms (ActiveRecord: 0.0ms) ActionView::Template::Error (wrong number of arguments (4 for 0)): 25: 26:
27: <%= f.label("State / Province") %>
28: <%= f.subdivision_select(:subdivision, {}) %> 29: <%= 30: f.select( 31: :subdivision, app/views/addresses_demo/_form.html.erb:28:in `block in _app_views_addresses_demo__form_html_erb__997610493690193606_70096078874580' app/views/addresses_demo/_form.html.erb:17:in `_app_views_addresses_demo__form_html_erb__997610493690193606_70096078874580' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb___3490269037812610892_70096042085820' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (10.9ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (19.4ms) Started GET "/" for 127.0.0.1 at 2015-04-28 16:09:01 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (31.8ms) Rendered addresses_demo/index.html.erb within layouts/application (32.4ms) Completed 500 Internal Server Error in 34ms (ActiveRecord: 0.0ms) ActionView::Template::Error (wrong number of arguments (4 for 0)): 25: 26:
27: <%= f.label("State / Province") %>
28: <%= f.subdivision_select(:subdivision, {}) %> 29: <%= 30: f.select( 31: :subdivision, app/views/addresses_demo/_form.html.erb:28:in `block in _app_views_addresses_demo__form_html_erb__997610493690193606_70096078874580' app/views/addresses_demo/_form.html.erb:17:in `_app_views_addresses_demo__form_html_erb__997610493690193606_70096078874580' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb___3490269037812610892_70096042085820' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.7ms) Started GET "/" for 127.0.0.1 at 2015-04-28 16:09:21 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (125.7ms) Rendered addresses_demo/index.html.erb within layouts/application (129.6ms) Completed 500 Internal Server Error in 135ms (ActiveRecord: 0.0ms) ActionView::Template::Error (wrong number of arguments (4 for 0)): 25: 26:
27: <%= f.label("State / Province") %>
28: <%= f.subdivision_select(:subdivision, {}) %> 29: <%= 30: f.select( 31: :subdivision, app/views/addresses_demo/_form.html.erb:28:in `block in _app_views_addresses_demo__form_html_erb__2100392094328922189_70355303493980' app/views/addresses_demo/_form.html.erb:17:in `_app_views_addresses_demo__form_html_erb__2100392094328922189_70355303493980' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb__1163430116507970522_70355303598480' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.1ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (16.4ms) Started GET "/" for 127.0.0.1 at 2015-04-28 16:09:41 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (59.7ms) Rendered addresses_demo/index.html.erb within layouts/application (60.6ms) Completed 500 Internal Server Error in 63ms (ActiveRecord: 0.0ms) ActionView::Template::Error (wrong number of arguments (4 for 0)): 25: 26:
27: <%= f.label("State / Province") %>
28: <%= f.subdivision_select(:subdivision, {}) %> 29: <%= 30: f.select( 31: :subdivision, app/views/addresses_demo/_form.html.erb:28:in `block in _app_views_addresses_demo__form_html_erb__2100392094328922189_70355303493980' app/views/addresses_demo/_form.html.erb:17:in `_app_views_addresses_demo__form_html_erb__2100392094328922189_70355303493980' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb__1163430116507970522_70355303598480' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (11.2ms) Started GET "/" for 127.0.0.1 at 2015-04-28 16:09:50 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (123.6ms) Rendered addresses_demo/index.html.erb within layouts/application (128.0ms) Completed 500 Internal Server Error in 134ms (ActiveRecord: 0.0ms) ActionView::Template::Error (wrong number of arguments (4 for 0)): 25: 26:
27: <%= f.label("State / Province") %>
28: <%= f.subdivision_select(:subdivision, {}) %> 29: <%= 30: f.select( 31: :subdivision, app/views/addresses_demo/_form.html.erb:28:in `block in _app_views_addresses_demo__form_html_erb___1152327380382660444_70307318222880' app/views/addresses_demo/_form.html.erb:17:in `_app_views_addresses_demo__form_html_erb___1152327380382660444_70307318222880' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb___253863432514015305_70307318371860' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (10.6ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (18.5ms) Started GET "/" for 127.0.0.1 at 2015-04-28 16:20:47 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (132.4ms) Rendered addresses_demo/index.html.erb within layouts/application (137.6ms) Completed 500 Internal Server Error in 144ms (ActiveRecord: 0.0ms) ActionView::Template::Error (wrong number of arguments (4 for 0)): 25: 26:
27: <%= f.label("State / Province") %>
28: <%= f.subdivision_select(:subdivision) %> 29: <%= 30: f.select( 31: :subdivision, app/views/addresses_demo/_form.html.erb:28:in `block in _app_views_addresses_demo__form_html_erb___1750340011457318295_70190498089460' app/views/addresses_demo/_form.html.erb:17:in `_app_views_addresses_demo__form_html_erb___1750340011457318295_70190498089460' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb___3672561962177069397_70190498246700' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (8.7ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (17.7ms) Started GET "/" for 127.0.0.1 at 2015-04-28 16:21:34 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (32.4ms) Rendered addresses_demo/index.html.erb within layouts/application (33.3ms) Completed 500 Internal Server Error in 35ms (ActiveRecord: 0.0ms) ActionView::Template::Error (wrong number of arguments (4 for 0)): 25: 26:
27: <%= f.label("State / Province") %>
28: <%= f.subdivision_select(:subdivision) %> 29: <%= 30: f.select( 31: :subdivision, app/views/addresses_demo/_form.html.erb:28:in `block in _app_views_addresses_demo__form_html_erb___1750340011457318295_70190498089460' app/views/addresses_demo/_form.html.erb:17:in `_app_views_addresses_demo__form_html_erb___1750340011457318295_70190498089460' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb___3672561962177069397_70190498246700' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.8ms) Started GET "/" for 127.0.0.1 at 2015-04-28 16:21:47 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (190.2ms) Rendered addresses_demo/_form.html.erb (38.2ms) Rendered addresses_demo/_form.html.erb (39.9ms) Rendered addresses_demo/index.html.erb within layouts/application (280.7ms) Completed 200 OK in 342ms (Views: 341.3ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-28 16:21:48 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-28 16:21:48 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-28 16:21:48 -0400 Started GET "/assets/subdivision_select-899dee8dadca300dd6efc21f860a5996.js?body=1" for 127.0.0.1 at 2015-04-28 16:21:48 -0400 Started GET "/assets/application-4cc716bfa89b12ab4d4203f9295effb4.js?body=1" for 127.0.0.1 at 2015-04-28 16:21:48 -0400 Started GET "/" for 127.0.0.1 at 2015-04-28 16:25:21 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (147.7ms) Rendered addresses_demo/index.html.erb within layouts/application (153.4ms) Completed 500 Internal Server Error in 160ms (ActiveRecord: 0.0ms) ActionView::Template::Error (wrong number of arguments (5 for 6)): 25: 26:
27: <%= f.label("State / Province") %>
28: <%= f.subdivision_select(:subdivision) %> 29: <%= 30: f.select( 31: :subdivision, app/views/addresses_demo/_form.html.erb:28:in `block in _app_views_addresses_demo__form_html_erb__1907017585845781687_70226779469520' app/views/addresses_demo/_form.html.erb:17:in `_app_views_addresses_demo__form_html_erb__1907017585845781687_70226779469520' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb__4232323550610146366_70226801610460' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (12.3ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (23.0ms) Started GET "/" for 127.0.0.1 at 2015-04-28 16:26:20 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (49.3ms) Rendered addresses_demo/index.html.erb within layouts/application (49.9ms) Completed 500 Internal Server Error in 51ms (ActiveRecord: 0.0ms) ActionView::Template::Error (wrong number of arguments (5 for 6)): 25: 26:
27: <%= f.label("State / Province") %>
28: <%= f.subdivision_select(:subdivision) %> 29: <%= 30: f.select( 31: :subdivision, app/views/addresses_demo/_form.html.erb:28:in `block in _app_views_addresses_demo__form_html_erb__1907017585845781687_70226779469520' app/views/addresses_demo/_form.html.erb:17:in `_app_views_addresses_demo__form_html_erb__1907017585845781687_70226779469520' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb__4232323550610146366_70226801610460' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.6ms) Started GET "/" for 127.0.0.1 at 2015-04-28 16:26:22 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (28.9ms) Rendered addresses_demo/index.html.erb within layouts/application (29.4ms) Completed 500 Internal Server Error in 31ms (ActiveRecord: 0.0ms) ActionView::Template::Error (wrong number of arguments (5 for 6)): 25: 26:
27: <%= f.label("State / Province") %>
28: <%= f.subdivision_select(:subdivision) %> 29: <%= 30: f.select( 31: :subdivision, app/views/addresses_demo/_form.html.erb:28:in `block in _app_views_addresses_demo__form_html_erb__1907017585845781687_70226779469520' app/views/addresses_demo/_form.html.erb:17:in `_app_views_addresses_demo__form_html_erb__1907017585845781687_70226779469520' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb__4232323550610146366_70226801610460' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.8ms) Started GET "/" for 127.0.0.1 at 2015-04-28 16:26:30 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (128.3ms) Rendered addresses_demo/_form.html.erb (49.3ms) Rendered addresses_demo/_form.html.erb (32.7ms) Rendered addresses_demo/index.html.erb within layouts/application (222.6ms) Completed 200 OK in 280ms (Views: 279.5ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-28 16:26:31 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-28 16:26:31 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-28 16:26:31 -0400 Started GET "/assets/subdivision_select-899dee8dadca300dd6efc21f860a5996.js?body=1" for 127.0.0.1 at 2015-04-28 16:26:31 -0400 Started GET "/assets/application-4cc716bfa89b12ab4d4203f9295effb4.js?body=1" for 127.0.0.1 at 2015-04-28 16:26:31 -0400 Started GET "/" for 127.0.0.1 at 2015-04-28 22:28:01 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (85.2ms) Rendered addresses_demo/_form.html.erb (34.0ms) Rendered addresses_demo/_form.html.erb (29.0ms) Rendered addresses_demo/index.html.erb within layouts/application (157.7ms) Completed 200 OK in 191ms (Views: 190.6ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-28 22:28:02 -0400 Started GET "/assets/subdivision_select-899dee8dadca300dd6efc21f860a5996.js?body=1" for 127.0.0.1 at 2015-04-28 22:28:02 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-28 22:28:02 -0400 Started GET "/assets/application-4cc716bfa89b12ab4d4203f9295effb4.js?body=1" for 127.0.0.1 at 2015-04-28 22:28:02 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-28 22:28:02 -0400 Started GET "/" for 127.0.0.1 at 2015-04-28 22:28:28 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (35.3ms) Rendered addresses_demo/_form.html.erb (35.5ms) Rendered addresses_demo/_form.html.erb (35.3ms) Rendered addresses_demo/index.html.erb within layouts/application (113.6ms) Completed 200 OK in 140ms (Views: 140.1ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-28 22:28:29 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-28 22:28:29 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-28 22:28:29 -0400 Started GET "/assets/subdivision_select-899dee8dadca300dd6efc21f860a5996.js?body=1" for 127.0.0.1 at 2015-04-28 22:28:29 -0400 Started GET "/assets/application-4cc716bfa89b12ab4d4203f9295effb4.js?body=1" for 127.0.0.1 at 2015-04-28 22:28:29 -0400 Started GET "/" for 127.0.0.1 at 2015-04-28 22:28:40 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (139.6ms) Rendered addresses_demo/_form.html.erb (31.0ms) Rendered addresses_demo/_form.html.erb (33.9ms) Rendered addresses_demo/index.html.erb within layouts/application (216.4ms) Completed 200 OK in 286ms (Views: 285.5ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-28 22:28:41 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-28 22:28:41 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-28 22:28:41 -0400 Started GET "/assets/subdivision_select-899dee8dadca300dd6efc21f860a5996.js?body=1" for 127.0.0.1 at 2015-04-28 22:28:41 -0400 Started GET "/assets/application-4cc716bfa89b12ab4d4203f9295effb4.js?body=1" for 127.0.0.1 at 2015-04-28 22:28:41 -0400 Started GET "/" for 127.0.0.1 at 2015-04-28 22:29:10 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (166.3ms) Rendered addresses_demo/_form.html.erb (37.2ms) Rendered addresses_demo/_form.html.erb (44.4ms) Rendered addresses_demo/index.html.erb within layouts/application (260.0ms) Completed 200 OK in 334ms (Views: 333.2ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-28 22:29:10 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-28 22:29:10 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-28 22:29:10 -0400 Started GET "/assets/subdivision_select-899dee8dadca300dd6efc21f860a5996.js?body=1" for 127.0.0.1 at 2015-04-28 22:29:11 -0400 Started GET "/assets/application-4cc716bfa89b12ab4d4203f9295effb4.js?body=1" for 127.0.0.1 at 2015-04-28 22:29:11 -0400 Started GET "/" for 127.0.0.1 at 2015-04-28 22:54:01 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (131.2ms) Rendered addresses_demo/index.html.erb within layouts/application (137.3ms) Completed 500 Internal Server Error in 146ms (ActiveRecord: 0.0ms) ActionView::Template::Error (uninitialized constant ActionView::Helpers::FormBuilder::SubdivisionsHelper): 25: 26:
27: <%= f.label("State / Province") %>
28: <%= f.subdivision_select(:subdivision) %> 29: <%= 30: f.select( 31: :subdivision, app/views/addresses_demo/_form.html.erb:28:in `block in _app_views_addresses_demo__form_html_erb___269160759573843632_70096752792020' app/views/addresses_demo/_form.html.erb:17:in `_app_views_addresses_demo__form_html_erb___269160759573843632_70096752792020' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb___1087315541573483745_70096757099040' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (12.4ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (23.6ms) Started GET "/" for 127.0.0.1 at 2015-04-28 22:54:24 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (127.6ms) Rendered addresses_demo/index.html.erb within layouts/application (131.1ms) Completed 500 Internal Server Error in 136ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `country' for nil:NilClass): 25: 26:
27: <%= f.label("State / Province") %>
28: <%= f.subdivision_select(:subdivision) %> 29: <%= 30: f.select( 31: :subdivision, app/views/addresses_demo/_form.html.erb:28:in `block in _app_views_addresses_demo__form_html_erb__2409730064301906172_70234362071860' app/views/addresses_demo/_form.html.erb:17:in `_app_views_addresses_demo__form_html_erb__2409730064301906172_70234362071860' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb___4220090846289243234_70234362761680' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (10.5ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (18.3ms) Started GET "/" for 127.0.0.1 at 2015-04-28 22:54:47 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (130.1ms) Rendered addresses_demo/_form.html.erb (31.1ms) Rendered addresses_demo/_form.html.erb (30.0ms) Rendered addresses_demo/index.html.erb within layouts/application (202.3ms) Completed 200 OK in 276ms (Views: 275.4ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-28 22:54:48 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-28 22:54:48 -0400 Started GET "/assets/subdivision_select-899dee8dadca300dd6efc21f860a5996.js?body=1" for 127.0.0.1 at 2015-04-28 22:54:48 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-28 22:54:48 -0400 Started GET "/assets/application-4cc716bfa89b12ab4d4203f9295effb4.js?body=1" for 127.0.0.1 at 2015-04-28 22:54:48 -0400 Started GET "/" for 127.0.0.1 at 2015-04-28 22:58:00 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (47.4ms) Rendered addresses_demo/_form.html.erb (27.4ms) Rendered addresses_demo/_form.html.erb (28.2ms) Rendered addresses_demo/index.html.erb within layouts/application (109.2ms) Completed 200 OK in 133ms (Views: 132.6ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-28 22:58:00 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-28 22:58:00 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-28 22:58:00 -0400 Started GET "/assets/subdivision_select-899dee8dadca300dd6efc21f860a5996.js?body=1" for 127.0.0.1 at 2015-04-28 22:58:00 -0400 Started GET "/assets/application-4cc716bfa89b12ab4d4203f9295effb4.js?body=1" for 127.0.0.1 at 2015-04-28 22:58:00 -0400 Started GET "/subdivisions?country_code=GN" for 127.0.0.1 at 2015-04-28 22:58:07 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GN"} Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-28 23:02:58 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (133.3ms) Rendered addresses_demo/_form.html.erb (40.9ms) Rendered addresses_demo/_form.html.erb (32.8ms) Rendered addresses_demo/index.html.erb within layouts/application (215.7ms) Completed 200 OK in 294ms (Views: 293.3ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-28 23:02:59 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-28 23:02:59 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-28 23:02:59 -0400 Started GET "/assets/subdivision_select-899dee8dadca300dd6efc21f860a5996.js?body=1" for 127.0.0.1 at 2015-04-28 23:02:59 -0400 Started GET "/assets/application-4cc716bfa89b12ab4d4203f9295effb4.js?body=1" for 127.0.0.1 at 2015-04-28 23:02:59 -0400 Started GET "/subdivisions?country_code=GG" for 127.0.0.1 at 2015-04-28 23:03:07 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GG"} Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=GP" for 127.0.0.1 at 2015-04-28 23:03:08 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GP"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=GD" for 127.0.0.1 at 2015-04-28 23:03:10 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GD"} Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-28 23:05:13 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (151.0ms) Rendered addresses_demo/_form.html.erb (46.9ms) Rendered addresses_demo/_form.html.erb (31.6ms) Rendered addresses_demo/index.html.erb within layouts/application (238.1ms) Completed 200 OK in 288ms (Views: 287.3ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-28 23:05:14 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-28 23:05:14 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-28 23:05:14 -0400 Started GET "/assets/subdivision_select-899dee8dadca300dd6efc21f860a5996.js?body=1" for 127.0.0.1 at 2015-04-28 23:05:14 -0400 Started GET "/assets/application-4cc716bfa89b12ab4d4203f9295effb4.js?body=1" for 127.0.0.1 at 2015-04-28 23:05:14 -0400 Started GET "/" for 127.0.0.1 at 2015-04-28 23:06:17 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (131.4ms) Rendered addresses_demo/_form.html.erb (48.5ms) Rendered addresses_demo/_form.html.erb (32.2ms) Rendered addresses_demo/index.html.erb within layouts/application (220.3ms) Completed 200 OK in 269ms (Views: 268.4ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-28 23:06:18 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-28 23:06:18 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-28 23:06:18 -0400 Started GET "/assets/subdivision_select-899dee8dadca300dd6efc21f860a5996.js?body=1" for 127.0.0.1 at 2015-04-28 23:06:18 -0400 Started GET "/assets/application-4cc716bfa89b12ab4d4203f9295effb4.js?body=1" for 127.0.0.1 at 2015-04-28 23:06:18 -0400 Started GET "/" for 127.0.0.1 at 2015-04-28 23:06:20 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (36.3ms) Rendered addresses_demo/_form.html.erb (35.8ms) Rendered addresses_demo/_form.html.erb (79.3ms) Rendered addresses_demo/index.html.erb within layouts/application (155.4ms) Completed 200 OK in 188ms (Views: 187.8ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-28 23:06:20 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-28 23:06:20 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-28 23:06:20 -0400 Started GET "/assets/subdivision_select-899dee8dadca300dd6efc21f860a5996.js?body=1" for 127.0.0.1 at 2015-04-28 23:06:20 -0400 Started GET "/assets/application-4cc716bfa89b12ab4d4203f9295effb4.js?body=1" for 127.0.0.1 at 2015-04-28 23:06:20 -0400 Started GET "/" for 127.0.0.1 at 2015-04-28 23:06:50 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (41.5ms) Rendered addresses_demo/_form.html.erb (31.0ms) Rendered addresses_demo/_form.html.erb (30.1ms) Rendered addresses_demo/index.html.erb within layouts/application (106.0ms) Completed 200 OK in 139ms (Views: 138.5ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-28 23:06:50 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-28 23:06:50 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-28 23:06:50 -0400 Started GET "/assets/subdivision_select-899dee8dadca300dd6efc21f860a5996.js?body=1" for 127.0.0.1 at 2015-04-28 23:06:50 -0400 Started GET "/assets/application-4cc716bfa89b12ab4d4203f9295effb4.js?body=1" for 127.0.0.1 at 2015-04-28 23:06:50 -0400 Started GET "/" for 127.0.0.1 at 2015-04-28 23:06:52 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (43.4ms) Rendered addresses_demo/_form.html.erb (35.7ms) Rendered addresses_demo/_form.html.erb (34.0ms) Rendered addresses_demo/index.html.erb within layouts/application (115.5ms) Completed 200 OK in 140ms (Views: 139.9ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-28 23:06:52 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-28 23:06:52 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-28 23:06:52 -0400 Started GET "/assets/subdivision_select-899dee8dadca300dd6efc21f860a5996.js?body=1" for 127.0.0.1 at 2015-04-28 23:06:52 -0400 Started GET "/assets/application-4cc716bfa89b12ab4d4203f9295effb4.js?body=1" for 127.0.0.1 at 2015-04-28 23:06:52 -0400 Started GET "/subdivisions?country_code=IQ" for 127.0.0.1 at 2015-04-28 23:06:55 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"IQ"} Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-28 23:10:28 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (43.0ms) Rendered addresses_demo/_form.html.erb (43.9ms) Rendered addresses_demo/_form.html.erb (54.6ms) Rendered addresses_demo/index.html.erb within layouts/application (143.7ms) Completed 200 OK in 179ms (Views: 179.1ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-28 23:10:29 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-28 23:10:29 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-28 23:10:29 -0400 Started GET "/assets/subdivision_select-899dee8dadca300dd6efc21f860a5996.js?body=1" for 127.0.0.1 at 2015-04-28 23:10:29 -0400 Started GET "/assets/application-4cc716bfa89b12ab4d4203f9295effb4.js?body=1" for 127.0.0.1 at 2015-04-28 23:10:29 -0400 Started GET "/" for 127.0.0.1 at 2015-04-28 23:13:07 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (138.3ms) Rendered addresses_demo/_form.html.erb (53.0ms) Rendered addresses_demo/_form.html.erb (33.9ms) Rendered addresses_demo/index.html.erb within layouts/application (231.2ms) Completed 200 OK in 285ms (Views: 284.6ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-28 23:13:07 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-28 23:13:07 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-28 23:13:07 -0400 Started GET "/assets/subdivision_select-899dee8dadca300dd6efc21f860a5996.js?body=1" for 127.0.0.1 at 2015-04-28 23:13:07 -0400 Started GET "/assets/application-4cc716bfa89b12ab4d4203f9295effb4.js?body=1" for 127.0.0.1 at 2015-04-28 23:13:07 -0400 Started GET "/" for 127.0.0.1 at 2015-04-28 23:13:22 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (41.8ms) Rendered addresses_demo/_form.html.erb (36.9ms) Rendered addresses_demo/_form.html.erb (76.9ms) Rendered addresses_demo/index.html.erb within layouts/application (157.7ms) Completed 200 OK in 182ms (Views: 181.4ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-28 23:13:22 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-28 23:13:22 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-28 23:13:22 -0400 Started GET "/assets/subdivision_select-899dee8dadca300dd6efc21f860a5996.js?body=1" for 127.0.0.1 at 2015-04-28 23:13:22 -0400 Started GET "/assets/application-4cc716bfa89b12ab4d4203f9295effb4.js?body=1" for 127.0.0.1 at 2015-04-28 23:13:22 -0400 Started GET "/" for 127.0.0.1 at 2015-04-28 23:13:34 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (122.8ms) Rendered addresses_demo/index.html.erb within layouts/application (126.4ms) Completed 500 Internal Server Error in 132ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `+' for nil:NilClass): 23: 24:
25: <%= f.label("State / Province") %>
26: <%= f.subdivision_select(:subdivision, country_options[:selected], subdivision_options) %> 27:
28: <% end %> app/views/addresses_demo/_form.html.erb:26:in `block in _app_views_addresses_demo__form_html_erb___1859227204499997939_70236319845820' app/views/addresses_demo/_form.html.erb:15:in `_app_views_addresses_demo__form_html_erb___1859227204499997939_70236319845820' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb__2593469284852508479_70236347421200' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (8.2ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (17.8ms) Started GET "/" for 127.0.0.1 at 2015-04-28 23:14:43 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (131.6ms) Rendered addresses_demo/_form.html.erb (48.8ms) Rendered addresses_demo/_form.html.erb (33.5ms) Rendered addresses_demo/index.html.erb within layouts/application (220.7ms) Completed 200 OK in 283ms (Views: 282.6ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-28 23:14:44 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-28 23:14:44 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-28 23:14:44 -0400 Started GET "/assets/subdivision_select-899dee8dadca300dd6efc21f860a5996.js?body=1" for 127.0.0.1 at 2015-04-28 23:14:44 -0400 Started GET "/assets/application-4cc716bfa89b12ab4d4203f9295effb4.js?body=1" for 127.0.0.1 at 2015-04-28 23:14:44 -0400 Started GET "/" for 127.0.0.1 at 2015-04-28 23:15:15 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (127.3ms) Rendered addresses_demo/_form.html.erb (31.9ms) Rendered addresses_demo/_form.html.erb (34.5ms) Rendered addresses_demo/index.html.erb within layouts/application (199.8ms) Completed 200 OK in 253ms (Views: 252.7ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-28 23:15:16 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-28 23:15:16 -0400 Started GET "/assets/subdivision_select-899dee8dadca300dd6efc21f860a5996.js?body=1" for 127.0.0.1 at 2015-04-28 23:15:16 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-28 23:15:16 -0400 Started GET "/assets/application-4cc716bfa89b12ab4d4203f9295effb4.js?body=1" for 127.0.0.1 at 2015-04-28 23:15:16 -0400 Started GET "/" for 127.0.0.1 at 2015-04-28 23:15:59 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (49.2ms) Rendered addresses_demo/_form.html.erb (33.8ms) Rendered addresses_demo/_form.html.erb (32.1ms) Rendered addresses_demo/index.html.erb within layouts/application (117.1ms) Completed 200 OK in 142ms (Views: 141.6ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-28 23:15:59 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-28 23:15:59 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-28 23:15:59 -0400 Started GET "/assets/subdivision_select-899dee8dadca300dd6efc21f860a5996.js?body=1" for 127.0.0.1 at 2015-04-28 23:15:59 -0400 Started GET "/assets/application-4cc716bfa89b12ab4d4203f9295effb4.js?body=1" for 127.0.0.1 at 2015-04-28 23:15:59 -0400 Started GET "/" for 127.0.0.1 at 2015-04-28 23:16:00 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (33.3ms) Rendered addresses_demo/_form.html.erb (34.1ms) Rendered addresses_demo/_form.html.erb (37.7ms) Rendered addresses_demo/index.html.erb within layouts/application (107.5ms) Completed 200 OK in 136ms (Views: 135.6ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-28 23:16:01 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-28 23:16:01 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-28 23:16:01 -0400 Started GET "/assets/subdivision_select-899dee8dadca300dd6efc21f860a5996.js?body=1" for 127.0.0.1 at 2015-04-28 23:16:01 -0400 Started GET "/assets/application-4cc716bfa89b12ab4d4203f9295effb4.js?body=1" for 127.0.0.1 at 2015-04-28 23:16:01 -0400 Started GET "/" for 127.0.0.1 at 2015-04-28 23:16:08 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (149.2ms) Rendered addresses_demo/_form.html.erb (50.4ms) Rendered addresses_demo/_form.html.erb (38.8ms) Rendered addresses_demo/index.html.erb within layouts/application (243.7ms) Completed 200 OK in 296ms (Views: 296.0ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-28 23:16:09 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-28 23:16:09 -0400 Started GET "/assets/subdivision_select-899dee8dadca300dd6efc21f860a5996.js?body=1" for 127.0.0.1 at 2015-04-28 23:16:09 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-28 23:16:09 -0400 Started GET "/assets/application-4cc716bfa89b12ab4d4203f9295effb4.js?body=1" for 127.0.0.1 at 2015-04-28 23:16:09 -0400 Started GET "/subdivisions?country_code=IQ" for 127.0.0.1 at 2015-04-28 23:16:12 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"IQ"} Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-28 23:17:01 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (144.6ms) Rendered addresses_demo/_form.html.erb (52.4ms) Rendered addresses_demo/_form.html.erb (35.4ms) Rendered addresses_demo/index.html.erb within layouts/application (239.0ms) Completed 200 OK in 318ms (Views: 317.3ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-28 23:17:02 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-28 23:17:02 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-28 23:17:02 -0400 Started GET "/assets/subdivision_select-6d602f40e29332a73ec351ac23071213.js?body=1" for 127.0.0.1 at 2015-04-28 23:17:02 -0400 Started GET "/assets/application-780d6881031ee241d822e46c2667ab44.js?body=1" for 127.0.0.1 at 2015-04-28 23:17:02 -0400 Started GET "/subdivisions?country_code=IQ" for 127.0.0.1 at 2015-04-28 23:17:04 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"IQ"} Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=IR" for 127.0.0.1 at 2015-04-28 23:17:06 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"IR"} Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-28 23:40:06 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (137.9ms) Rendered addresses_demo/_form.html.erb (30.6ms) Rendered addresses_demo/_form.html.erb (33.1ms) Rendered addresses_demo/index.html.erb within layouts/application (209.2ms) Completed 200 OK in 281ms (Views: 280.3ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-28 23:40:08 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-28 23:40:08 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-28 23:40:08 -0400 Started GET "/assets/subdivision_select-6d602f40e29332a73ec351ac23071213.js?body=1" for 127.0.0.1 at 2015-04-28 23:40:08 -0400 Started GET "/assets/application-780d6881031ee241d822e46c2667ab44.js?body=1" for 127.0.0.1 at 2015-04-28 23:40:08 -0400 Started GET "/" for 127.0.0.1 at 2015-04-28 23:41:20 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (48.0ms) Rendered addresses_demo/_form.html.erb (31.6ms) Rendered addresses_demo/_form.html.erb (33.2ms) Rendered addresses_demo/index.html.erb within layouts/application (115.0ms) Completed 200 OK in 140ms (Views: 139.6ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-28 23:41:20 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-28 23:41:20 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-28 23:41:20 -0400 Started GET "/assets/subdivision_select-6d602f40e29332a73ec351ac23071213.js?body=1" for 127.0.0.1 at 2015-04-28 23:41:20 -0400 Started GET "/assets/application-780d6881031ee241d822e46c2667ab44.js?body=1" for 127.0.0.1 at 2015-04-28 23:41:20 -0400 Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2015-04-28 23:47:16 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GU"} Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=FI" for 127.0.0.1 at 2015-04-28 23:53:26 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"FI"} Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-28 23:54:47 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (150.4ms) Rendered addresses_demo/_form.html.erb (50.3ms) Rendered addresses_demo/_form.html.erb (39.6ms) Rendered addresses_demo/index.html.erb within layouts/application (247.6ms) Completed 200 OK in 322ms (Views: 321.6ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-28 23:54:48 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-28 23:54:48 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-28 23:54:48 -0400 Started GET "/assets/application-780d6881031ee241d822e46c2667ab44.js?body=1" for 127.0.0.1 at 2015-04-28 23:54:48 -0400 Started GET "/assets/subdivision_select-6d602f40e29332a73ec351ac23071213.js?body=1" for 127.0.0.1 at 2015-04-28 23:54:48 -0400 Started GET "/" for 127.0.0.1 at 2015-04-28 23:59:24 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (41.1ms) Rendered addresses_demo/_form.html.erb (35.0ms) Rendered addresses_demo/_form.html.erb (107.1ms) Rendered addresses_demo/index.html.erb within layouts/application (185.9ms) Completed 200 OK in 216ms (Views: 215.7ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-28 23:59:25 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-28 23:59:25 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-28 23:59:25 -0400 Started GET "/assets/subdivision_select-6d602f40e29332a73ec351ac23071213.js?body=1" for 127.0.0.1 at 2015-04-28 23:59:25 -0400 Started GET "/assets/application-780d6881031ee241d822e46c2667ab44.js?body=1" for 127.0.0.1 at 2015-04-28 23:59:25 -0400 Started GET "/" for 127.0.0.1 at 2015-04-28 23:59:37 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (146.2ms) Rendered addresses_demo/_form.html.erb (51.0ms) Rendered addresses_demo/_form.html.erb (34.9ms) Rendered addresses_demo/index.html.erb within layouts/application (241.3ms) Completed 200 OK in 316ms (Views: 315.4ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-28 23:59:38 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-28 23:59:38 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-28 23:59:38 -0400 Started GET "/assets/application-780d6881031ee241d822e46c2667ab44.js?body=1" for 127.0.0.1 at 2015-04-28 23:59:38 -0400 Started GET "/assets/subdivision_select-6d602f40e29332a73ec351ac23071213.js?body=1" for 127.0.0.1 at 2015-04-28 23:59:38 -0400 Started GET "/" for 127.0.0.1 at 2015-04-29 00:24:57 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (7.8ms) Rendered addresses_demo/index.html.erb within layouts/application (8.6ms) Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.0ms) ActionView::Template::Error (wrong number of arguments (3 for 1..2)): 12: subdivision_options ||= {} 13: %> 14: 15: <%= form_for("address_#{name.parameterize}", {}, class: name.parameterize) do |f| %> 16:

<%= name %>

17:

<%= note %>

18: app/views/addresses_demo/_form.html.erb:15:in `_app_views_addresses_demo__form_html_erb___1968911652115252100_70276791310740' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb___3609098655888391092_70276797949580' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (14.3ms) Started GET "/" for 127.0.0.1 at 2015-04-29 00:25:06 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (1.5ms) Rendered addresses_demo/index.html.erb within layouts/application (2.1ms) Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms) ActionView::Template::Error (wrong number of arguments (3 for 1..2)): 12: subdivision_options ||= {} 13: %> 14: 15: <%= form_for("address_#{name.parameterize}", {}, {class: name.parameterize}) do |f| %> 16:

<%= name %>

17:

<%= note %>

18: app/views/addresses_demo/_form.html.erb:15:in `_app_views_addresses_demo__form_html_erb___1968911652115252100_70276790791120' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb___3609098655888391092_70276797949580' Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.9ms) Rendered /Users/sean/.gem/ruby/2.1.5/gems/actionpack-4.1.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (13.0ms) Started GET "/" for 127.0.0.1 at 2015-04-29 00:28:21 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (38.3ms) Rendered addresses_demo/_form.html.erb (93.8ms) Rendered addresses_demo/_form.html.erb (36.1ms) Rendered addresses_demo/index.html.erb within layouts/application (172.4ms) Completed 200 OK in 203ms (Views: 202.4ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-29 00:28:21 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-29 00:28:21 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-29 00:28:21 -0400 Started GET "/assets/subdivision_select-6d602f40e29332a73ec351ac23071213.js?body=1" for 127.0.0.1 at 2015-04-29 00:28:21 -0400 Started GET "/assets/application-780d6881031ee241d822e46c2667ab44.js?body=1" for 127.0.0.1 at 2015-04-29 00:28:21 -0400 Started GET "/" for 127.0.0.1 at 2015-04-29 00:29:05 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (49.8ms) Rendered addresses_demo/_form.html.erb (46.6ms) Rendered addresses_demo/index.html.erb within layouts/application (98.6ms) Completed 200 OK in 133ms (Views: 133.3ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-29 00:29:05 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-29 00:29:05 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-29 00:29:05 -0400 Started GET "/assets/subdivision_select-6d602f40e29332a73ec351ac23071213.js?body=1" for 127.0.0.1 at 2015-04-29 00:29:05 -0400 Started GET "/assets/application-780d6881031ee241d822e46c2667ab44.js?body=1" for 127.0.0.1 at 2015-04-29 00:29:05 -0400 Started GET "/" for 127.0.0.1 at 2015-04-29 00:29:56 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (39.4ms) Rendered addresses_demo/_form.html.erb (31.2ms) Rendered addresses_demo/index.html.erb within layouts/application (72.0ms) Completed 200 OK in 100ms (Views: 99.9ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-29 00:29:56 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-29 00:29:56 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-29 00:29:56 -0400 Started GET "/assets/subdivision_select-6d602f40e29332a73ec351ac23071213.js?body=1" for 127.0.0.1 at 2015-04-29 00:29:56 -0400 Started GET "/assets/application-780d6881031ee241d822e46c2667ab44.js?body=1" for 127.0.0.1 at 2015-04-29 00:29:56 -0400 Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2015-04-29 11:10:29 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GU"} Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=DE" for 127.0.0.1 at 2015-04-29 11:12:44 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"DE"} Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-29 11:45:07 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (139.4ms) Rendered addresses_demo/_form.html.erb (45.1ms) Rendered addresses_demo/index.html.erb within layouts/application (189.3ms) Completed 200 OK in 266ms (Views: 265.7ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-29 11:45:08 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-29 11:45:08 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-29 11:45:08 -0400 Started GET "/assets/subdivision_select-6d602f40e29332a73ec351ac23071213.js?body=1" for 127.0.0.1 at 2015-04-29 11:45:08 -0400 Started GET "/assets/application-780d6881031ee241d822e46c2667ab44.js?body=1" for 127.0.0.1 at 2015-04-29 11:45:08 -0400 Started GET "/subdivisions?country_code=AD" for 127.0.0.1 at 2015-04-29 11:57:48 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"AD"} Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-29 13:22:50 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (35.6ms) Rendered addresses_demo/index.html.erb within layouts/application (36.7ms) Completed 200 OK in 64ms (Views: 63.6ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-29 13:22:50 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-29 13:22:50 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-29 13:22:50 -0400 Started GET "/assets/subdivision_select-6d602f40e29332a73ec351ac23071213.js?body=1" for 127.0.0.1 at 2015-04-29 13:22:50 -0400 Started GET "/assets/application-780d6881031ee241d822e46c2667ab44.js?body=1" for 127.0.0.1 at 2015-04-29 13:22:50 -0400 Started GET "/" for 127.0.0.1 at 2015-04-29 13:51:56 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (56.0ms) Rendered addresses_demo/index.html.erb within layouts/application (56.7ms) Completed 200 OK in 162ms (Views: 161.6ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-29 13:51:56 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-29 13:51:56 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-29 13:51:56 -0400 Started GET "/assets/subdivision_select-6d602f40e29332a73ec351ac23071213.js?body=1" for 127.0.0.1 at 2015-04-29 13:51:56 -0400 Started GET "/assets/application-780d6881031ee241d822e46c2667ab44.js?body=1" for 127.0.0.1 at 2015-04-29 13:51:56 -0400 Started GET "/" for 127.0.0.1 at 2015-04-29 13:52:07 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (41.3ms) Rendered addresses_demo/index.html.erb within layouts/application (41.9ms) Completed 200 OK in 68ms (Views: 67.7ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-29 13:52:07 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-29 13:52:07 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-29 13:52:07 -0400 Started GET "/assets/subdivision_select-6d602f40e29332a73ec351ac23071213.js?body=1" for 127.0.0.1 at 2015-04-29 13:52:07 -0400 Started GET "/assets/application-780d6881031ee241d822e46c2667ab44.js?body=1" for 127.0.0.1 at 2015-04-29 13:52:07 -0400 Started GET "/" for 127.0.0.1 at 2015-04-29 13:53:21 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (41.3ms) Rendered addresses_demo/index.html.erb within layouts/application (42.4ms) Completed 200 OK in 68ms (Views: 68.0ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-29 13:53:21 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-29 13:53:21 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-29 13:53:21 -0400 Started GET "/assets/subdivision_select-6d602f40e29332a73ec351ac23071213.js?body=1" for 127.0.0.1 at 2015-04-29 13:53:21 -0400 Started GET "/assets/application-780d6881031ee241d822e46c2667ab44.js?body=1" for 127.0.0.1 at 2015-04-29 13:53:21 -0400 Started GET "/" for 127.0.0.1 at 2015-04-29 13:59:07 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (50.5ms) Rendered addresses_demo/_form.html.erb (35.0ms) Rendered addresses_demo/index.html.erb within layouts/application (88.2ms) Completed 200 OK in 113ms (Views: 112.6ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-29 13:59:08 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-29 13:59:08 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-29 13:59:08 -0400 Started GET "/assets/subdivision_select-6d602f40e29332a73ec351ac23071213.js?body=1" for 127.0.0.1 at 2015-04-29 13:59:08 -0400 Started GET "/assets/application-780d6881031ee241d822e46c2667ab44.js?body=1" for 127.0.0.1 at 2015-04-29 13:59:08 -0400 Started GET "/" for 127.0.0.1 at 2015-04-29 14:03:28 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (33.0ms) Rendered addresses_demo/_form.html.erb (31.9ms) Rendered addresses_demo/_form.html.erb (35.8ms) Rendered addresses_demo/index.html.erb within layouts/application (104.8ms) Completed 200 OK in 130ms (Views: 129.3ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-29 14:03:28 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-29 14:03:28 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-29 14:03:28 -0400 Started GET "/assets/subdivision_select-6d602f40e29332a73ec351ac23071213.js?body=1" for 127.0.0.1 at 2015-04-29 14:03:28 -0400 Started GET "/assets/application-780d6881031ee241d822e46c2667ab44.js?body=1" for 127.0.0.1 at 2015-04-29 14:03:28 -0400 Started GET "/subdivisions?country_code=TR" for 127.0.0.1 at 2015-04-29 14:07:27 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"TR"} Completed 200 OK in 7ms (Views: 0.9ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=GY" for 127.0.0.1 at 2015-04-29 14:07:30 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GY"} Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=HT" for 127.0.0.1 at 2015-04-29 14:07:32 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"HT"} Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=NL" for 127.0.0.1 at 2015-04-29 14:07:40 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"NL"} Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=MC" for 127.0.0.1 at 2015-04-29 14:07:46 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"MC"} Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=MK" for 127.0.0.1 at 2015-04-29 14:07:48 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"MK"} Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=IR" for 127.0.0.1 at 2015-04-29 14:07:57 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"IR"} Completed 200 OK in 4ms (Views: 0.6ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-29 14:20:54 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (34.2ms) Rendered addresses_demo/_form.html.erb (32.1ms) Rendered addresses_demo/_form.html.erb (32.4ms) Rendered addresses_demo/index.html.erb within layouts/application (102.6ms) Completed 200 OK in 130ms (Views: 130.0ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-29 14:20:54 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-29 14:20:54 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-29 14:20:54 -0400 Started GET "/assets/subdivision_select-6d602f40e29332a73ec351ac23071213.js?body=1" for 127.0.0.1 at 2015-04-29 14:20:54 -0400 Started GET "/assets/application-780d6881031ee241d822e46c2667ab44.js?body=1" for 127.0.0.1 at 2015-04-29 14:20:54 -0400 Started GET "/subdivisions?country_code=AD" for 127.0.0.1 at 2015-04-29 14:21:00 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"AD"} Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=AX" for 127.0.0.1 at 2015-04-29 14:21:03 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"AX"} Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=AF" for 127.0.0.1 at 2015-04-29 14:21:04 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"AF"} Completed 200 OK in 4ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=AO" for 127.0.0.1 at 2015-04-29 14:21:12 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"AO"} Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-04-29 14:21:15 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (37.9ms) Rendered addresses_demo/_form.html.erb (31.5ms) Rendered addresses_demo/_form.html.erb (28.2ms) Rendered addresses_demo/index.html.erb within layouts/application (99.9ms) Completed 200 OK in 124ms (Views: 123.7ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo-26a3ca2e39498c5f56ce838476743fd2.css?body=1" for 127.0.0.1 at 2015-04-29 14:21:15 -0400 Started GET "/assets/application-8cf76086b5c08ed1050285278f88ec14.css?body=1" for 127.0.0.1 at 2015-04-29 14:21:15 -0400 Started GET "/assets/jquery-5c8e9a5f2706a5ae36c57c9b8b1693b8.js?body=1" for 127.0.0.1 at 2015-04-29 14:21:15 -0400 Started GET "/assets/subdivision_select-6d602f40e29332a73ec351ac23071213.js?body=1" for 127.0.0.1 at 2015-04-29 14:21:15 -0400 Started GET "/assets/application-780d6881031ee241d822e46c2667ab44.js?body=1" for 127.0.0.1 at 2015-04-29 14:21:15 -0400 Started GET "/subdivisions?country_code=IR" for 127.0.0.1 at 2015-04-29 14:21:18 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"IR"} Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=ID" for 127.0.0.1 at 2015-04-30 00:15:40 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"ID"} Completed 200 OK in 16ms (Views: 3.3ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=GM" for 127.0.0.1 at 2015-04-30 00:15:43 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GM"} Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.0ms) Started GET "/" for ::1 at 2015-04-30 13:09:39 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (154.9ms) Rendered addresses_demo/_form.html.erb (30.2ms) Rendered addresses_demo/_form.html.erb (29.7ms) Rendered addresses_demo/index.html.erb within layouts/application (222.7ms) Completed 200 OK in 504ms (Views: 503.7ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo.self-be1cbed53dbe0bb2c39cc07be6c5e2de693eaacf0c0ecf3df88538b6cd6c69e4.css?body=1" for ::1 at 2015-04-30 13:09:39 -0400 Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-04-30 13:09:39 -0400 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-04-30 13:09:39 -0400 Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-04-30 13:09:39 -0400 Started GET "/assets/subdivision_select.self-90ed5df8c7c5ca1cff407def4abd7489ff49c1a01be97ef1f4fdce1fbc41b4a9.js?body=1" for ::1 at 2015-04-30 13:09:39 -0400 Started GET "/" for ::1 at 2015-04-30 13:10:29 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (29.6ms) Rendered addresses_demo/index.html.erb within layouts/application (31.0ms) Completed 200 OK in 52ms (Views: 51.3ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo.self-be1cbed53dbe0bb2c39cc07be6c5e2de693eaacf0c0ecf3df88538b6cd6c69e4.css?body=1" for ::1 at 2015-04-30 13:10:29 -0400 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-04-30 13:10:29 -0400 Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-04-30 13:10:29 -0400 Started GET "/assets/subdivision_select.self-90ed5df8c7c5ca1cff407def4abd7489ff49c1a01be97ef1f4fdce1fbc41b4a9.js?body=1" for ::1 at 2015-04-30 13:10:29 -0400 Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-04-30 13:10:29 -0400 Started GET "/subdivisions?country_code=IS" for ::1 at 2015-04-30 13:11:03 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"IS"} Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=GU" for ::1 at 2015-04-30 13:11:08 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GU"} Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=IS" for ::1 at 2015-04-30 13:11:14 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"IS"} Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/" for ::1 at 2015-04-30 13:13:23 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (49.0ms) Rendered addresses_demo/index.html.erb within layouts/application (49.8ms) Completed 200 OK in 67ms (Views: 67.0ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo.self-be1cbed53dbe0bb2c39cc07be6c5e2de693eaacf0c0ecf3df88538b6cd6c69e4.css?body=1" for ::1 at 2015-04-30 13:13:23 -0400 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-04-30 13:13:23 -0400 Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-04-30 13:13:23 -0400 Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-04-30 13:13:23 -0400 Started GET "/assets/subdivision_select.self-90ed5df8c7c5ca1cff407def4abd7489ff49c1a01be97ef1f4fdce1fbc41b4a9.js?body=1" for ::1 at 2015-04-30 13:13:23 -0400 Started GET "/subdivisions?country_code=IS" for ::1 at 2015-04-30 13:14:27 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"IS"} Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=GU" for ::1 at 2015-04-30 13:14:33 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GU"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/" for ::1 at 2015-05-05 13:38:07 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (138.7ms) Rendered addresses_demo/_form.html.erb (27.0ms) Rendered addresses_demo/_form.html.erb (31.0ms) Rendered addresses_demo/index.html.erb within layouts/application (204.3ms) Completed 200 OK in 409ms (Views: 409.0ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo.self-be1cbed53dbe0bb2c39cc07be6c5e2de693eaacf0c0ecf3df88538b6cd6c69e4.css?body=1" for ::1 at 2015-05-05 13:38:08 -0400 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-05-05 13:38:08 -0400 Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-05-05 13:38:08 -0400 Started GET "/" for ::1 at 2015-05-05 13:38:25 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (26.2ms) Rendered addresses_demo/_form.html.erb (30.0ms) Rendered addresses_demo/_form.html.erb (55.2ms) Rendered addresses_demo/index.html.erb within layouts/application (113.9ms) Completed 200 OK in 133ms (Views: 133.3ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo.self-be1cbed53dbe0bb2c39cc07be6c5e2de693eaacf0c0ecf3df88538b6cd6c69e4.css?body=1" for ::1 at 2015-05-05 13:38:25 -0400 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-05-05 13:38:25 -0400 Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-05-05 13:38:25 -0400 Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-05-05 13:38:25 -0400 Started GET "/assets/subdivision_select.self-90ed5df8c7c5ca1cff407def4abd7489ff49c1a01be97ef1f4fdce1fbc41b4a9.js?body=1" for ::1 at 2015-05-05 13:38:25 -0400 Started GET "/" for ::1 at 2015-05-05 13:38:26 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (29.1ms) Rendered addresses_demo/_form.html.erb (28.2ms) Rendered addresses_demo/_form.html.erb (28.5ms) Rendered addresses_demo/index.html.erb within layouts/application (87.7ms) Completed 200 OK in 164ms (Views: 163.8ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo.self-be1cbed53dbe0bb2c39cc07be6c5e2de693eaacf0c0ecf3df88538b6cd6c69e4.css?body=1" for ::1 at 2015-05-05 13:38:27 -0400 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-05-05 13:38:27 -0400 Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-05-05 13:38:27 -0400 Started GET "/assets/subdivision_select.self-90ed5df8c7c5ca1cff407def4abd7489ff49c1a01be97ef1f4fdce1fbc41b4a9.js?body=1" for ::1 at 2015-05-05 13:38:27 -0400 Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-05-05 13:38:27 -0400 Started GET "/" for ::1 at 2015-05-05 13:38:32 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (137.3ms) Rendered addresses_demo/index.html.erb within layouts/application (140.8ms) Completed 500 Internal Server Error in 147ms (ActiveRecord: 0.0ms) ActionView::Template::Error (wrong number of arguments (0 for 1)): 23: 24:
25: <%= f.label(:subdivision, "State / Province") %>
26: <%= f.subdivision_select(:subdivision, country_options[:selected], subdivision_options) %> 27:
28: <% end %> app/views/addresses_demo/_form.html.erb:26:in `block in _app_views_addresses_demo__form_html_erb__4111986832224708255_70329097331680' app/views/addresses_demo/_form.html.erb:15:in `_app_views_addresses_demo__form_html_erb__4111986832224708255_70329097331680' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb___3182201748186999400_70329106737920' Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.3ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.0ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (8.8ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (34.6ms) Started GET "/" for ::1 at 2015-05-05 13:38:41 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (73.0ms) Rendered addresses_demo/index.html.erb within layouts/application (73.9ms) Completed 500 Internal Server Error in 76ms (ActiveRecord: 0.0ms) ActionView::Template::Error (wrong number of arguments (0 for 1)): 23: 24:
25: <%= f.label(:subdivision, "State / Province") %>
26: <%= f.subdivision_select(:subdivision, country_options[:selected], subdivision_options) %> 27:
28: <% end %> app/views/addresses_demo/_form.html.erb:26:in `block in _app_views_addresses_demo__form_html_erb__4111986832224708255_70329097331680' app/views/addresses_demo/_form.html.erb:15:in `_app_views_addresses_demo__form_html_erb__4111986832224708255_70329097331680' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb___3182201748186999400_70329106737920' Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.3ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.3ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (21.9ms) Started GET "/" for ::1 at 2015-05-05 13:38:47 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (153.1ms) Rendered addresses_demo/_form.html.erb (28.6ms) Rendered addresses_demo/_form.html.erb (24.6ms) Rendered addresses_demo/index.html.erb within layouts/application (212.2ms) Completed 200 OK in 399ms (Views: 398.3ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo.self-be1cbed53dbe0bb2c39cc07be6c5e2de693eaacf0c0ecf3df88538b6cd6c69e4.css?body=1" for ::1 at 2015-05-05 13:38:48 -0400 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-05-05 13:38:48 -0400 Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-05-05 13:38:48 -0400 Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-05-05 13:38:48 -0400 Started GET "/assets/subdivision_select.self-90ed5df8c7c5ca1cff407def4abd7489ff49c1a01be97ef1f4fdce1fbc41b4a9.js?body=1" for ::1 at 2015-05-05 13:38:48 -0400 Started GET "/" for ::1 at 2015-05-05 13:39:02 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (29.3ms) Rendered addresses_demo/_form.html.erb (29.8ms) Rendered addresses_demo/_form.html.erb (45.3ms) Rendered addresses_demo/index.html.erb within layouts/application (106.6ms) Completed 200 OK in 127ms (Views: 127.0ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo.self-be1cbed53dbe0bb2c39cc07be6c5e2de693eaacf0c0ecf3df88538b6cd6c69e4.css?body=1" for ::1 at 2015-05-05 13:39:02 -0400 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-05-05 13:39:02 -0400 Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-05-05 13:39:02 -0400 Started GET "/assets/subdivision_select.self-90ed5df8c7c5ca1cff407def4abd7489ff49c1a01be97ef1f4fdce1fbc41b4a9.js?body=1" for ::1 at 2015-05-05 13:39:02 -0400 Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-05-05 13:39:02 -0400 Started GET "/" for ::1 at 2015-05-05 13:39:07 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (137.7ms) Rendered addresses_demo/_form.html.erb (28.4ms) Rendered addresses_demo/_form.html.erb (27.0ms) Rendered addresses_demo/index.html.erb within layouts/application (198.8ms) Completed 200 OK in 386ms (Views: 385.7ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo.self-be1cbed53dbe0bb2c39cc07be6c5e2de693eaacf0c0ecf3df88538b6cd6c69e4.css?body=1" for ::1 at 2015-05-05 13:39:08 -0400 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-05-05 13:39:08 -0400 Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-05-05 13:39:08 -0400 Started GET "/assets/subdivision_select.self-90ed5df8c7c5ca1cff407def4abd7489ff49c1a01be97ef1f4fdce1fbc41b4a9.js?body=1" for ::1 at 2015-05-05 13:39:08 -0400 Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-05-05 13:39:08 -0400 Started GET "/" for ::1 at 2015-05-05 13:40:58 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (27.2ms) Rendered addresses_demo/_form.html.erb (30.7ms) Rendered addresses_demo/_form.html.erb (43.8ms) Rendered addresses_demo/index.html.erb within layouts/application (104.1ms) Completed 200 OK in 123ms (Views: 122.7ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo.self-be1cbed53dbe0bb2c39cc07be6c5e2de693eaacf0c0ecf3df88538b6cd6c69e4.css?body=1" for ::1 at 2015-05-05 13:40:58 -0400 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-05-05 13:40:58 -0400 Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-05-05 13:40:58 -0400 Started GET "/assets/subdivision_select.self-90ed5df8c7c5ca1cff407def4abd7489ff49c1a01be97ef1f4fdce1fbc41b4a9.js?body=1" for ::1 at 2015-05-05 13:40:58 -0400 Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-05-05 13:40:58 -0400 Started GET "/" for ::1 at 2015-05-05 13:41:06 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (155.0ms) Rendered addresses_demo/_form.html.erb (25.4ms) Rendered addresses_demo/_form.html.erb (28.3ms) Rendered addresses_demo/index.html.erb within layouts/application (215.3ms) Completed 200 OK in 405ms (Views: 404.9ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo.self-be1cbed53dbe0bb2c39cc07be6c5e2de693eaacf0c0ecf3df88538b6cd6c69e4.css?body=1" for ::1 at 2015-05-05 13:41:07 -0400 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-05-05 13:41:07 -0400 Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-05-05 13:41:07 -0400 Started GET "/assets/subdivision_select.self-90ed5df8c7c5ca1cff407def4abd7489ff49c1a01be97ef1f4fdce1fbc41b4a9.js?body=1" for ::1 at 2015-05-05 13:41:07 -0400 Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-05-05 13:41:07 -0400 Started GET "/" for ::1 at 2015-05-05 13:43:23 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (146.4ms) Rendered addresses_demo/_form.html.erb (25.8ms) Rendered addresses_demo/_form.html.erb (31.4ms) Rendered addresses_demo/index.html.erb within layouts/application (210.5ms) Completed 200 OK in 406ms (Views: 406.0ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo.self-be1cbed53dbe0bb2c39cc07be6c5e2de693eaacf0c0ecf3df88538b6cd6c69e4.css?body=1" for ::1 at 2015-05-05 13:43:24 -0400 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-05-05 13:43:24 -0400 Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-05-05 13:43:24 -0400 Started GET "/assets/subdivision_select.self-90ed5df8c7c5ca1cff407def4abd7489ff49c1a01be97ef1f4fdce1fbc41b4a9.js?body=1" for ::1 at 2015-05-05 13:43:24 -0400 Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-05-05 13:43:24 -0400 Started GET "/" for ::1 at 2015-05-05 13:43:38 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (137.8ms) Rendered addresses_demo/_form.html.erb (27.1ms) Rendered addresses_demo/_form.html.erb (35.6ms) Rendered addresses_demo/index.html.erb within layouts/application (205.7ms) Completed 200 OK in 390ms (Views: 389.7ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo.self-be1cbed53dbe0bb2c39cc07be6c5e2de693eaacf0c0ecf3df88538b6cd6c69e4.css?body=1" for ::1 at 2015-05-05 13:43:39 -0400 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-05-05 13:43:39 -0400 Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-05-05 13:43:39 -0400 Started GET "/assets/subdivision_select.self-90ed5df8c7c5ca1cff407def4abd7489ff49c1a01be97ef1f4fdce1fbc41b4a9.js?body=1" for ::1 at 2015-05-05 13:43:39 -0400 Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-05-05 13:43:39 -0400 Started GET "/" for ::1 at 2015-05-05 13:44:03 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (119.6ms) Rendered addresses_demo/index.html.erb within layouts/application (123.6ms) Completed 500 Internal Server Error in 130ms (ActiveRecord: 0.0ms) ActionView::Template::Error (wrong number of arguments (3 for 1..2)): 12: subdivision_options ||= {} 13: %> 14: 15: <%= form_for("#{name.parameterize}_address", {}, id: name.parameterize ) do |f| %> 16:

<%= name %>

17:

<%= note %>

18: app/views/addresses_demo/_form.html.erb:15:in `_app_views_addresses_demo__form_html_erb___1351096275393284488_70343210966540' app/views/addresses_demo/index.html.erb:4:in `_app_views_addresses_demo_index_html_erb___1013562596065185055_70343206356200' Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.9ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.3ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.5ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (32.9ms) Started GET "/" for ::1 at 2015-05-05 13:45:14 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (37.1ms) Rendered addresses_demo/_form.html.erb (93.5ms) Rendered addresses_demo/_form.html.erb (41.2ms) Rendered addresses_demo/index.html.erb within layouts/application (174.6ms) Completed 200 OK in 381ms (Views: 380.8ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo.self-be1cbed53dbe0bb2c39cc07be6c5e2de693eaacf0c0ecf3df88538b6cd6c69e4.css?body=1" for ::1 at 2015-05-05 13:45:14 -0400 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-05-05 13:45:14 -0400 Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-05-05 13:45:14 -0400 Started GET "/assets/subdivision_select.self-90ed5df8c7c5ca1cff407def4abd7489ff49c1a01be97ef1f4fdce1fbc41b4a9.js?body=1" for ::1 at 2015-05-05 13:45:14 -0400 Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-05-05 13:45:14 -0400 Started GET "/" for ::1 at 2015-05-05 13:52:08 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (138.4ms) Rendered addresses_demo/_form.html.erb (26.8ms) Rendered addresses_demo/_form.html.erb (28.4ms) Rendered addresses_demo/index.html.erb within layouts/application (200.9ms) Completed 200 OK in 394ms (Views: 393.8ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo.self-be1cbed53dbe0bb2c39cc07be6c5e2de693eaacf0c0ecf3df88538b6cd6c69e4.css?body=1" for ::1 at 2015-05-05 13:52:08 -0400 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-05-05 13:52:08 -0400 Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-05-05 13:52:08 -0400 Started GET "/assets/subdivision_select.self-90ed5df8c7c5ca1cff407def4abd7489ff49c1a01be97ef1f4fdce1fbc41b4a9.js?body=1" for ::1 at 2015-05-05 13:52:08 -0400 Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-05-05 13:52:08 -0400 Started GET "/" for ::1 at 2015-05-05 13:52:18 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (30.3ms) Rendered addresses_demo/_form.html.erb (34.3ms) Rendered addresses_demo/_form.html.erb (49.7ms) Rendered addresses_demo/index.html.erb within layouts/application (116.5ms) Completed 200 OK in 137ms (Views: 136.7ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo.self-be1cbed53dbe0bb2c39cc07be6c5e2de693eaacf0c0ecf3df88538b6cd6c69e4.css?body=1" for ::1 at 2015-05-05 13:52:19 -0400 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-05-05 13:52:19 -0400 Started GET "/assets/subdivision_select.self-90ed5df8c7c5ca1cff407def4abd7489ff49c1a01be97ef1f4fdce1fbc41b4a9.js?body=1" for ::1 at 2015-05-05 13:52:19 -0400 Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-05-05 13:52:19 -0400 Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-05-05 13:52:19 -0400 Started GET "/" for ::1 at 2015-05-05 13:52:26 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (32.7ms) Rendered addresses_demo/_form.html.erb (31.6ms) Rendered addresses_demo/_form.html.erb (82.5ms) Rendered addresses_demo/index.html.erb within layouts/application (149.0ms) Completed 200 OK in 169ms (Views: 169.2ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo.self-be1cbed53dbe0bb2c39cc07be6c5e2de693eaacf0c0ecf3df88538b6cd6c69e4.css?body=1" for ::1 at 2015-05-05 13:52:27 -0400 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-05-05 13:52:27 -0400 Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-05-05 13:52:27 -0400 Started GET "/assets/subdivision_select.self-90ed5df8c7c5ca1cff407def4abd7489ff49c1a01be97ef1f4fdce1fbc41b4a9.js?body=1" for ::1 at 2015-05-05 13:52:27 -0400 Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-05-05 13:52:27 -0400 Started GET "/posts/12/edit?validation=1d9db39c7368a0be0cd70eab6c773718" for ::1 at 2015-05-05 13:52:59 -0400 ActionController::RoutingError (No route matches [GET] "/posts/12/edit"): actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.0) lib/rack/methodoverride.rb:22:in `call' rack (1.6.0) lib/rack/runtime.rb:18:in `call' activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.0) lib/rack/lock.rb:17:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.1) lib/rails/engine.rb:518:in `call' railties (4.2.1) lib/rails/application.rb:164:in `call' rack (1.6.0) lib/rack/lock.rb:17:in `call' rack (1.6.0) lib/rack/content_length.rb:15:in `call' rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service' /Users/sean/.rubies/ruby-2.1.6/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/sean/.rubies/ruby-2.1.6/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/sean/.rubies/ruby-2.1.6/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.2ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.1ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (5.4ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (32.1ms) Started GET "/" for ::1 at 2015-05-05 13:53:02 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (28.4ms) Rendered addresses_demo/_form.html.erb (30.2ms) Rendered addresses_demo/_form.html.erb (32.2ms) Rendered addresses_demo/index.html.erb within layouts/application (92.9ms) Completed 200 OK in 113ms (Views: 113.2ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo.self-be1cbed53dbe0bb2c39cc07be6c5e2de693eaacf0c0ecf3df88538b6cd6c69e4.css?body=1" for ::1 at 2015-05-05 13:53:02 -0400 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-05-05 13:53:02 -0400 Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-05-05 13:53:02 -0400 Started GET "/assets/subdivision_select.self-90ed5df8c7c5ca1cff407def4abd7489ff49c1a01be97ef1f4fdce1fbc41b4a9.js?body=1" for ::1 at 2015-05-05 13:53:02 -0400 Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-05-05 13:53:02 -0400 Started GET "/" for ::1 at 2015-05-05 13:55:47 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (170.9ms) Rendered addresses_demo/_form.html.erb (37.7ms) Rendered addresses_demo/_form.html.erb (42.7ms) Rendered addresses_demo/index.html.erb within layouts/application (258.6ms) Completed 200 OK in 497ms (Views: 496.6ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo.self-be1cbed53dbe0bb2c39cc07be6c5e2de693eaacf0c0ecf3df88538b6cd6c69e4.css?body=1" for ::1 at 2015-05-05 13:55:48 -0400 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-05-05 13:55:48 -0400 Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-05-05 13:55:48 -0400 Started GET "/assets/subdivision_select.self-90ed5df8c7c5ca1cff407def4abd7489ff49c1a01be97ef1f4fdce1fbc41b4a9.js?body=1" for ::1 at 2015-05-05 13:55:48 -0400 Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-05-05 13:55:48 -0400 Started GET "/subdivisions?country_code=DZ" for ::1 at 2015-05-05 13:55:54 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"DZ"} Completed 200 OK in 6ms (Views: 1.0ms | ActiveRecord: 0.0ms) ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateAddresses (20150505181543)  (0.1ms) begin transaction  (1.1ms) CREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "country" varchar, "subdivision" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  SQL (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150505181543"]]  (0.8ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "addresses" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2015-05-05 18:17:16.440456"], ["updated_at", "2015-05-05 18:17:16.440456"]]  (3.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "addresses" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2015-05-05 18:17:33.102293"], ["updated_at", "2015-05-05 18:17:33.102293"]]  (3.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "addresses" ("country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["country", "US"], ["subdivision", "MA"], ["created_at", "2015-05-05 18:17:33.109466"], ["updated_at", "2015-05-05 18:17:33.109466"]]  (0.8ms) commit transaction Started GET "/" for ::1 at 2015-05-05 14:18:08 -0400 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AddressesDemoController#index as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) NameError (uninitialized constant AddressesDemoController::Model): app/controllers/addresses_demo_controller.rb:6:in `index' Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.4ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (10.7ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (33.7ms) Started GET "/" for ::1 at 2015-05-05 14:18:35 -0400 Processing by AddressesDemoController#index as HTML Rendered addresses_demo/_form.html.erb (137.1ms) Rendered addresses_demo/_form.html.erb (30.2ms) Rendered addresses_demo/_form.html.erb (28.7ms) Rendered addresses_demo/index.html.erb within layouts/application (204.9ms) Completed 200 OK in 395ms (Views: 392.9ms | ActiveRecord: 0.0ms) Started GET "/assets/addresses_demo.self-be1cbed53dbe0bb2c39cc07be6c5e2de693eaacf0c0ecf3df88538b6cd6c69e4.css?body=1" for ::1 at 2015-05-05 14:18:36 -0400 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-05-05 14:18:36 -0400 Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-05-05 14:18:36 -0400 Started GET "/assets/subdivision_select.self-90ed5df8c7c5ca1cff407def4abd7489ff49c1a01be97ef1f4fdce1fbc41b4a9.js?body=1" for ::1 at 2015-05-05 14:18:36 -0400 Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-05-05 14:18:36 -0400 Started GET "/" for ::1 at 2015-05-05 14:20:01 -0400 Processing by AddressesDemoController#index as HTML Address Load (0.5ms) SELECT "addresses".* FROM "addresses" Rendered addresses_demo/_form.html.erb (56.1ms) Rendered addresses_demo/_form.html.erb (27.6ms) Rendered addresses_demo/_form.html.erb (32.3ms) Rendered addresses_demo/_form.html.erb (34.8ms) Rendered addresses_demo/_form.html.erb (30.4ms) Rendered addresses_demo/_form.html.erb (77.0ms) Rendered addresses_demo/index.html.erb within layouts/application (273.0ms) Completed 200 OK in 294ms (Views: 291.1ms | ActiveRecord: 1.1ms) Started GET "/assets/addresses_demo.self-be1cbed53dbe0bb2c39cc07be6c5e2de693eaacf0c0ecf3df88538b6cd6c69e4.css?body=1" for ::1 at 2015-05-05 14:20:01 -0400 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-05-05 14:20:01 -0400 Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-05-05 14:20:01 -0400 Started GET "/assets/subdivision_select.self-90ed5df8c7c5ca1cff407def4abd7489ff49c1a01be97ef1f4fdce1fbc41b4a9.js?body=1" for ::1 at 2015-05-05 14:20:01 -0400 Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-05-05 14:20:01 -0400 Started GET "/" for ::1 at 2015-05-05 14:20:25 -0400 Processing by AddressesDemoController#index as HTML Address Load (0.3ms) SELECT "addresses".* FROM "addresses" Rendered addresses_demo/_form.html.erb (30.0ms) Rendered addresses_demo/_form.html.erb (32.7ms) Rendered addresses_demo/_form.html.erb (27.1ms) Rendered addresses_demo/_form.html.erb (26.4ms) Rendered addresses_demo/_form.html.erb (28.9ms) Rendered addresses_demo/_form.html.erb (30.6ms) Rendered addresses_demo/index.html.erb within layouts/application (184.6ms) Completed 200 OK in 204ms (Views: 203.2ms | ActiveRecord: 0.3ms) Started GET "/assets/addresses_demo.self-be1cbed53dbe0bb2c39cc07be6c5e2de693eaacf0c0ecf3df88538b6cd6c69e4.css?body=1" for ::1 at 2015-05-05 14:20:26 -0400 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-05-05 14:20:26 -0400 Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-05-05 14:20:26 -0400 Started GET "/assets/subdivision_select.self-90ed5df8c7c5ca1cff407def4abd7489ff49c1a01be97ef1f4fdce1fbc41b4a9.js?body=1" for ::1 at 2015-05-05 14:20:26 -0400 Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-05-05 14:20:26 -0400 ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to AddTitleToAddresses (20150505182454)  (0.1ms) begin transaction  (1.3ms) ALTER TABLE "addresses" ADD "title" varchar SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150505182454"]]  (0.9ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.2ms) CREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "country" varchar, "subdivision" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "title" varchar)   (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.1ms) select sqlite_version(*)  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20150505182454')  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20150505181543')  (1.1ms) CREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "country" varchar, "subdivision" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "title" varchar)  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.0ms) select sqlite_version(*)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150505182454')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20150505181543') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Address Load (0.2ms) SELECT "addresses".* FROM "addresses"  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "addresses" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", "Empty"], ["created_at", "2015-05-05 18:26:12.453345"], ["updated_at", "2015-05-05 18:26:12.453345"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts, USA"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2015-05-05 18:26:12.457636"], ["updated_at", "2015-05-05 18:26:12.457636"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "addresses" ("title", "country", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Ireland"], ["country", "IE"], ["created_at", "2015-05-05 18:26:12.459647"], ["updated_at", "2015-05-05 18:26:12.459647"]]  (0.8ms) commit transaction Started GET "/" for ::1 at 2015-05-05 14:26:59 -0400 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AddressesDemoController#index as HTML Address Load (0.2ms) SELECT "addresses".* FROM "addresses" Rendered addresses_demo/_form.html.erb (126.4ms) Rendered addresses_demo/index.html.erb within layouts/application (137.1ms) Completed 500 Internal Server Error in 146ms (ActiveRecord: 0.5ms) ActionView::Template::Error (undefined method `country' for nil:NilClass): 23: 24:
25: <%= f.label(:subdivision, "State / Province") %>
26: <%= f.subdivision_select(:subdivision, f.object.country, subdivision_options) %> 27:
28: <% end %> app/views/addresses_demo/_form.html.erb:26:in `block in _app_views_addresses_demo__form_html_erb___4540974042134664359_70102881979720' app/views/addresses_demo/_form.html.erb:15:in `_app_views_addresses_demo__form_html_erb___4540974042134664359_70102881979720' app/views/addresses_demo/index.html.erb:6:in `block in _app_views_addresses_demo_index_html_erb__2007189406238290657_70102903956800' app/views/addresses_demo/index.html.erb:3:in `_app_views_addresses_demo_index_html_erb__2007189406238290657_70102903956800' Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (45.3ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.4ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.9ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (70.7ms) Started GET "/" for ::1 at 2015-05-05 14:27:11 -0400 Processing by AddressesDemoController#index as HTML Address Load (0.3ms) SELECT "addresses".* FROM "addresses" Rendered addresses_demo/_form.html.erb (28.2ms) Rendered addresses_demo/index.html.erb within layouts/application (30.8ms) Completed 500 Internal Server Error in 33ms (ActiveRecord: 0.3ms) ActionView::Template::Error (undefined method `country' for nil:NilClass): 23: 24:
25: <%= f.label(:subdivision, "State / Province") %>
26: <%= f.subdivision_select(:subdivision, f.object.country, subdivision_options) %> 27:
28: <% end %> app/views/addresses_demo/_form.html.erb:26:in `block in _app_views_addresses_demo__form_html_erb___4540974042134664359_70102881979720' app/views/addresses_demo/_form.html.erb:15:in `_app_views_addresses_demo__form_html_erb___4540974042134664359_70102881979720' app/views/addresses_demo/index.html.erb:6:in `block in _app_views_addresses_demo_index_html_erb__2007189406238290657_70102927708680' app/views/addresses_demo/index.html.erb:3:in `_app_views_addresses_demo_index_html_erb__2007189406238290657_70102927708680' Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.7ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.3ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (23.8ms)  (1.2ms) CREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "country" varchar, "subdivision" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "title" varchar)   (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.1ms) select sqlite_version(*)  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20150505182454')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20150505181543')  (1.0ms) CREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "country" varchar, "subdivision" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "title" varchar)  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150505182454')  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20150505181543') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Address Load (0.2ms) SELECT "addresses".* FROM "addresses"  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "addresses" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", "Empty"], ["created_at", "2015-05-05 18:27:22.075894"], ["updated_at", "2015-05-05 18:27:22.075894"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts, USA"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2015-05-05 18:27:22.079896"], ["updated_at", "2015-05-05 18:27:22.079896"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "addresses" ("title", "country", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Ireland"], ["country", "IE"], ["created_at", "2015-05-05 18:27:22.081966"], ["updated_at", "2015-05-05 18:27:22.081966"]]  (0.8ms) commit transaction Started GET "/" for ::1 at 2015-05-05 14:27:39 -0400 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AddressesDemoController#index as HTML Address Load (0.2ms) SELECT "addresses".* FROM "addresses" Rendered addresses_demo/_form.html.erb (130.5ms) Rendered addresses_demo/index.html.erb within layouts/application (143.5ms) Completed 500 Internal Server Error in 151ms (ActiveRecord: 0.7ms) ActionView::Template::Error (undefined method `country' for nil:NilClass): 23: 24:
25: <%= f.label(:subdivision, "State / Province") %>
26: <%= f.subdivision_select(:subdivision, f.object.country, subdivision_options) %> 27:
28: <% end %> app/views/addresses_demo/_form.html.erb:26:in `block in _app_views_addresses_demo__form_html_erb__529158564048818542_70187389425760' app/views/addresses_demo/_form.html.erb:15:in `_app_views_addresses_demo__form_html_erb__529158564048818542_70187389425760' app/views/addresses_demo/index.html.erb:6:in `block in _app_views_addresses_demo_index_html_erb__4487880579035000331_70187393468840' app/views/addresses_demo/index.html.erb:3:in `_app_views_addresses_demo_index_html_erb__4487880579035000331_70187393468840' Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (53.0ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.6ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (74.5ms) Started GET "/" for ::1 at 2015-05-05 14:28:42 -0400 Processing by AddressesDemoController#index as HTML Address Load (0.3ms) SELECT "addresses".* FROM "addresses" Rendered addresses_demo/_form.html.erb (35.7ms) Rendered addresses_demo/_form.html.erb (27.7ms) Rendered addresses_demo/_form.html.erb (25.5ms) Rendered addresses_demo/index.html.erb within layouts/application (93.2ms) Completed 200 OK in 278ms (Views: 277.3ms | ActiveRecord: 0.3ms) Started GET "/assets/addresses_demo.self-be1cbed53dbe0bb2c39cc07be6c5e2de693eaacf0c0ecf3df88538b6cd6c69e4.css?body=1" for ::1 at 2015-05-05 14:28:43 -0400 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-05-05 14:28:43 -0400 Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-05-05 14:28:43 -0400 Started GET "/assets/subdivision_select.self-90ed5df8c7c5ca1cff407def4abd7489ff49c1a01be97ef1f4fdce1fbc41b4a9.js?body=1" for ::1 at 2015-05-05 14:28:43 -0400 Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-05-05 14:28:43 -0400 Started GET "/" for ::1 at 2015-05-05 14:30:32 -0400 Processing by AddressesDemoController#index as HTML Address Load (0.2ms) SELECT "addresses".* FROM "addresses" Rendered addresses_demo/_form.html.erb (11.6ms) Rendered addresses_demo/index.html.erb within layouts/application (14.6ms) Completed 500 Internal Server Error in 17ms (ActiveRecord: 0.2ms) ActionView::Template::Error (undefined method `address_path' for #<#:0x007fab90029b88>): 10: subdivision_options ||= {} 11: %> 12: 13: <%= form_for(address, html: {class: address.title.parameterize} ) do |f| %> 14:

<%= name %>

15:

<%= note %>

16: app/views/addresses_demo/_form.html.erb:13:in `_app_views_addresses_demo__form_html_erb__529158564048818542_70187416064240' app/views/addresses_demo/index.html.erb:6:in `block in _app_views_addresses_demo_index_html_erb__4487880579035000331_70187416109640' app/views/addresses_demo/index.html.erb:3:in `_app_views_addresses_demo_index_html_erb__4487880579035000331_70187416109640' Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.3ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.0ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (20.9ms) Started GET "/" for ::1 at 2015-05-05 14:31:46 -0400 Processing by AddressesDemoController#index as HTML Address Load (0.2ms) SELECT "addresses".* FROM "addresses" Rendered addresses_demo/_form.html.erb (10.5ms) Rendered addresses_demo/index.html.erb within layouts/application (12.6ms) Completed 500 Internal Server Error in 15ms (ActiveRecord: 0.2ms) ActionView::Template::Error (undefined method `address_path' for #<#:0x007fab8cf38268>): 10: subdivision_options ||= {} 11: %> 12: 13: <%= form_for(address, html: {class: address.title.parameterize}) do |f| %> 14:

<%= name %>

15:

<%= note %>

16: app/views/addresses_demo/_form.html.erb:13:in `_app_views_addresses_demo__form_html_erb__529158564048818542_70187390415520' app/views/addresses_demo/index.html.erb:6:in `block in _app_views_addresses_demo_index_html_erb__4487880579035000331_70187416109640' app/views/addresses_demo/index.html.erb:3:in `_app_views_addresses_demo_index_html_erb__4487880579035000331_70187416109640' Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.1ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.3ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (22.8ms) Started GET "/" for ::1 at 2015-05-05 14:31:56 -0400 Processing by AddressesDemoController#index as HTML Address Load (0.2ms) SELECT "addresses".* FROM "addresses" Rendered addresses_demo/_form.html.erb (9.7ms) Rendered addresses_demo/index.html.erb within layouts/application (11.3ms) Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.2ms) ActionView::Template::Error (undefined method `address_path' for #<#:0x007fab92cf7e30>): 10: subdivision_options ||= {} 11: %> 12: 13: <%= form_for(address, path: "#", html: {class: address.title.parameterize}) do |f| %> 14:

<%= name %>

15:

<%= note %>

16: app/views/addresses_demo/_form.html.erb:13:in `_app_views_addresses_demo__form_html_erb__529158564048818542_70187418960120' app/views/addresses_demo/index.html.erb:6:in `block in _app_views_addresses_demo_index_html_erb__4487880579035000331_70187416109640' app/views/addresses_demo/index.html.erb:3:in `_app_views_addresses_demo_index_html_erb__4487880579035000331_70187416109640' Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.9ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.7ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (24.7ms) Started GET "/" for ::1 at 2015-05-05 14:31:57 -0400 Processing by AddressesDemoController#index as HTML Address Load (0.2ms) SELECT "addresses".* FROM "addresses" Rendered addresses_demo/_form.html.erb (9.4ms) Rendered addresses_demo/index.html.erb within layouts/application (11.1ms) Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.2ms) ActionView::Template::Error (undefined method `address_path' for #<#:0x007fab94c5be98>): 10: subdivision_options ||= {} 11: %> 12: 13: <%= form_for(address, path: "#", html: {class: address.title.parameterize}) do |f| %> 14:

<%= name %>

15:

<%= note %>

16: app/views/addresses_demo/_form.html.erb:13:in `_app_views_addresses_demo__form_html_erb__529158564048818542_70187418960120' app/views/addresses_demo/index.html.erb:6:in `block in _app_views_addresses_demo_index_html_erb__4487880579035000331_70187416109640' app/views/addresses_demo/index.html.erb:3:in `_app_views_addresses_demo_index_html_erb__4487880579035000331_70187416109640' Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.4ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.3ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.1ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (25.2ms) Started GET "/" for ::1 at 2015-05-05 14:32:11 -0400 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AddressesDemoController#index as HTML Address Load (0.2ms) SELECT "addresses".* FROM "addresses" Rendered addresses_demo/_form.html.erb (111.7ms) Rendered addresses_demo/index.html.erb within layouts/application (121.7ms) Completed 500 Internal Server Error in 129ms (ActiveRecord: 0.5ms) ActionView::Template::Error (undefined method `address_path' for #<#:0x007f93f5820448>): 10: subdivision_options ||= {} 11: %> 12: 13: <%= form_for(address, path: "#", html: {class: address.title.parameterize}) do |f| %> 14:

<%= name %>

15:

<%= note %>

16: app/views/addresses_demo/_form.html.erb:13:in `_app_views_addresses_demo__form_html_erb___1942919167459400745_70136732257800' app/views/addresses_demo/index.html.erb:6:in `block in _app_views_addresses_demo_index_html_erb___3919192140171463185_70136724490780' app/views/addresses_demo/index.html.erb:3:in `_app_views_addresses_demo_index_html_erb___3919192140171463185_70136724490780' Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.9ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.7ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.9ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (33.9ms) Started GET "/" for ::1 at 2015-05-05 14:32:39 -0400 Processing by AddressesDemoController#index as HTML Address Load (0.2ms) SELECT "addresses".* FROM "addresses" Rendered addresses_demo/_form.html.erb (80.8ms) Rendered addresses_demo/index.html.erb within layouts/application (83.2ms) Completed 500 Internal Server Error in 86ms (ActiveRecord: 0.2ms) ActionView::Template::Error (undefined method `address_path' for #<#:0x007f93f5e45878>): 10: subdivision_options ||= {} 11: %> 12: 13: <%= form_for(address, url: nil, html: {class: address.title.parameterize}) do |f| %> 14:

<%= name %>

15:

<%= note %>

16: app/views/addresses_demo/_form.html.erb:13:in `_app_views_addresses_demo__form_html_erb___1942919167459400745_70136731184540' app/views/addresses_demo/index.html.erb:6:in `block in _app_views_addresses_demo_index_html_erb___3919192140171463185_70136724490780' app/views/addresses_demo/index.html.erb:3:in `_app_views_addresses_demo_index_html_erb___3919192140171463185_70136724490780' Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.2ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.7ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (22.5ms) Started GET "/" for ::1 at 2015-05-05 14:32:42 -0400 Processing by AddressesDemoController#index as HTML Address Load (0.2ms) SELECT "addresses".* FROM "addresses" Rendered addresses_demo/_form.html.erb (9.3ms) Rendered addresses_demo/index.html.erb within layouts/application (10.8ms) Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.2ms) ActionView::Template::Error (undefined method `address_path' for #<#:0x007f93f62452c0>): 10: subdivision_options ||= {} 11: %> 12: 13: <%= form_for(address, url: nil, html: {class: address.title.parameterize}) do |f| %> 14:

<%= name %>

15:

<%= note %>

16: app/views/addresses_demo/_form.html.erb:13:in `_app_views_addresses_demo__form_html_erb___1942919167459400745_70136731184540' app/views/addresses_demo/index.html.erb:6:in `block in _app_views_addresses_demo_index_html_erb___3919192140171463185_70136724490780' app/views/addresses_demo/index.html.erb:3:in `_app_views_addresses_demo_index_html_erb___3919192140171463185_70136724490780' Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.6ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.8ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (24.2ms) Started GET "/" for ::1 at 2015-05-05 14:32:54 -0400 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AddressesDemoController#index as HTML Address Load (0.2ms) SELECT "addresses".* FROM "addresses" Rendered addresses_demo/_form.html.erb (113.5ms) Rendered addresses_demo/index.html.erb within layouts/application (122.7ms) Completed 500 Internal Server Error in 129ms (ActiveRecord: 0.5ms) ActionView::Template::Error (undefined method `address_path' for #<#:0x007f91d2b85400>): 10: subdivision_options ||= {} 11: %> 12: 13: <%= form_for(address, url: nil, html: {class: address.title.parameterize}) do |f| %> 14:

<%= name %>

15:

<%= note %>

16: app/views/addresses_demo/_form.html.erb:13:in `_app_views_addresses_demo__form_html_erb__3077252433605983754_70132169113620' app/views/addresses_demo/index.html.erb:6:in `block in _app_views_addresses_demo_index_html_erb__64108059388436707_70132144867600' app/views/addresses_demo/index.html.erb:3:in `_app_views_addresses_demo_index_html_erb__64108059388436707_70132144867600' Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.8ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (11.5ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (31.3ms) Started GET "/" for ::1 at 2015-05-05 14:36:18 -0400 Processing by AddressesDemoController#index as HTML Address Load (0.4ms) SELECT "addresses".* FROM "addresses" Rendered addresses_demo/_form.html.erb (7.6ms) Rendered addresses_demo/index.html.erb within layouts/application (77.0ms) Completed 500 Internal Server Error in 80ms (ActiveRecord: 0.7ms) ActionView::Template::Error (undefined method `address_path' for #<#:0x007f91d3562310>): 10: subdivision_options ||= {} 11: %> 12: 13: <%= form_for(address, url: nil, html: {class: address.title.parameterize}) do |f| %> 14:

<%= name %>

15:

<%= note %>

16: app/views/addresses_demo/_form.html.erb:13:in `_app_views_addresses_demo__form_html_erb__3077252433605983754_70132169113620' app/views/addresses_demo/index.html.erb:6:in `block in _app_views_addresses_demo_index_html_erb__64108059388436707_70132144867600' app/views/addresses_demo/index.html.erb:3:in `_app_views_addresses_demo_index_html_erb__64108059388436707_70132144867600' Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.8ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.0ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (21.3ms) Started GET "/" for ::1 at 2015-05-05 14:36:27 -0400 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AddressesDemoController#index as HTML Address Load (0.2ms) SELECT "addresses".* FROM "addresses" Rendered addresses_demo/_form.html.erb (103.2ms) Rendered addresses_demo/index.html.erb within layouts/application (111.9ms) Completed 500 Internal Server Error in 118ms (ActiveRecord: 0.5ms) ActionView::Template::Error (undefined method `address_path' for #<#:0x007f86bc6be410>): 10: subdivision_options ||= {} 11: %> 12: 13: <%= form_for(address, url: nil, html: {class: address.title.parameterize}) do |f| %> 14:

<%= name %>

15:

<%= note %>

16: app/views/addresses_demo/_form.html.erb:13:in `_app_views_addresses_demo__form_html_erb__811035155548236235_70108332322700' app/views/addresses_demo/index.html.erb:6:in `block in _app_views_addresses_demo_index_html_erb__2764867521978085877_70108354327960' app/views/addresses_demo/index.html.erb:3:in `_app_views_addresses_demo_index_html_erb__2764867521978085877_70108354327960' Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.6ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.1ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (10.2ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (30.9ms) Started GET "/" for ::1 at 2015-05-05 14:38:02 -0400 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AddressesDemoController#index as HTML Address Load (0.2ms) SELECT "addresses".* FROM "addresses" Rendered addresses_demo/_form.html.erb (12.3ms) Rendered addresses_demo/index.html.erb within layouts/application (22.8ms) Completed 500 Internal Server Error in 29ms (ActiveRecord: 0.5ms) ActionView::Template::Error (undefined method `update_address_path' for #<#:0x007ff42179ff28>): 10: subdivision_options ||= {} 11: %> 12: 13: <%= form_for(address, url: update_address_path(address.id), html: {class: address.title.parameterize}) do |f| %> 14:

<%= name %>

15:

<%= note %>

16: app/views/addresses_demo/_form.html.erb:13:in `_app_views_addresses_demo__form_html_erb__3747784992470689993_70343283138120' app/views/addresses_demo/index.html.erb:6:in `block in _app_views_addresses_demo_index_html_erb___3773012025178429728_70343255241640' app/views/addresses_demo/index.html.erb:3:in `_app_views_addresses_demo_index_html_erb___3773012025178429728_70343255241640' Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.8ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (10.3ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (32.1ms) Started GET "/" for ::1 at 2015-05-05 14:38:13 -0400 Processing by AddressesDemoController#index as HTML Address Load (0.4ms) SELECT "addresses".* FROM "addresses" Rendered addresses_demo/_form.html.erb (171.5ms) Rendered addresses_demo/index.html.erb within layouts/application (178.7ms) Completed 500 Internal Server Error in 182ms (ActiveRecord: 0.9ms) ActionView::Template::Error (undefined local variable or method `name' for #<#:0x007ff4253d2540>): 11: %> 12: 13: <%= form_for(address, url: update_address_path(address.id), html: {class: address.title.parameterize}) do |f| %> 14:

<%= name %>

15:

<%= note %>

16: 17:
app/views/addresses_demo/_form.html.erb:14:in `block in _app_views_addresses_demo__form_html_erb__3747784992470689993_70343283138120' app/views/addresses_demo/_form.html.erb:13:in `_app_views_addresses_demo__form_html_erb__3747784992470689993_70343283138120' app/views/addresses_demo/index.html.erb:6:in `block in _app_views_addresses_demo_index_html_erb___3773012025178429728_70343255241640' app/views/addresses_demo/index.html.erb:3:in `_app_views_addresses_demo_index_html_erb___3773012025178429728_70343255241640' Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.3ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.0ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (22.2ms) Started GET "/" for ::1 at 2015-05-05 14:38:23 -0400 Processing by AddressesDemoController#index as HTML Address Load (0.2ms) SELECT "addresses".* FROM "addresses" Rendered addresses_demo/_form.html.erb (2.5ms) Rendered addresses_demo/index.html.erb within layouts/application (4.2ms) Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.2ms) ActionView::Template::Error (undefined method `name' for #): 11: %> 12: 13: <%= form_for(address, url: update_address_path(address.id), html: {class: address.title.parameterize}) do |f| %> 14:

<%= address.name %>

15: 16:
17: <%= f.label(:country) %>
app/views/addresses_demo/_form.html.erb:14:in `block in _app_views_addresses_demo__form_html_erb__3747784992470689993_70343290837800' app/views/addresses_demo/_form.html.erb:13:in `_app_views_addresses_demo__form_html_erb__3747784992470689993_70343290837800' app/views/addresses_demo/index.html.erb:6:in `block in _app_views_addresses_demo_index_html_erb___3773012025178429728_70343255241640' app/views/addresses_demo/index.html.erb:3:in `_app_views_addresses_demo_index_html_erb___3773012025178429728_70343255241640' Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.1ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.4ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (21.9ms) Started GET "/" for ::1 at 2015-05-05 14:38:32 -0400 Processing by AddressesDemoController#index as HTML Address Load (0.2ms) SELECT "addresses".* FROM "addresses" Rendered addresses_demo/_form.html.erb (40.2ms) Rendered addresses_demo/_form.html.erb (37.1ms) Rendered addresses_demo/_form.html.erb (31.4ms) Rendered addresses_demo/index.html.erb within layouts/application (112.4ms) Completed 200 OK in 257ms (Views: 256.8ms | ActiveRecord: 0.2ms) Started GET "/assets/addresses_demo.self-be1cbed53dbe0bb2c39cc07be6c5e2de693eaacf0c0ecf3df88538b6cd6c69e4.css?body=1" for ::1 at 2015-05-05 14:38:32 -0400 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-05-05 14:38:32 -0400 Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-05-05 14:38:32 -0400 Started GET "/assets/subdivision_select.self-90ed5df8c7c5ca1cff407def4abd7489ff49c1a01be97ef1f4fdce1fbc41b4a9.js?body=1" for ::1 at 2015-05-05 14:38:32 -0400 Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-05-05 14:38:32 -0400 Started GET "/" for ::1 at 2015-05-05 14:39:05 -0400 Processing by AddressesDemoController#index as HTML Address Load (0.4ms) SELECT "addresses".* FROM "addresses" Rendered addresses_demo/_form.html.erb (49.8ms) Rendered addresses_demo/_form.html.erb (94.9ms) Rendered addresses_demo/_form.html.erb (43.1ms) Rendered addresses_demo/index.html.erb within layouts/application (193.4ms) Completed 200 OK in 220ms (Views: 219.7ms | ActiveRecord: 0.4ms) Started GET "/assets/addresses_demo.self-be1cbed53dbe0bb2c39cc07be6c5e2de693eaacf0c0ecf3df88538b6cd6c69e4.css?body=1" for ::1 at 2015-05-05 14:39:05 -0400 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-05-05 14:39:05 -0400 Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-05-05 14:39:05 -0400 Started GET "/assets/subdivision_select.self-90ed5df8c7c5ca1cff407def4abd7489ff49c1a01be97ef1f4fdce1fbc41b4a9.js?body=1" for ::1 at 2015-05-05 14:39:05 -0400 Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-05-05 14:39:05 -0400 Started GET "/" for ::1 at 2015-05-05 14:39:57 -0400 Processing by AddressesDemoController#index as HTML Address Load (0.2ms) SELECT "addresses".* FROM "addresses" Rendered addresses_demo/_form.html.erb (37.7ms) Rendered addresses_demo/_form.html.erb (34.2ms) Rendered addresses_demo/_form.html.erb (28.2ms) Rendered addresses_demo/index.html.erb within layouts/application (104.7ms) Completed 200 OK in 127ms (Views: 126.8ms | ActiveRecord: 0.2ms) Started GET "/assets/addresses_demo.self-be1cbed53dbe0bb2c39cc07be6c5e2de693eaacf0c0ecf3df88538b6cd6c69e4.css?body=1" for ::1 at 2015-05-05 14:39:58 -0400 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-05-05 14:39:58 -0400 Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-05-05 14:39:58 -0400 Started GET "/assets/subdivision_select.self-90ed5df8c7c5ca1cff407def4abd7489ff49c1a01be97ef1f4fdce1fbc41b4a9.js?body=1" for ::1 at 2015-05-05 14:39:58 -0400 Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-05-05 14:39:58 -0400 Started GET "/" for ::1 at 2015-05-05 14:40:35 -0400 Processing by AddressesDemoController#index as HTML Address Load (0.2ms) SELECT "addresses".* FROM "addresses" Rendered addresses_demo/_form.html.erb (29.2ms) Rendered addresses_demo/_form.html.erb (32.1ms) Rendered addresses_demo/_form.html.erb (29.5ms) Rendered addresses_demo/index.html.erb within layouts/application (94.0ms) Completed 200 OK in 113ms (Views: 112.8ms | ActiveRecord: 0.2ms) Started GET "/assets/addresses_demo.self-be1cbed53dbe0bb2c39cc07be6c5e2de693eaacf0c0ecf3df88538b6cd6c69e4.css?body=1" for ::1 at 2015-05-05 14:40:35 -0400 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-05-05 14:40:35 -0400 Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-05-05 14:40:35 -0400 Started GET "/assets/subdivision_select.self-90ed5df8c7c5ca1cff407def4abd7489ff49c1a01be97ef1f4fdce1fbc41b4a9.js?body=1" for ::1 at 2015-05-05 14:40:35 -0400 Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-05-05 14:40:35 -0400 Started GET "/" for ::1 at 2015-05-05 14:41:13 -0400 Processing by AddressesDemoController#index as HTML Address Load (0.2ms) SELECT "addresses".* FROM "addresses" Rendered addresses_demo/_form.html.erb (30.2ms) Rendered addresses_demo/_form.html.erb (32.9ms) Rendered addresses_demo/_form.html.erb (32.9ms) Rendered addresses_demo/index.html.erb within layouts/application (98.7ms) Completed 200 OK in 123ms (Views: 122.7ms | ActiveRecord: 0.2ms) Started GET "/assets/addresses_demo.self-be1cbed53dbe0bb2c39cc07be6c5e2de693eaacf0c0ecf3df88538b6cd6c69e4.css?body=1" for ::1 at 2015-05-05 14:41:13 -0400 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-05-05 14:41:13 -0400 Started GET "/assets/subdivision_select.self-90ed5df8c7c5ca1cff407def4abd7489ff49c1a01be97ef1f4fdce1fbc41b4a9.js?body=1" for ::1 at 2015-05-05 14:41:13 -0400 Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-05-05 14:41:13 -0400 Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-05-05 14:41:13 -0400 Started GET "/subdivisions?country_code=GN" for ::1 at 2015-05-05 14:41:32 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"GN"} Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=IE" for ::1 at 2015-05-05 14:41:35 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"IE"} Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/" for ::1 at 2015-05-05 14:41:59 -0400 Processing by AddressesDemoController#index as HTML Address Load (0.2ms) SELECT "addresses".* FROM "addresses" Rendered addresses_demo/_form.html.erb (29.6ms) Rendered addresses_demo/_form.html.erb (30.1ms) Rendered addresses_demo/_form.html.erb (38.0ms) Rendered addresses_demo/index.html.erb within layouts/application (100.8ms) Completed 200 OK in 130ms (Views: 129.0ms | ActiveRecord: 0.2ms) Started GET "/assets/addresses_demo.self-be1cbed53dbe0bb2c39cc07be6c5e2de693eaacf0c0ecf3df88538b6cd6c69e4.css?body=1" for ::1 at 2015-05-05 14:41:59 -0400 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-05-05 14:41:59 -0400 Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-05-05 14:41:59 -0400 Started GET "/assets/subdivision_select.self-90ed5df8c7c5ca1cff407def4abd7489ff49c1a01be97ef1f4fdce1fbc41b4a9.js?body=1" for ::1 at 2015-05-05 14:41:59 -0400 Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-05-05 14:41:59 -0400 Started GET "/subdivisions?country_code=AF" for ::1 at 2015-05-05 14:42:04 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"AF"} Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started PATCH "/1" for ::1 at 2015-05-05 14:42:07 -0400 ActionController::RoutingError (No route matches [PATCH] "/1"): actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.0) lib/rack/methodoverride.rb:22:in `call' rack (1.6.0) lib/rack/runtime.rb:18:in `call' activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.0) lib/rack/lock.rb:17:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.1) lib/rails/engine.rb:518:in `call' railties (4.2.1) lib/rails/application.rb:164:in `call' rack (1.6.0) lib/rack/lock.rb:17:in `call' rack (1.6.0) lib/rack/content_length.rb:15:in `call' rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service' /Users/sean/.rubies/ruby-2.1.6/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/sean/.rubies/ruby-2.1.6/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/sean/.rubies/ruby-2.1.6/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.1ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (5.6ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (28.7ms) Started PATCH "/1" for ::1 at 2015-05-05 14:42:23 -0400 Processing by AddressesDemoController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"jIk8ZINDTeZ74ui/CQFJ0ImBbqf4F39hyrT4MqAXQoc5Fnm5sJ2CHm+4JV2wy81fkI8bp1kDAdpkTHY4hSvN+Q==", "address"=>{"country"=>"AF", "subdivision"=>"BAM"}, "commit"=>"Update Address", "id"=>"1"} Address Load (0.2ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", nil]] Completed 404 Not Found in 16ms (ActiveRecord: 0.7ms) ActiveRecord::RecordNotFound (Couldn't find Address with 'id'=): app/controllers/addresses_demo_controller.rb:10:in `update' Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.6ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (18.5ms) Started PATCH "/1" for ::1 at 2015-05-05 14:42:50 -0400 Processing by AddressesDemoController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"jIk8ZINDTeZ74ui/CQFJ0ImBbqf4F39hyrT4MqAXQoc5Fnm5sJ2CHm+4JV2wy81fkI8bp1kDAdpkTHY4hSvN+Q==", "address"=>{"country"=>"AF", "subdivision"=>"BAM"}, "commit"=>"Update Address", "id"=>"1"} Address Load (0.2ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.5ms) UPDATE "addresses" SET "subdivision" = ?, "country" = ?, "updated_at" = ? WHERE "addresses"."id" = ? [["subdivision", "BAM"], ["country", "AF"], ["updated_at", "2015-05-05 18:42:50.740504"], ["id", 1]]  (2.2ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 16ms (ActiveRecord: 3.5ms) Started GET "/" for ::1 at 2015-05-05 14:42:50 -0400 Processing by AddressesDemoController#index as HTML Address Load (0.2ms) SELECT "addresses".* FROM "addresses" Rendered addresses_demo/_form.html.erb (29.4ms) Rendered addresses_demo/_form.html.erb (27.5ms) Rendered addresses_demo/_form.html.erb (26.2ms) Rendered addresses_demo/index.html.erb within layouts/application (85.9ms) Completed 200 OK in 103ms (Views: 103.0ms | ActiveRecord: 0.2ms) Started GET "/assets/addresses_demo.self-be1cbed53dbe0bb2c39cc07be6c5e2de693eaacf0c0ecf3df88538b6cd6c69e4.css?body=1" for ::1 at 2015-05-05 14:42:51 -0400 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-05-05 14:42:51 -0400 Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-05-05 14:42:51 -0400 Started GET "/assets/subdivision_select.self-90ed5df8c7c5ca1cff407def4abd7489ff49c1a01be97ef1f4fdce1fbc41b4a9.js?body=1" for ::1 at 2015-05-05 14:42:51 -0400 Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-05-05 14:42:51 -0400 Started PATCH "/1" for ::1 at 2015-05-05 14:42:54 -0400 Processing by AddressesDemoController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"BHRBCkRUnnumgY1PQZXJscZMfjzsyZpwZtPgws0XiqSx6wTXd4pRg7LbQK34X00+30ILPE3d5MvIK27I6CsF2g==", "address"=>{"country"=>"AF", "subdivision"=>"BAM"}, "commit"=>"Update Address", "id"=>"1"} Address Load (0.1ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 3ms (ActiveRecord: 0.3ms) Started GET "/" for ::1 at 2015-05-05 14:42:54 -0400 Processing by AddressesDemoController#index as HTML Address Load (0.2ms) SELECT "addresses".* FROM "addresses" Rendered addresses_demo/_form.html.erb (33.3ms) Rendered addresses_demo/_form.html.erb (27.5ms) Rendered addresses_demo/_form.html.erb (31.0ms) Rendered addresses_demo/index.html.erb within layouts/application (95.1ms) Completed 200 OK in 112ms (Views: 111.6ms | ActiveRecord: 0.2ms) Started GET "/" for ::1 at 2015-05-05 14:43:24 -0400 Processing by AddressesDemoController#index as HTML Address Load (0.2ms) SELECT "addresses".* FROM "addresses" Rendered addresses_demo/_form.html.erb (35.8ms) Rendered addresses_demo/_form.html.erb (31.0ms) Rendered addresses_demo/_form.html.erb (28.5ms) Rendered addresses_demo/index.html.erb within layouts/application (98.8ms) Completed 200 OK in 116ms (Views: 115.8ms | ActiveRecord: 0.2ms) Started GET "/assets/addresses_demo.self-be1cbed53dbe0bb2c39cc07be6c5e2de693eaacf0c0ecf3df88538b6cd6c69e4.css?body=1" for ::1 at 2015-05-05 14:43:24 -0400 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-05-05 14:43:24 -0400 Started GET "/assets/subdivision_select.self-90ed5df8c7c5ca1cff407def4abd7489ff49c1a01be97ef1f4fdce1fbc41b4a9.js?body=1" for ::1 at 2015-05-05 14:43:24 -0400 Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-05-05 14:43:24 -0400 Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-05-05 14:43:24 -0400 Started PATCH "/1" for ::1 at 2015-05-05 14:43:33 -0400 Processing by AddressesDemoController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Bj3g7d5rKtOxiLtvsinJtw9kNM59XjLIOBJCbUSJ+NezoqUw7bXlK6XSdo0L4004FmpBztxKTHOW6sxnYbV3qQ==", "address"=>{"title"=>"Afghan", "country"=>"AF", "subdivision"=>""}, "commit"=>"Update Address", "id"=>"1"} Address Load (0.1ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "addresses" SET "title" = ?, "subdivision" = ?, "updated_at" = ? WHERE "addresses"."id" = ? [["title", "Afghan"], ["subdivision", ""], ["updated_at", "2015-05-05 18:43:33.160722"], ["id", 1]]  (2.3ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 6ms (ActiveRecord: 2.8ms) Started GET "/" for ::1 at 2015-05-05 14:43:33 -0400 Processing by AddressesDemoController#index as HTML Address Load (0.2ms) SELECT "addresses".* FROM "addresses" Rendered addresses_demo/_form.html.erb (40.2ms) Rendered addresses_demo/_form.html.erb (52.7ms) Rendered addresses_demo/_form.html.erb (31.1ms) Rendered addresses_demo/index.html.erb within layouts/application (126.7ms) Completed 200 OK in 144ms (Views: 144.0ms | ActiveRecord: 0.2ms) Started PATCH "/1" for ::1 at 2015-05-05 14:43:41 -0400 Processing by AddressesDemoController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Afz9wDuQIRBCUKAmOwaziNEveydj/Ss71ax17o4wjfi0Y7gdCE7u6FYKbcSCzDcHyCEOJ8LpVYB7VPvkqwwChg==", "address"=>{"title"=>"Afghan", "country"=>"AF", "subdivision"=>"BAM"}, "commit"=>"Update Address", "id"=>"1"} Address Load (0.1ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "addresses" SET "subdivision" = ?, "updated_at" = ? WHERE "addresses"."id" = ? [["subdivision", "BAM"], ["updated_at", "2015-05-05 18:43:41.172228"], ["id", 1]]  (2.8ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 7ms (ActiveRecord: 3.3ms) Started GET "/" for ::1 at 2015-05-05 14:43:41 -0400 Processing by AddressesDemoController#index as HTML Address Load (0.2ms) SELECT "addresses".* FROM "addresses" Rendered addresses_demo/_form.html.erb (40.9ms) Rendered addresses_demo/_form.html.erb (37.4ms) Rendered addresses_demo/_form.html.erb (27.8ms) Rendered addresses_demo/index.html.erb within layouts/application (109.1ms) Completed 200 OK in 125ms (Views: 124.5ms | ActiveRecord: 0.2ms) Address Load (0.2ms) SELECT "addresses".* FROM "addresses" ORDER BY "addresses"."id" ASC LIMIT 1 Started GET "/" for ::1 at 2015-05-05 16:04:21 -0400 Processing by AddressesDemoController#index as HTML Address Load (0.5ms) SELECT "addresses".* FROM "addresses" Rendered addresses_demo/_form.html.erb (31.7ms) Rendered addresses_demo/_form.html.erb (29.8ms) Rendered addresses_demo/_form.html.erb (29.5ms) Rendered addresses_demo/index.html.erb within layouts/application (94.8ms) Completed 200 OK in 125ms (Views: 124.2ms | ActiveRecord: 0.5ms) Started GET "/assets/addresses_demo.self-7c6d569e205b249d1b7c086937a8389357728bbbf3f4b6529569dc653196e0f0.css?body=1" for ::1 at 2015-05-05 16:04:21 -0400 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-05-05 16:04:21 -0400 Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-05-05 16:04:21 -0400 Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-05-05 16:04:21 -0400 Started GET "/assets/subdivision_select.self-90ed5df8c7c5ca1cff407def4abd7489ff49c1a01be97ef1f4fdce1fbc41b4a9.js?body=1" for ::1 at 2015-05-05 16:04:21 -0400 Started GET "/posts/12/edit?validation=1d9db39c7368a0be0cd70eab6c773718" for ::1 at 2015-05-05 16:09:42 -0400 ActionController::RoutingError (No route matches [GET] "/posts/12/edit"): actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.0) lib/rack/methodoverride.rb:22:in `call' rack (1.6.0) lib/rack/runtime.rb:18:in `call' activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.0) lib/rack/lock.rb:17:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.1) lib/rails/engine.rb:518:in `call' railties (4.2.1) lib/rails/application.rb:164:in `call' rack (1.6.0) lib/rack/lock.rb:17:in `call' rack (1.6.0) lib/rack/content_length.rb:15:in `call' rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service' /Users/sean/.rubies/ruby-2.1.6/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/sean/.rubies/ruby-2.1.6/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/sean/.rubies/ruby-2.1.6/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.2ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.7ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (29.0ms) Started GET "/p" for ::1 at 2015-05-05 16:09:45 -0400 ActionController::RoutingError (No route matches [GET] "/p"): actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.0) lib/rack/methodoverride.rb:22:in `call' rack (1.6.0) lib/rack/runtime.rb:18:in `call' activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.0) lib/rack/lock.rb:17:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.1) lib/rails/engine.rb:518:in `call' railties (4.2.1) lib/rails/application.rb:164:in `call' rack (1.6.0) lib/rack/lock.rb:17:in `call' rack (1.6.0) lib/rack/content_length.rb:15:in `call' rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service' /Users/sean/.rubies/ruby-2.1.6/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/sean/.rubies/ruby-2.1.6/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/sean/.rubies/ruby-2.1.6/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.1ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.5ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (22.6ms) Started GET "/" for ::1 at 2015-05-05 16:09:47 -0400 Processing by AddressesDemoController#index as HTML Address Load (0.2ms) SELECT "addresses".* FROM "addresses" Rendered addresses_demo/_form.html.erb (27.5ms) Rendered addresses_demo/_form.html.erb (29.6ms) Rendered addresses_demo/_form.html.erb (25.6ms) Rendered addresses_demo/index.html.erb within layouts/application (85.3ms) Completed 200 OK in 105ms (Views: 104.8ms | ActiveRecord: 0.2ms) Started GET "/" for ::1 at 2015-05-05 16:09:56 -0400 ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AddressesDemoController#index as HTML Address Load (0.5ms) SELECT "addresses".* FROM "addresses" Rendered addresses_demo/_form.html.erb (193.0ms) Rendered addresses_demo/_form.html.erb (44.9ms) Rendered addresses_demo/_form.html.erb (42.7ms) Rendered addresses_demo/index.html.erb within layouts/application (298.2ms) Completed 200 OK in 550ms (Views: 546.4ms | ActiveRecord: 1.2ms) Started GET "/assets/addresses_demo.self-7c6d569e205b249d1b7c086937a8389357728bbbf3f4b6529569dc653196e0f0.css?body=1" for ::1 at 2015-05-05 16:09:57 -0400 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-05-05 16:09:57 -0400 Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-05-05 16:09:57 -0400 Started GET "/assets/subdivision_select.self-90ed5df8c7c5ca1cff407def4abd7489ff49c1a01be97ef1f4fdce1fbc41b4a9.js?body=1" for ::1 at 2015-05-05 16:09:57 -0400 Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-05-05 16:09:57 -0400 Started GET "/" for ::1 at 2015-05-05 16:10:07 -0400 Processing by AddressesDemoController#index as HTML Address Load (0.3ms) SELECT "addresses".* FROM "addresses" Rendered addresses_demo/_form.html.erb (49.9ms) Rendered addresses_demo/_form.html.erb (67.0ms) Rendered addresses_demo/_form.html.erb (53.6ms) Rendered addresses_demo/index.html.erb within layouts/application (175.0ms) Completed 200 OK in 205ms (Views: 204.6ms | ActiveRecord: 0.3ms) Started GET "/assets/addresses_demo.self-7c6d569e205b249d1b7c086937a8389357728bbbf3f4b6529569dc653196e0f0.css?body=1" for ::1 at 2015-05-05 16:10:07 -0400 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-05-05 16:10:07 -0400 Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-05-05 16:10:07 -0400 Started GET "/assets/subdivision_select.self-90ed5df8c7c5ca1cff407def4abd7489ff49c1a01be97ef1f4fdce1fbc41b4a9.js?body=1" for ::1 at 2015-05-05 16:10:07 -0400 Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-05-05 16:10:07 -0400 Started GET "/" for ::1 at 2015-05-05 16:10:12 -0400 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AddressesDemoController#index as HTML Address Load (0.2ms) SELECT "addresses".* FROM "addresses" Rendered addresses_demo/_form.html.erb (131.8ms) Rendered addresses_demo/_form.html.erb (29.2ms) Rendered addresses_demo/_form.html.erb (31.4ms) Rendered addresses_demo/index.html.erb within layouts/application (202.7ms) Completed 200 OK in 392ms (Views: 388.5ms | ActiveRecord: 0.5ms) Started GET "/assets/addresses_demo.self-7c6d569e205b249d1b7c086937a8389357728bbbf3f4b6529569dc653196e0f0.css?body=1" for ::1 at 2015-05-05 16:10:13 -0400 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-05-05 16:10:13 -0400 Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-05-05 16:10:13 -0400 Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-05-05 16:10:13 -0400 Started GET "/assets/subdivision_select.self-90ed5df8c7c5ca1cff407def4abd7489ff49c1a01be97ef1f4fdce1fbc41b4a9.js?body=1" for ::1 at 2015-05-05 16:10:13 -0400 Started GET "/" for 127.0.0.1 at 2015-05-05 16:12:36 -0400 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AddressesDemoController#index as HTML Address Load (0.2ms) SELECT "addresses".* FROM "addresses" Rendered addresses_demo/_form.html.erb (139.3ms) Rendered addresses_demo/_form.html.erb (40.1ms) Rendered addresses_demo/_form.html.erb (28.7ms) Rendered addresses_demo/index.html.erb within layouts/application (218.5ms) Completed 200 OK in 393ms (Views: 391.3ms | ActiveRecord: 0.5ms) Started GET "/assets/addresses_demo.self-7c6d569e205b249d1b7c086937a8389357728bbbf3f4b6529569dc653196e0f0.css?body=1" for 127.0.0.1 at 2015-05-05 16:12:36 -0400 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2015-05-05 16:12:36 -0400 Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for 127.0.0.1 at 2015-05-05 16:12:36 -0400 Started GET "/assets/subdivision_select.self-90ed5df8c7c5ca1cff407def4abd7489ff49c1a01be97ef1f4fdce1fbc41b4a9.js?body=1" for 127.0.0.1 at 2015-05-05 16:12:36 -0400 Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for 127.0.0.1 at 2015-05-05 16:12:36 -0400 Started GET "/subdivisions?country_code=TL" for 127.0.0.1 at 2015-05-05 16:12:47 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"TL"} Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=US" for 127.0.0.1 at 2015-05-05 16:12:51 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"US"} Completed 200 OK in 4ms (Views: 0.6ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=UM" for 127.0.0.1 at 2015-05-05 16:12:55 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"UM"} Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=US" for 127.0.0.1 at 2015-05-05 16:13:02 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"US"} Completed 200 OK in 4ms (Views: 0.6ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-05-05 16:13:24 -0400 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AddressesDemoController#index as HTML Address Load (0.2ms) SELECT "addresses".* FROM "addresses" Rendered addresses_demo/_form.html.erb (134.2ms) Rendered addresses_demo/_form.html.erb (27.5ms) Rendered addresses_demo/_form.html.erb (29.5ms) Rendered addresses_demo/index.html.erb within layouts/application (201.4ms) Completed 200 OK in 389ms (Views: 386.1ms | ActiveRecord: 0.5ms) Started GET "/assets/addresses_demo.self-7c6d569e205b249d1b7c086937a8389357728bbbf3f4b6529569dc653196e0f0.css?body=1" for 127.0.0.1 at 2015-05-05 16:13:24 -0400 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2015-05-05 16:13:24 -0400 Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for 127.0.0.1 at 2015-05-05 16:13:24 -0400 Started GET "/assets/subdivision_select.self-90ed5df8c7c5ca1cff407def4abd7489ff49c1a01be97ef1f4fdce1fbc41b4a9.js?body=1" for 127.0.0.1 at 2015-05-05 16:13:24 -0400 Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for 127.0.0.1 at 2015-05-05 16:13:24 -0400 Started GET "/" for ::1 at 2015-05-05 16:13:39 -0400 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AddressesDemoController#index as HTML Address Load (0.2ms) SELECT "addresses".* FROM "addresses" Rendered addresses_demo/_form.html.erb (130.2ms) Rendered addresses_demo/index.html.erb within layouts/application (139.7ms) Completed 500 Internal Server Error in 146ms (ActiveRecord: 0.5ms) ActionView::Template::Error (undefined method `subdivision' for #): 17: 18:
19: <%= f.label(:subdivision, "State / Province") %>
20: <%= f.subdivision_select(:subdivision, address.country, include_blank: true ) %> 21:
22: 23:
app/views/addresses_demo/_form.html.erb:20:in `block in _app_views_addresses_demo__form_html_erb__4031394278382100123_70262005268220' app/views/addresses_demo/_form.html.erb:2:in `_app_views_addresses_demo__form_html_erb__4031394278382100123_70262005268220' app/views/addresses_demo/index.html.erb:5:in `block in _app_views_addresses_demo_index_html_erb__2936755643114088140_70262019171920' app/views/addresses_demo/index.html.erb:3:in `_app_views_addresses_demo_index_html_erb__2936755643114088140_70262019171920' Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.6ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.8ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (31.9ms) Started GET "/" for ::1 at 2015-05-05 16:13:54 -0400 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AddressesDemoController#index as HTML Address Load (0.2ms) SELECT "addresses".* FROM "addresses" Rendered addresses_demo/_form.html.erb (138.0ms) Rendered addresses_demo/_form.html.erb (27.8ms) Rendered addresses_demo/_form.html.erb (30.3ms) Rendered addresses_demo/index.html.erb within layouts/application (206.3ms) Completed 200 OK in 400ms (Views: 397.4ms | ActiveRecord: 0.5ms) Started GET "/assets/addresses_demo.self-7c6d569e205b249d1b7c086937a8389357728bbbf3f4b6529569dc653196e0f0.css?body=1" for ::1 at 2015-05-05 16:13:54 -0400 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-05-05 16:13:54 -0400 Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-05-05 16:13:54 -0400 Started GET "/assets/subdivision_select.self-90ed5df8c7c5ca1cff407def4abd7489ff49c1a01be97ef1f4fdce1fbc41b4a9.js?body=1" for ::1 at 2015-05-05 16:13:54 -0400 Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-05-05 16:13:54 -0400 Started GET "/" for ::1 at 2015-05-05 16:14:20 -0400 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AddressesDemoController#index as HTML Address Load (0.2ms) SELECT "addresses".* FROM "addresses" Rendered addresses_demo/_form.html.erb (136.4ms) Rendered addresses_demo/_form.html.erb (29.8ms) Rendered addresses_demo/_form.html.erb (30.5ms) Rendered addresses_demo/index.html.erb within layouts/application (206.6ms) Completed 200 OK in 405ms (Views: 403.5ms | ActiveRecord: 0.5ms) Started GET "/assets/addresses_demo.self-7c6d569e205b249d1b7c086937a8389357728bbbf3f4b6529569dc653196e0f0.css?body=1" for ::1 at 2015-05-05 16:14:21 -0400 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-05-05 16:14:21 -0400 Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-05-05 16:14:21 -0400 Started GET "/assets/subdivision_select.self-90ed5df8c7c5ca1cff407def4abd7489ff49c1a01be97ef1f4fdce1fbc41b4a9.js?body=1" for ::1 at 2015-05-05 16:14:21 -0400 Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-05-05 16:14:21 -0400 Started GET "/" for ::1 at 2015-05-05 16:15:25 -0400 Processing by AddressesDemoController#index as HTML Address Load (0.3ms) SELECT "addresses".* FROM "addresses" ORDER BY "addresses"."id" ASC LIMIT 1 Rendered addresses_demo/_form.html.erb (34.1ms) Address Load (0.2ms) SELECT "addresses".* FROM "addresses" Rendered addresses_demo/_form.html.erb (50.3ms) Rendered addresses_demo/_form.html.erb (32.2ms) Rendered addresses_demo/_form.html.erb (28.3ms) Rendered addresses_demo/index.html.erb within layouts/application (155.3ms) Completed 200 OK in 176ms (Views: 174.9ms | ActiveRecord: 0.4ms) Started GET "/assets/addresses_demo.self-7c6d569e205b249d1b7c086937a8389357728bbbf3f4b6529569dc653196e0f0.css?body=1" for ::1 at 2015-05-05 16:15:25 -0400 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-05-05 16:15:25 -0400 Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-05-05 16:15:25 -0400 Started GET "/assets/subdivision_select.self-90ed5df8c7c5ca1cff407def4abd7489ff49c1a01be97ef1f4fdce1fbc41b4a9.js?body=1" for ::1 at 2015-05-05 16:15:25 -0400 Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-05-05 16:15:25 -0400 Started GET "/" for ::1 at 2015-05-05 16:15:32 -0400 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AddressesDemoController#index as HTML Address Load (0.3ms) SELECT "addresses".* FROM "addresses" ORDER BY "addresses"."id" ASC LIMIT 1 Rendered addresses_demo/_form.html.erb (131.7ms) Address Load (0.3ms) SELECT "addresses".* FROM "addresses" Rendered addresses_demo/_form.html.erb (27.3ms) Rendered addresses_demo/_form.html.erb (30.5ms) Rendered addresses_demo/_form.html.erb (28.1ms) Rendered addresses_demo/index.html.erb within layouts/application (232.5ms) Completed 200 OK in 406ms (Views: 403.7ms | ActiveRecord: 1.1ms) Started GET "/assets/addresses_demo.self-7c6d569e205b249d1b7c086937a8389357728bbbf3f4b6529569dc653196e0f0.css?body=1" for ::1 at 2015-05-05 16:15:33 -0400 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-05-05 16:15:33 -0400 Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-05-05 16:15:33 -0400 Started GET "/assets/subdivision_select.self-90ed5df8c7c5ca1cff407def4abd7489ff49c1a01be97ef1f4fdce1fbc41b4a9.js?body=1" for ::1 at 2015-05-05 16:15:33 -0400 Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-05-05 16:15:33 -0400 Started GET "/" for ::1 at 2015-05-05 16:16:16 -0400 Processing by AddressesDemoController#index as HTML Address Load (0.2ms) SELECT "addresses".* FROM "addresses" ORDER BY "addresses"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "addresses".* FROM "addresses" ORDER BY "addresses"."id" ASC LIMIT 1 Rendered addresses_demo/_form.html.erb (34.0ms) Address Load (0.2ms) SELECT "addresses".* FROM "addresses" Rendered addresses_demo/_form.html.erb (48.4ms) Rendered addresses_demo/_form.html.erb (33.1ms) Rendered addresses_demo/_form.html.erb (29.6ms) Rendered addresses_demo/index.html.erb within layouts/application (163.0ms) Completed 500 Internal Server Error in 173ms (ActiveRecord: 1.1ms) ActionView::Template::Error (undefined local variable or method `address' for #<#:0x007fba4ae8aad8>): 22: <%= 23: form_for( 24: @address, 25: url: update_address_path(address.id), 26: html: {class: address.title.parameterize} 27: ) do |f| %> 28: app/views/addresses_demo/index.html.erb:25:in `_app_views_addresses_demo_index_html_erb___4341038929198175_70219048689580' Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.3ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (20.3ms) Started GET "/" for ::1 at 2015-05-05 16:16:41 -0400 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AddressesDemoController#index as HTML Address Load (0.2ms) SELECT "addresses".* FROM "addresses" ORDER BY "addresses"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "addresses".* FROM "addresses" ORDER BY "addresses"."id" ASC LIMIT 1 Rendered addresses_demo/_form.html.erb (143.5ms) Address Load (0.2ms) SELECT "addresses".* FROM "addresses" Rendered addresses_demo/_form.html.erb (28.2ms) Rendered addresses_demo/_form.html.erb (30.1ms) Rendered addresses_demo/_form.html.erb (28.6ms) Rendered addresses_demo/index.html.erb within layouts/application (268.5ms) Completed 200 OK in 472ms (Views: 462.0ms | ActiveRecord: 0.8ms) Started GET "/assets/addresses_demo.self-7c6d569e205b249d1b7c086937a8389357728bbbf3f4b6529569dc653196e0f0.css?body=1" for ::1 at 2015-05-05 16:16:42 -0400 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-05-05 16:16:42 -0400 Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-05-05 16:16:42 -0400 Started GET "/assets/subdivision_select.self-90ed5df8c7c5ca1cff407def4abd7489ff49c1a01be97ef1f4fdce1fbc41b4a9.js?body=1" for ::1 at 2015-05-05 16:16:42 -0400 Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-05-05 16:16:42 -0400 Started GET "/posts/success" for ::1 at 2015-05-05 16:22:37 -0400 ActionController::RoutingError (No route matches [GET] "/posts/success"): actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.0) lib/rack/methodoverride.rb:22:in `call' rack (1.6.0) lib/rack/runtime.rb:18:in `call' activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.0) lib/rack/lock.rb:17:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.1) lib/rails/engine.rb:518:in `call' railties (4.2.1) lib/rails/application.rb:164:in `call' rack (1.6.0) lib/rack/lock.rb:17:in `call' rack (1.6.0) lib/rack/content_length.rb:15:in `call' rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service' /Users/sean/.rubies/ruby-2.1.6/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/sean/.rubies/ruby-2.1.6/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/sean/.rubies/ruby-2.1.6/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.1ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.8ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (24.2ms) Started GET "/" for ::1 at 2015-05-05 16:22:43 -0400 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AddressesDemoController#index as HTML Address Load (0.2ms) SELECT "addresses".* FROM "addresses" Rendered addresses_demo/_form.html.erb (139.7ms) Rendered addresses_demo/_form.html.erb (29.9ms) Rendered addresses_demo/_form.html.erb (32.5ms) Rendered addresses_demo/index.html.erb within layouts/application (213.5ms) Completed 200 OK in 394ms (Views: 391.8ms | ActiveRecord: 0.6ms) Started GET "/" for ::1 at 2015-05-05 16:22:57 -0400 Processing by AddressesDemoController#index as HTML Address Load (0.2ms) SELECT "addresses".* FROM "addresses" Rendered addresses_demo/_form.html.erb (37.5ms) Rendered addresses_demo/_form.html.erb (33.9ms) Rendered addresses_demo/_form.html.erb (47.7ms) Rendered addresses_demo/index.html.erb within layouts/application (122.4ms) Completed 200 OK in 142ms (Views: 141.8ms | ActiveRecord: 0.2ms) Started GET "/assets/addresses_demo.self-7c6d569e205b249d1b7c086937a8389357728bbbf3f4b6529569dc653196e0f0.css?body=1" for ::1 at 2015-05-05 16:22:58 -0400 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-05-05 16:22:58 -0400 Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-05-05 16:22:58 -0400 Started GET "/assets/subdivision_select.self-90ed5df8c7c5ca1cff407def4abd7489ff49c1a01be97ef1f4fdce1fbc41b4a9.js?body=1" for ::1 at 2015-05-05 16:22:58 -0400 Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-05-05 16:22:58 -0400 Started GET "/" for ::1 at 2015-05-05 16:23:05 -0400 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AddressesDemoController#index as HTML Address Load (0.2ms) SELECT "addresses".* FROM "addresses" Rendered addresses_demo/_form.html.erb (140.8ms) Rendered addresses_demo/_form.html.erb (28.4ms) Rendered addresses_demo/_form.html.erb (28.5ms) Rendered addresses_demo/index.html.erb within layouts/application (208.4ms) Completed 200 OK in 391ms (Views: 389.1ms | ActiveRecord: 0.6ms) Started GET "/assets/addresses_demo.self-7c6d569e205b249d1b7c086937a8389357728bbbf3f4b6529569dc653196e0f0.css?body=1" for ::1 at 2015-05-05 16:23:06 -0400 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-05-05 16:23:06 -0400 Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-05-05 16:23:06 -0400 Started GET "/assets/subdivision_select.self-90ed5df8c7c5ca1cff407def4abd7489ff49c1a01be97ef1f4fdce1fbc41b4a9.js?body=1" for ::1 at 2015-05-05 16:23:06 -0400 Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-05-05 16:23:06 -0400 Started GET "/subdivisions?country_code=" for ::1 at 2015-05-05 16:23:19 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>""} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PATCH "/1" for ::1 at 2015-05-05 16:23:20 -0400 Processing by AddressesDemoController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PYx7cU4ck+pQ7C/qSD5328ZmAA2ApleWXC6wfNlC3XGIEz6sfcJcEkS24gjx9PNU32h1DSGyKS3y1j52/H5SDw==", "address"=>{"title"=>"Afghan", "country"=>""}, "commit"=>"Update Address", "id"=>"1"} Address Load (0.3ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.5ms) UPDATE "addresses" SET "country" = ?, "updated_at" = ? WHERE "addresses"."id" = ? [["country", ""], ["updated_at", "2015-05-05 20:23:20.728399"], ["id", 1]]  (0.7ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 17ms (ActiveRecord: 1.6ms) Started GET "/" for ::1 at 2015-05-05 16:23:20 -0400 Processing by AddressesDemoController#index as HTML Address Load (0.3ms) SELECT "addresses".* FROM "addresses" Rendered addresses_demo/_form.html.erb (30.9ms) Rendered addresses_demo/_form.html.erb (57.2ms) Rendered addresses_demo/_form.html.erb (37.7ms) Rendered addresses_demo/index.html.erb within layouts/application (129.2ms) Completed 200 OK in 154ms (Views: 153.2ms | ActiveRecord: 0.3ms) Started GET "/" for ::1 at 2015-05-05 16:23:34 -0400 Processing by AddressesDemoController#index as HTML Address Load (0.2ms) SELECT "addresses".* FROM "addresses" Rendered addresses_demo/_form.html.erb (32.3ms) Rendered addresses_demo/_form.html.erb (32.8ms) Rendered addresses_demo/_form.html.erb (83.4ms) Rendered addresses_demo/index.html.erb within layouts/application (151.8ms) Completed 200 OK in 172ms (Views: 171.5ms | ActiveRecord: 0.2ms) Address Load (0.2ms) SELECT "addresses".* FROM "addresses" ORDER BY "addresses"."id" ASC LIMIT 1 Started GET "/" for ::1 at 2015-05-05 16:29:03 -0400 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AddressesDemoController#index as HTML Address Load (0.2ms) SELECT "addresses".* FROM "addresses" Rendered addresses_demo/_form.html.erb (132.2ms) Rendered addresses_demo/_form.html.erb (27.5ms) Rendered addresses_demo/_form.html.erb (29.2ms) Rendered addresses_demo/index.html.erb within layouts/application (198.9ms) Completed 200 OK in 375ms (Views: 372.6ms | ActiveRecord: 0.5ms) Started GET "/assets/addresses_demo.self-7c6d569e205b249d1b7c086937a8389357728bbbf3f4b6529569dc653196e0f0.css?body=1" for ::1 at 2015-05-05 16:29:03 -0400 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-05-05 16:29:03 -0400 Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-05-05 16:29:03 -0400 Started GET "/assets/subdivision_select.self-90ed5df8c7c5ca1cff407def4abd7489ff49c1a01be97ef1f4fdce1fbc41b4a9.js?body=1" for ::1 at 2015-05-05 16:29:03 -0400 Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-05-05 16:29:03 -0400 Started GET "/" for ::1 at 2015-05-05 16:29:11 -0400 Processing by AddressesDemoController#index as HTML Address Load (0.3ms) SELECT "addresses".* FROM "addresses" Rendered addresses_demo/_form.html.erb (39.3ms) Rendered addresses_demo/_form.html.erb (49.0ms) Rendered addresses_demo/_form.html.erb (32.2ms) Rendered addresses_demo/index.html.erb within layouts/application (123.6ms) Completed 200 OK in 144ms (Views: 143.0ms | ActiveRecord: 0.3ms) Started GET "/assets/addresses_demo.self-7c6d569e205b249d1b7c086937a8389357728bbbf3f4b6529569dc653196e0f0.css?body=1" for ::1 at 2015-05-05 16:29:11 -0400 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-05-05 16:29:11 -0400 Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-05-05 16:29:11 -0400 Started GET "/assets/subdivision_select.self-90ed5df8c7c5ca1cff407def4abd7489ff49c1a01be97ef1f4fdce1fbc41b4a9.js?body=1" for ::1 at 2015-05-05 16:29:11 -0400 Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-05-05 16:29:11 -0400 Started GET "/" for ::1 at 2015-05-05 16:29:12 -0400 Processing by AddressesDemoController#index as HTML Address Load (0.3ms) SELECT "addresses".* FROM "addresses" Rendered addresses_demo/_form.html.erb (31.3ms) Rendered addresses_demo/_form.html.erb (32.7ms) Rendered addresses_demo/_form.html.erb (82.7ms) Rendered addresses_demo/index.html.erb within layouts/application (150.1ms) Completed 200 OK in 173ms (Views: 172.1ms | ActiveRecord: 0.3ms) Started GET "/assets/addresses_demo.self-7c6d569e205b249d1b7c086937a8389357728bbbf3f4b6529569dc653196e0f0.css?body=1" for ::1 at 2015-05-05 16:29:13 -0400 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-05-05 16:29:13 -0400 Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-05-05 16:29:13 -0400 Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-05-05 16:29:13 -0400 Started GET "/assets/subdivision_select.self-90ed5df8c7c5ca1cff407def4abd7489ff49c1a01be97ef1f4fdce1fbc41b4a9.js?body=1" for ::1 at 2015-05-05 16:29:13 -0400 Started GET "/" for ::1 at 2015-05-05 16:29:17 -0400 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AddressesDemoController#index as HTML Address Load (0.2ms) SELECT "addresses".* FROM "addresses" Rendered addresses_demo/_form.html.erb (139.5ms) Rendered addresses_demo/_form.html.erb (30.9ms) Rendered addresses_demo/_form.html.erb (29.7ms) Rendered addresses_demo/index.html.erb within layouts/application (210.5ms) Completed 200 OK in 402ms (Views: 400.2ms | ActiveRecord: 0.5ms) Started GET "/assets/addresses_demo.self-7c6d569e205b249d1b7c086937a8389357728bbbf3f4b6529569dc653196e0f0.css?body=1" for ::1 at 2015-05-05 16:29:18 -0400 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-05-05 16:29:18 -0400 Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-05-05 16:29:18 -0400 Started GET "/assets/subdivision_select.self-90ed5df8c7c5ca1cff407def4abd7489ff49c1a01be97ef1f4fdce1fbc41b4a9.js?body=1" for ::1 at 2015-05-05 16:29:18 -0400 Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-05-05 16:29:18 -0400 Started GET "/" for ::1 at 2015-05-05 16:29:44 -0400 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AddressesDemoController#index as HTML Address Load (0.2ms) SELECT "addresses".* FROM "addresses" Rendered addresses_demo/_form.html.erb (122.8ms) Rendered addresses_demo/index.html.erb within layouts/application (133.2ms) Completed 500 Internal Server Error in 139ms (ActiveRecord: 0.7ms) ActionView::Template::Error (wrong number of arguments (0 for 1)): 17: 18:
19: <%= f.label(:subdivision, "State / Province") %>
20: <%= f.subdivision_select(:subdivision, address.country, include_blank: true ) %> 21:
22: 23:
app/views/addresses_demo/_form.html.erb:20:in `block in _app_views_addresses_demo__form_html_erb___3375434946733361570_70102431973600' app/views/addresses_demo/_form.html.erb:2:in `_app_views_addresses_demo__form_html_erb___3375434946733361570_70102431973600' app/views/addresses_demo/index.html.erb:5:in `block in _app_views_addresses_demo_index_html_erb__122601752567523244_70102400927580' app/views/addresses_demo/index.html.erb:3:in `_app_views_addresses_demo_index_html_erb__122601752567523244_70102400927580' Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.9ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.0ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.1ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (35.2ms) Started GET "/" for ::1 at 2015-05-05 16:30:01 -0400 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AddressesDemoController#index as HTML Address Load (0.2ms) SELECT "addresses".* FROM "addresses" Rendered addresses_demo/_form.html.erb (160.9ms) Rendered addresses_demo/index.html.erb within layouts/application (173.6ms) Completed 500 Internal Server Error in 181ms (ActiveRecord: 0.6ms) ActionView::Template::Error (wrong number of arguments (0 for 1)): 17: 18:
19: <%= f.label(:subdivision, "State / Province") %>
20: <%= f.subdivision_select(:subdivision, address.country, include_blank: true ) %> 21:
22: 23:
app/views/addresses_demo/_form.html.erb:20:in `block in _app_views_addresses_demo__form_html_erb__3288773655918353416_70156845904300' app/views/addresses_demo/_form.html.erb:2:in `_app_views_addresses_demo__form_html_erb__3288773655918353416_70156845904300' app/views/addresses_demo/index.html.erb:5:in `block in _app_views_addresses_demo_index_html_erb__2110869883886621339_70156864914820' app/views/addresses_demo/index.html.erb:3:in `_app_views_addresses_demo_index_html_erb__2110869883886621339_70156864914820' Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.7ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.5ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (10.1ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (34.2ms) Started GET "/" for ::1 at 2015-05-05 16:30:02 -0400 Processing by AddressesDemoController#index as HTML Address Load (0.2ms) SELECT "addresses".* FROM "addresses" Rendered addresses_demo/_form.html.erb (28.6ms) Rendered addresses_demo/index.html.erb within layouts/application (30.0ms) Completed 500 Internal Server Error in 32ms (ActiveRecord: 0.2ms) ActionView::Template::Error (wrong number of arguments (0 for 1)): 17: 18:
19: <%= f.label(:subdivision, "State / Province") %>
20: <%= f.subdivision_select(:subdivision, address.country, include_blank: true ) %> 21:
22: 23:
app/views/addresses_demo/_form.html.erb:20:in `block in _app_views_addresses_demo__form_html_erb__3288773655918353416_70156845904300' app/views/addresses_demo/_form.html.erb:2:in `_app_views_addresses_demo__form_html_erb__3288773655918353416_70156845904300' app/views/addresses_demo/index.html.erb:5:in `block in _app_views_addresses_demo_index_html_erb__2110869883886621339_70156864914820' app/views/addresses_demo/index.html.erb:3:in `_app_views_addresses_demo_index_html_erb__2110869883886621339_70156864914820' Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.2ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.4ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (25.3ms) Started GET "/" for ::1 at 2015-05-05 16:30:15 -0400 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AddressesDemoController#index as HTML Address Load (0.3ms) SELECT "addresses".* FROM "addresses" Rendered addresses_demo/_form.html.erb (143.3ms) Rendered addresses_demo/index.html.erb within layouts/application (156.0ms) Completed 500 Internal Server Error in 164ms (ActiveRecord: 1.0ms) ActionView::Template::Error (wrong number of arguments (0 for 1)): 17: 18:
19: <%= f.label(:subdivision, "State / Province") %>
20: <%= f.subdivision_select(:subdivision, address.country, include_blank: true ) %> 21:
22: 23:
app/views/addresses_demo/_form.html.erb:20:in `block in _app_views_addresses_demo__form_html_erb___4480495767788241420_70147389518260' app/views/addresses_demo/_form.html.erb:2:in `_app_views_addresses_demo__form_html_erb___4480495767788241420_70147389518260' app/views/addresses_demo/index.html.erb:5:in `block in _app_views_addresses_demo_index_html_erb__2256095953905403206_70147403354480' app/views/addresses_demo/index.html.erb:3:in `_app_views_addresses_demo_index_html_erb__2256095953905403206_70147403354480' Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (14.2ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.2ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.5ms) Rendered /Users/sean/.gem/ruby/2.1.6/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (39.8ms) Started GET "/" for ::1 at 2015-05-05 16:30:52 -0400 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AddressesDemoController#index as HTML Address Load (0.2ms) SELECT "addresses".* FROM "addresses" Rendered addresses_demo/_form.html.erb (149.6ms) Rendered addresses_demo/_form.html.erb (31.9ms) Rendered addresses_demo/_form.html.erb (32.6ms) Rendered addresses_demo/index.html.erb within layouts/application (224.7ms) Completed 200 OK in 411ms (Views: 408.5ms | ActiveRecord: 0.5ms) Started GET "/assets/addresses_demo.self-7c6d569e205b249d1b7c086937a8389357728bbbf3f4b6529569dc653196e0f0.css?body=1" for ::1 at 2015-05-05 16:30:53 -0400 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-05-05 16:30:53 -0400 Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-05-05 16:30:53 -0400 Started GET "/assets/subdivision_select.self-90ed5df8c7c5ca1cff407def4abd7489ff49c1a01be97ef1f4fdce1fbc41b4a9.js?body=1" for ::1 at 2015-05-05 16:30:53 -0400 Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-05-05 16:30:53 -0400 Started GET "/" for 127.0.0.1 at 2015-05-05 16:31:11 -0400 ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AddressesDemoController#index as HTML Address Load (0.3ms) SELECT "addresses".* FROM "addresses" Rendered addresses_demo/_form.html.erb (141.3ms) Rendered addresses_demo/_form.html.erb (30.5ms) Rendered addresses_demo/_form.html.erb (27.4ms) Rendered addresses_demo/index.html.erb within layouts/application (210.3ms) Completed 200 OK in 395ms (Views: 392.6ms | ActiveRecord: 0.7ms) Started GET "/assets/addresses_demo.self-7c6d569e205b249d1b7c086937a8389357728bbbf3f4b6529569dc653196e0f0.css?body=1" for 127.0.0.1 at 2015-05-05 16:31:11 -0400 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2015-05-05 16:31:11 -0400 Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for 127.0.0.1 at 2015-05-05 16:31:11 -0400 Started GET "/assets/subdivision_select.self-90ed5df8c7c5ca1cff407def4abd7489ff49c1a01be97ef1f4fdce1fbc41b4a9.js?body=1" for 127.0.0.1 at 2015-05-05 16:31:11 -0400 Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for 127.0.0.1 at 2015-05-05 16:31:11 -0400 Started GET "/subdivisions?country_code=AL" for 127.0.0.1 at 2015-05-05 16:31:23 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"AL"} Completed 200 OK in 4ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started PATCH "/1" for 127.0.0.1 at 2015-05-05 16:31:26 -0400 Processing by AddressesDemoController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"yWk+zsgm04ia6P4WwmH5tVQqA0LcSzfwMrAuFG05ua589nsT+/gccI6yM/R7q306TSR2Qn1fSUucSKAeSAU20A==", "address"=>{"title"=>"Afghan", "country"=>"AL", "subdivision"=>""}, "commit"=>"Update Address", "id"=>"1"} Address Load (0.4ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.6ms) UPDATE "addresses" SET "subdivision" = ?, "country" = ?, "updated_at" = ? WHERE "addresses"."id" = ? [["subdivision", ""], ["country", "AL"], ["updated_at", "2015-05-05 20:31:26.427787"], ["id", 1]]  (1.7ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 25ms (ActiveRecord: 2.8ms) Started GET "/" for 127.0.0.1 at 2015-05-05 16:31:26 -0400 Processing by AddressesDemoController#index as HTML Address Load (0.2ms) SELECT "addresses".* FROM "addresses" Rendered addresses_demo/_form.html.erb (49.3ms) Rendered addresses_demo/_form.html.erb (89.1ms) Rendered addresses_demo/_form.html.erb (46.7ms) Rendered addresses_demo/index.html.erb within layouts/application (189.0ms) Completed 200 OK in 235ms (Views: 234.8ms | ActiveRecord: 0.2ms) Address Load (0.2ms) SELECT "addresses".* FROM "addresses" ORDER BY "addresses"."id" ASC LIMIT 1 Started PATCH "/2" for 127.0.0.1 at 2015-05-05 16:31:38 -0400 Processing by AddressesDemoController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"QNlL0dxOHyCv3vft0IwfblKGv99qCUlBCpoggcf7i7z1Rg4M75DQ2LuEOg9pRpvhS4jK38sdN/qkYq6L4scEwg==", "address"=>{"title"=>"Massachusetts, USA", "country"=>"US", "subdivision"=>""}, "commit"=>"Update Address", "id"=>"2"} Address Load (0.2ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.7ms) UPDATE "addresses" SET "subdivision" = ?, "updated_at" = ? WHERE "addresses"."id" = ? [["subdivision", ""], ["updated_at", "2015-05-05 20:31:38.156480"], ["id", 2]]  (1.8ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 7ms (ActiveRecord: 2.8ms) Started GET "/" for 127.0.0.1 at 2015-05-05 16:31:38 -0400 Processing by AddressesDemoController#index as HTML Address Load (0.2ms) SELECT "addresses".* FROM "addresses" Rendered addresses_demo/_form.html.erb (36.0ms) Rendered addresses_demo/_form.html.erb (84.1ms) Rendered addresses_demo/_form.html.erb (42.6ms) Rendered addresses_demo/index.html.erb within layouts/application (166.1ms) Completed 200 OK in 186ms (Views: 185.1ms | ActiveRecord: 0.2ms) Address Load (0.2ms) SELECT "addresses".* FROM "addresses" ORDER BY "addresses"."id" ASC LIMIT 1 OFFSET 1 Started GET "/" for ::1 at 2015-05-05 16:32:16 -0400 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AddressesDemoController#index as HTML Address Load (0.2ms) SELECT "addresses".* FROM "addresses" Rendered addresses_demo/_form.html.erb (135.0ms) Rendered addresses_demo/_form.html.erb (30.4ms) Rendered addresses_demo/_form.html.erb (29.5ms) Rendered addresses_demo/index.html.erb within layouts/application (206.0ms) Completed 200 OK in 398ms (Views: 396.4ms | ActiveRecord: 0.6ms) Started GET "/assets/addresses_demo.self-7c6d569e205b249d1b7c086937a8389357728bbbf3f4b6529569dc653196e0f0.css?body=1" for ::1 at 2015-05-05 16:32:17 -0400 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-05-05 16:32:17 -0400 Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-05-05 16:32:17 -0400 Started GET "/assets/subdivision_select.self-90ed5df8c7c5ca1cff407def4abd7489ff49c1a01be97ef1f4fdce1fbc41b4a9.js?body=1" for ::1 at 2015-05-05 16:32:17 -0400 Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-05-05 16:32:17 -0400 Started PATCH "/2" for ::1 at 2015-05-05 16:32:23 -0400 Processing by AddressesDemoController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Nd+rHwTJHAsvDnEvmal5PslIKlmUAC55xvbKcFtSg7qAQO7CNxfT8ztUvM0gY/2x0EZfWTUUUMJoDkR6fm4MxA==", "address"=>{"title"=>"Massachusetts, USA", "country"=>"US", "subdivision"=>"MA"}, "commit"=>"Update Address", "id"=>"2"} Address Load (0.4ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (1.2ms) UPDATE "addresses" SET "subdivision" = ?, "updated_at" = ? WHERE "addresses"."id" = ? [["subdivision", "MA"], ["updated_at", "2015-05-05 20:32:23.733633"], ["id", 2]]  (1.0ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 17ms (ActiveRecord: 2.6ms) Started GET "/" for ::1 at 2015-05-05 16:32:23 -0400 Processing by AddressesDemoController#index as HTML Address Load (0.2ms) SELECT "addresses".* FROM "addresses" Rendered addresses_demo/_form.html.erb (34.4ms) Rendered addresses_demo/_form.html.erb (50.7ms) Rendered addresses_demo/_form.html.erb (31.9ms) Rendered addresses_demo/index.html.erb within layouts/application (119.8ms) Completed 200 OK in 144ms (Views: 143.1ms | ActiveRecord: 0.2ms) Address Load (0.2ms) SELECT "addresses".* FROM "addresses" ORDER BY "addresses"."id" ASC LIMIT 1 OFFSET 1 Started GET "/subdivisions?country_code=TW" for ::1 at 2015-05-05 16:32:33 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"TW"} Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=TJ" for ::1 at 2015-05-05 16:32:35 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"TJ"} Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=TZ" for ::1 at 2015-05-05 16:32:37 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"TZ"} Completed 200 OK in 5ms (Views: 0.5ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=ID" for ::1 at 2015-05-05 16:32:41 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"ID"} Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.0ms) Started GET "/subdivisions?country_code=AX" for ::1 at 2015-05-05 16:32:43 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"AX"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PATCH "/2" for ::1 at 2015-05-05 16:32:44 -0400 Processing by AddressesDemoController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"IOzjYGis6OW7ItH7n8fk3VMR1kQtMYnGowv83cLnQBiVc6a9W3InHa94HBkmDWBSSh+jRIwl930N83LX59vPZg==", "address"=>{"title"=>"Massachusetts, USA", "country"=>"AX", "subdivision"=>""}, "commit"=>"Update Address", "id"=>"2"} Address Load (0.1ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "addresses" SET "subdivision" = ?, "country" = ?, "updated_at" = ? WHERE "addresses"."id" = ? [["subdivision", ""], ["country", "AX"], ["updated_at", "2015-05-05 20:32:44.293972"], ["id", 2]]  (0.7ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 5ms (ActiveRecord: 1.3ms) Started GET "/" for ::1 at 2015-05-05 16:32:44 -0400 Processing by AddressesDemoController#index as HTML Address Load (0.2ms) SELECT "addresses".* FROM "addresses" Rendered addresses_demo/_form.html.erb (32.1ms) Rendered addresses_demo/_form.html.erb (80.3ms) Rendered addresses_demo/_form.html.erb (36.4ms) Rendered addresses_demo/index.html.erb within layouts/application (151.5ms) Completed 200 OK in 174ms (Views: 173.5ms | ActiveRecord: 0.2ms) Address Load (0.2ms) SELECT "addresses".* FROM "addresses" ORDER BY "addresses"."id" ASC LIMIT 1 OFFSET 1 Started GET "/" for ::1 at 2015-05-05 18:44:28 -0400 ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AddressesDemoController#index as HTML Address Load (0.5ms) SELECT "addresses".* FROM "addresses" Rendered addresses_demo/_form.html.erb (137.0ms) Rendered addresses_demo/_form.html.erb (28.5ms) Rendered addresses_demo/_form.html.erb (28.6ms) Rendered addresses_demo/index.html.erb within layouts/application (205.0ms) Completed 200 OK in 407ms (Views: 403.9ms | ActiveRecord: 0.9ms) Started GET "/assets/addresses_demo.self-7c6d569e205b249d1b7c086937a8389357728bbbf3f4b6529569dc653196e0f0.css?body=1" for ::1 at 2015-05-05 18:44:29 -0400 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-05-05 18:44:29 -0400 Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-05-05 18:44:29 -0400 Started GET "/assets/subdivision_select.self-90ed5df8c7c5ca1cff407def4abd7489ff49c1a01be97ef1f4fdce1fbc41b4a9.js?body=1" for ::1 at 2015-05-05 18:44:29 -0400 Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-05-05 18:44:29 -0400 Started GET "/" for ::1 at 2015-05-05 18:45:15 -0400 Processing by AddressesDemoController#index as HTML Address Load (0.2ms) SELECT "addresses".* FROM "addresses" Rendered addresses_demo/_form.html.erb (31.0ms) Rendered addresses_demo/_form.html.erb (27.6ms) Rendered addresses_demo/_form.html.erb (45.7ms) Rendered addresses_demo/index.html.erb within layouts/application (107.1ms) Completed 200 OK in 127ms (Views: 126.5ms | ActiveRecord: 0.2ms) Started GET "/assets/addresses_demo.self-7c6d569e205b249d1b7c086937a8389357728bbbf3f4b6529569dc653196e0f0.css?body=1" for ::1 at 2015-05-05 18:45:16 -0400 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-05-05 18:45:16 -0400 Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-05-05 18:45:16 -0400 Started GET "/assets/subdivision_select.self-90ed5df8c7c5ca1cff407def4abd7489ff49c1a01be97ef1f4fdce1fbc41b4a9.js?body=1" for ::1 at 2015-05-05 18:45:16 -0400 Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-05-05 18:45:16 -0400 Started GET "/" for ::1 at 2015-05-05 18:45:35 -0400 Processing by AddressesDemoController#index as HTML Address Load (0.2ms) SELECT "addresses".* FROM "addresses" Rendered addresses_demo/_form.html.erb (29.5ms) Rendered addresses_demo/_form.html.erb (31.4ms) Rendered addresses_demo/_form.html.erb (75.6ms) Rendered addresses_demo/index.html.erb within layouts/application (139.8ms) Completed 200 OK in 160ms (Views: 159.4ms | ActiveRecord: 0.2ms) Started GET "/assets/addresses_demo.self-7c6d569e205b249d1b7c086937a8389357728bbbf3f4b6529569dc653196e0f0.css?body=1" for ::1 at 2015-05-05 18:45:35 -0400 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-05-05 18:45:35 -0400 Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-05-05 18:45:35 -0400 Started GET "/assets/subdivision_select.self-90ed5df8c7c5ca1cff407def4abd7489ff49c1a01be97ef1f4fdce1fbc41b4a9.js?body=1" for ::1 at 2015-05-05 18:45:35 -0400 Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-05-05 18:45:35 -0400  (1.1ms) CREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "country" varchar, "subdivision" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "title" varchar)   (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.1ms) select sqlite_version(*)  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20150505182454')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20150505181543')  (1.0ms) CREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "country" varchar, "subdivision" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "title" varchar)  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150505182454')  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20150505181543') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Address Load (0.2ms) SELECT "addresses".* FROM "addresses"  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "addresses" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", "Empty"], ["created_at", "2015-05-05 22:45:43.471279"], ["updated_at", "2015-05-05 22:45:43.471279"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "addresses" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", "Massachusetts, USA"], ["created_at", "2015-05-05 22:45:43.475287"], ["updated_at", "2015-05-05 22:45:43.475287"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "addresses" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", "Ireland"], ["created_at", "2015-05-05 22:45:43.477189"], ["updated_at", "2015-05-05 22:45:43.477189"]]  (0.8ms) commit transaction Started GET "/" for ::1 at 2015-05-05 18:45:53 -0400 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AddressesDemoController#index as HTML Address Load (0.2ms) SELECT "addresses".* FROM "addresses" Rendered addresses_demo/_form.html.erb (144.6ms) Rendered addresses_demo/_form.html.erb (24.7ms) Rendered addresses_demo/_form.html.erb (29.4ms) Rendered addresses_demo/index.html.erb within layouts/application (210.8ms) Completed 200 OK in 405ms (Views: 402.3ms | ActiveRecord: 0.6ms) Started GET "/assets/addresses_demo.self-7c6d569e205b249d1b7c086937a8389357728bbbf3f4b6529569dc653196e0f0.css?body=1" for ::1 at 2015-05-05 18:45:53 -0400 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-05-05 18:45:53 -0400 Started GET "/assets/subdivision_select.self-90ed5df8c7c5ca1cff407def4abd7489ff49c1a01be97ef1f4fdce1fbc41b4a9.js?body=1" for ::1 at 2015-05-05 18:45:53 -0400 Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-05-05 18:45:53 -0400 Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-05-05 18:45:53 -0400 Address Load (0.1ms) SELECT "addresses".* FROM "addresses" ORDER BY "addresses"."id" ASC LIMIT 1 Address Load (0.3ms) SELECT "addresses".* FROM "addresses" ORDER BY "addresses"."id" DESC LIMIT 1  (3.5ms) CREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "country" varchar, "subdivision" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "title" varchar)   (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.1ms) select sqlite_version(*)  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20150505182454')  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20150505181543')  (1.0ms) CREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "country" varchar, "subdivision" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "title" varchar)  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20150505182454')  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20150505181543') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "addresses" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", "Empty"], ["created_at", "2015-05-05 22:47:19.599177"], ["updated_at", "2015-05-05 22:47:19.599177"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "addresses" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", "Massachusetts, USA"], ["created_at", "2015-05-05 22:47:19.603196"], ["updated_at", "2015-05-05 22:47:19.603196"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "addresses" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", "Ireland, without subdivision"], ["created_at", "2015-05-05 22:47:19.605168"], ["updated_at", "2015-05-05 22:47:19.605168"]]  (0.9ms) commit transaction Address Load (0.2ms) SELECT "addresses".* FROM "addresses" ORDER BY "addresses"."id" ASC LIMIT 1 Address Load (0.3ms) SELECT "addresses".* FROM "addresses" ORDER BY "addresses"."id" DESC LIMIT 1 Address Load (0.2ms) SELECT "addresses".* FROM "addresses" ORDER BY "addresses"."id" ASC LIMIT 1 OFFSET 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "addresses" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", "hey"], ["created_at", "2015-05-05 22:48:07.365253"], ["updated_at", "2015-05-05 22:48:07.365253"]]  (2.5ms) commit transaction Address Load (0.2ms) SELECT "addresses".* FROM "addresses" ORDER BY "addresses"."id" DESC LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "addresses" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2015-05-05 22:49:03.348158"], ["updated_at", "2015-05-05 22:49:03.348158"]]  (3.3ms) commit transaction Address Load (0.3ms) SELECT "addresses".* FROM "addresses" ORDER BY "addresses"."id" DESC LIMIT 1  (0.1ms) begin transaction SQL (1.0ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "hey"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2015-05-05 22:50:23.640584"], ["updated_at", "2015-05-05 22:50:23.640584"]]  (2.2ms) commit transaction  (3.8ms) CREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "country" varchar, "subdivision" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "title" varchar)   (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.1ms) select sqlite_version(*)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150505182454')  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20150505181543')  (3.5ms) CREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "country" varchar, "subdivision" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "title" varchar)  (2.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20150505182454')  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20150505181543') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "addresses" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", "Empty"], ["created_at", "2015-05-05 22:50:34.829852"], ["updated_at", "2015-05-05 22:50:34.829852"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts, USA"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2015-05-05 22:50:34.834755"], ["updated_at", "2015-05-05 22:50:34.834755"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "addresses" ("title", "country", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Ireland, without subdivision"], ["country", "IE"], ["created_at", "2015-05-05 22:50:34.838689"], ["updated_at", "2015-05-05 22:50:34.838689"]]  (2.3ms) commit transaction Started GET "/" for ::1 at 2015-05-05 18:50:57 -0400 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AddressesDemoController#index as HTML Address Load (0.2ms) SELECT "addresses".* FROM "addresses" Rendered addresses_demo/_form.html.erb (134.9ms) Rendered addresses_demo/_form.html.erb (31.8ms) Rendered addresses_demo/_form.html.erb (27.9ms) Rendered addresses_demo/index.html.erb within layouts/application (205.9ms) Completed 200 OK in 390ms (Views: 387.8ms | ActiveRecord: 0.6ms) Started GET "/assets/addresses_demo.self-7c6d569e205b249d1b7c086937a8389357728bbbf3f4b6529569dc653196e0f0.css?body=1" for ::1 at 2015-05-05 18:50:58 -0400 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-05-05 18:50:58 -0400 Started GET "/assets/subdivision_select.self-90ed5df8c7c5ca1cff407def4abd7489ff49c1a01be97ef1f4fdce1fbc41b4a9.js?body=1" for ::1 at 2015-05-05 18:50:58 -0400 Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-05-05 18:50:58 -0400 Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-05-05 18:50:58 -0400 Started PATCH "/1" for ::1 at 2015-05-05 18:52:26 -0400 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AddressesDemoController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"2SHfiBRto6LfroTnnNrHAN3Dt0qCYh6rMvJ3NW+hpJRsvppVJ7NsWsv0SQUlEEOPxM3CSiN2YBCcCvk/Sp0r6g==", "address"=>{"title"=>"Empty2", "country"=>"", "subdivision"=>""}, "commit"=>"Update Address", "id"=>"1"} Address Load (0.2ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.6ms) UPDATE "addresses" SET "title" = ?, "subdivision" = ?, "country" = ?, "updated_at" = ? WHERE "addresses"."id" = ? [["title", "Empty2"], ["subdivision", ""], ["country", ""], ["updated_at", "2015-05-05 22:52:26.470989"], ["id", 1]]  (0.7ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 32ms (ActiveRecord: 2.0ms) Started GET "/" for ::1 at 2015-05-05 18:52:26 -0400 Processing by AddressesDemoController#index as HTML Address Load (0.2ms) SELECT "addresses".* FROM "addresses" Rendered addresses_demo/_form.html.erb (127.3ms) Rendered addresses_demo/_form.html.erb (29.6ms) Rendered addresses_demo/_form.html.erb (27.9ms) Rendered addresses_demo/index.html.erb within layouts/application (192.1ms) Completed 200 OK in 375ms (Views: 374.7ms | ActiveRecord: 0.2ms) Started GET "/assets/addresses_demo.self-7c6d569e205b249d1b7c086937a8389357728bbbf3f4b6529569dc653196e0f0.css?body=1" for ::1 at 2015-05-05 18:52:26 -0400 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-05-05 18:52:26 -0400 Started GET "/assets/subdivision_select.self-90ed5df8c7c5ca1cff407def4abd7489ff49c1a01be97ef1f4fdce1fbc41b4a9.js?body=1" for ::1 at 2015-05-05 18:52:26 -0400 Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-05-05 18:52:26 -0400 Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-05-05 18:52:27 -0400 Started GET "/subdivisions?country_code=AF" for ::1 at 2015-05-05 18:52:29 -0400 Processing by SubdivisionSelect::SubdivisionsController#get as */* Parameters: {"country_code"=>"AF"} Completed 200 OK in 6ms (Views: 0.8ms | ActiveRecord: 0.0ms) Started PATCH "/1" for ::1 at 2015-05-05 18:52:31 -0400 Processing by AddressesDemoController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ql4bC+L6uJYRwiRDRymhhVVAZqxWVpI8wMZ0b+o2HnUfwV7W0SR3bgWY6aH+4yUKTE4TrPdC7IduPvplzwqRCw==", "address"=>{"title"=>"Empty2", "country"=>"AF", "subdivision"=>"BAL"}, "commit"=>"Update Address", "id"=>"1"} Address Load (0.1ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "addresses" SET "subdivision" = ?, "country" = ?, "updated_at" = ? WHERE "addresses"."id" = ? [["subdivision", "BAL"], ["country", "AF"], ["updated_at", "2015-05-05 22:52:31.596426"], ["id", 1]]  (2.1ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 6ms (ActiveRecord: 2.6ms) Started GET "/" for ::1 at 2015-05-05 18:52:31 -0400 Processing by AddressesDemoController#index as HTML Address Load (0.2ms) SELECT "addresses".* FROM "addresses" Rendered addresses_demo/_form.html.erb (35.3ms) Rendered addresses_demo/_form.html.erb (56.8ms) Rendered addresses_demo/_form.html.erb (32.5ms) Rendered addresses_demo/index.html.erb within layouts/application (128.1ms) Completed 200 OK in 149ms (Views: 148.8ms | ActiveRecord: 0.2ms) Started GET "/" for ::1 at 2015-05-05 18:52:44 -0400 Processing by AddressesDemoController#index as HTML Address Load (0.2ms) SELECT "addresses".* FROM "addresses" Rendered addresses_demo/_form.html.erb (39.8ms) Rendered addresses_demo/_form.html.erb (34.3ms) Rendered addresses_demo/_form.html.erb (86.1ms) Rendered addresses_demo/index.html.erb within layouts/application (163.0ms) Completed 200 OK in 180ms (Views: 179.2ms | ActiveRecord: 0.2ms)