subdivision_select 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (113) hide show
  1. checksums.yaml +7 -0
  2. data/MIT-LICENSE +20 -0
  3. data/Rakefile +24 -0
  4. data/app/assets/javascripts/subdivision_select.js +68 -0
  5. data/app/assets/stylesheets/subdivision_select/application.css +15 -0
  6. data/app/controllers/subdivision_select/subdivisions_controller.rb +7 -0
  7. data/app/helpers/subdivision_select/subdivisions_helper.rb +20 -0
  8. data/config/routes.rb +3 -0
  9. data/lib/subdivision_select.rb +4 -0
  10. data/lib/subdivision_select/engine.rb +21 -0
  11. data/lib/subdivision_select/subdivision_select_helper.rb +32 -0
  12. data/lib/subdivision_select/version.rb +3 -0
  13. data/lib/tasks/subdivision_select_tasks.rake +4 -0
  14. data/spec/controllers/subdivision_select/subdivisions_controller_spec.rb +22 -0
  15. data/spec/helpers/subdivision_select/subdivisions_helper_spec.rb +27 -0
  16. data/spec/rails_helper.rb +53 -0
  17. data/spec/spec_helper.rb +84 -0
  18. data/spec/test_app/README.rdoc +28 -0
  19. data/spec/test_app/Rakefile +7 -0
  20. data/spec/test_app/app/assets/javascripts/application.js +15 -0
  21. data/spec/test_app/app/assets/stylesheets/addresses_demo.css +30 -0
  22. data/spec/test_app/app/assets/stylesheets/application.css +15 -0
  23. data/spec/test_app/app/controllers/addresses_demo_controller.rb +7 -0
  24. data/spec/test_app/app/controllers/application_controller.rb +5 -0
  25. data/spec/test_app/app/helpers/application_helper.rb +2 -0
  26. data/spec/test_app/app/views/addresses_demo/_form.html.erb +28 -0
  27. data/spec/test_app/app/views/addresses_demo/index.html.erb +32 -0
  28. data/spec/test_app/app/views/layouts/application.html.erb +16 -0
  29. data/spec/test_app/bin/bundle +3 -0
  30. data/spec/test_app/bin/rails +4 -0
  31. data/spec/test_app/bin/rake +4 -0
  32. data/spec/test_app/bin/setup +29 -0
  33. data/spec/test_app/config.ru +4 -0
  34. data/spec/test_app/config/application.rb +38 -0
  35. data/spec/test_app/config/boot.rb +5 -0
  36. data/spec/test_app/config/database.yml +25 -0
  37. data/spec/test_app/config/environment.rb +5 -0
  38. data/spec/test_app/config/environments/development.rb +42 -0
  39. data/spec/test_app/config/environments/production.rb +83 -0
  40. data/spec/test_app/config/environments/test.rb +43 -0
  41. data/spec/test_app/config/initializers/assets.rb +12 -0
  42. data/spec/test_app/config/initializers/backtrace_silencers.rb +9 -0
  43. data/spec/test_app/config/initializers/cookies_serializer.rb +3 -0
  44. data/spec/test_app/config/initializers/filter_parameter_logging.rb +4 -0
  45. data/spec/test_app/config/initializers/inflections.rb +16 -0
  46. data/spec/test_app/config/initializers/mime_types.rb +4 -0
  47. data/spec/test_app/config/initializers/session_store.rb +3 -0
  48. data/spec/test_app/config/initializers/wrap_parameters.rb +15 -0
  49. data/spec/test_app/config/locales/en.yml +23 -0
  50. data/spec/test_app/config/routes.rb +7 -0
  51. data/spec/test_app/config/secrets.yml +22 -0
  52. data/spec/test_app/db/development.sqlite3 +0 -0
  53. data/spec/test_app/db/schema.rb +17 -0
  54. data/spec/test_app/db/test.sqlite3 +0 -0
  55. data/spec/test_app/log/development.log +15256 -0
  56. data/spec/test_app/log/test.log +3590 -0
  57. data/spec/test_app/public/404.html +67 -0
  58. data/spec/test_app/public/422.html +67 -0
  59. data/spec/test_app/public/500.html +66 -0
  60. data/spec/test_app/public/favicon.ico +0 -0
  61. data/spec/test_app/spec/controllers/addresses_demo_controller_spec.rb +10 -0
  62. data/spec/test_app/spec/features/select_boxes_spec.rb +59 -0
  63. data/spec/test_app/tmp/cache/assets/development/sprockets/0e86e92aa1a7fa502550f682d1eff538 +0 -0
  64. data/spec/test_app/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
  65. data/spec/test_app/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
  66. data/spec/test_app/tmp/cache/assets/development/sprockets/3262e90c302e3e34c98b57cb15a5b27d +0 -0
  67. data/spec/test_app/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
  68. data/spec/test_app/tmp/cache/assets/development/sprockets/40f61c50b6d6c35efefea3238e00b207 +0 -0
  69. data/spec/test_app/tmp/cache/assets/development/sprockets/4fecaadc92042e3205c672f79acd3d53 +0 -0
  70. data/spec/test_app/tmp/cache/assets/development/sprockets/5342836c5888a5ebf28e2de221e5253f +0 -0
  71. data/spec/test_app/tmp/cache/assets/development/sprockets/670fbdb8a72ec9ac99a781d7d22b3f4d +0 -0
  72. data/spec/test_app/tmp/cache/assets/development/sprockets/80bc23cc99868eb749d85729de1d581c +0 -0
  73. data/spec/test_app/tmp/cache/assets/development/sprockets/85ceb80957448de1ad16090a43790597 +0 -0
  74. data/spec/test_app/tmp/cache/assets/development/sprockets/86ba36fa1967df4fe7a5fdd85d944f8b +0 -0
  75. data/spec/test_app/tmp/cache/assets/development/sprockets/a71eee989fdb18229089d8186762b57a +0 -0
  76. data/spec/test_app/tmp/cache/assets/development/sprockets/a91867dcc3218be71a70e7659d113e33 +0 -0
  77. data/spec/test_app/tmp/cache/assets/development/sprockets/aa8c7ed1b6c24feb5236df8f536b0376 +0 -0
  78. data/spec/test_app/tmp/cache/assets/development/sprockets/b50a9d45908f02319edc45b04faccf30 +0 -0
  79. data/spec/test_app/tmp/cache/assets/development/sprockets/b79233589329a96b0de414e6bef4e6e6 +0 -0
  80. data/spec/test_app/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
  81. data/spec/test_app/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
  82. data/spec/test_app/tmp/cache/assets/development/sprockets/e21efccbec07dbc2c25554b5a116ca7e +0 -0
  83. data/spec/test_app/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
  84. data/spec/test_app/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
  85. data/spec/test_app/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
  86. data/spec/test_app/tmp/cache/assets/test/sprockets/3262e90c302e3e34c98b57cb15a5b27d +0 -0
  87. data/spec/test_app/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
  88. data/spec/test_app/tmp/cache/assets/test/sprockets/40f61c50b6d6c35efefea3238e00b207 +0 -0
  89. data/spec/test_app/tmp/cache/assets/test/sprockets/670fbdb8a72ec9ac99a781d7d22b3f4d +0 -0
  90. data/spec/test_app/tmp/cache/assets/test/sprockets/80bc23cc99868eb749d85729de1d581c +0 -0
  91. data/spec/test_app/tmp/cache/assets/test/sprockets/a71eee989fdb18229089d8186762b57a +0 -0
  92. data/spec/test_app/tmp/cache/assets/test/sprockets/aa8c7ed1b6c24feb5236df8f536b0376 +0 -0
  93. data/spec/test_app/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
  94. data/spec/test_app/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
  95. data/spec/test_app/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
  96. data/spec/test_app/tmp/capybara/capybara-201504291131209825278815.html +574 -0
  97. data/spec/test_app/tmp/capybara/capybara-201504291150401230302205.html +574 -0
  98. data/spec/test_app/tmp/capybara/capybara-201504291206543623839131.html +574 -0
  99. data/spec/test_app/tmp/capybara/capybara-20150429120937203197592.html +574 -0
  100. data/spec/test_app/tmp/capybara/capybara-201504291210383988435864.html +574 -0
  101. data/spec/test_app/tmp/capybara/capybara-20150429121627707334270.html +574 -0
  102. data/spec/test_app/tmp/capybara/capybara-201504291236506064013706.html +574 -0
  103. data/spec/test_app/tmp/capybara/capybara-201504291319426841751741.html +574 -0
  104. data/spec/test_app/tmp/capybara/capybara-201504291320577316381446.html +282 -0
  105. data/spec/test_app/tmp/capybara/capybara-201504291324064605129112.html +282 -0
  106. data/spec/test_app/tmp/capybara/capybara-201504291325214676808281.html +282 -0
  107. data/spec/test_app/tmp/capybara/capybara-201504291329305133892137.html +282 -0
  108. data/spec/test_app/tmp/capybara/capybara-201504291331505222229998.html +282 -0
  109. data/spec/test_app/tmp/capybara/capybara-201504291342298940226392.html +282 -0
  110. data/spec/test_app/tmp/capybara/capybara-201504291343237421868398.html +282 -0
  111. data/spec/test_app/tmp/capybara/capybara-201504291344199401915203.html +282 -0
  112. data/spec/test_app/tmp/pids/server.pid +1 -0
  113. metadata +366 -0
@@ -0,0 +1,3590 @@
1
+  (0.1ms) begin transaction
2
+  (0.1ms) rollback transaction
3
+  (0.0ms) begin transaction
4
+  (0.1ms) rollback transaction
5
+  (0.1ms) begin transaction
6
+ Processing by AddressesDemoController#index as HTML
7
+ Completed 200 OK in 9ms (Views: 8.6ms | ActiveRecord: 0.0ms)
8
+  (0.1ms) rollback transaction
9
+  (0.1ms) begin transaction
10
+  (0.1ms) rollback transaction
11
+  (0.0ms) begin transaction
12
+  (0.0ms) rollback transaction
13
+  (0.1ms) begin transaction
14
+  (0.0ms) rollback transaction
15
+  (0.1ms) begin transaction
16
+  (0.1ms) rollback transaction
17
+  (0.1ms) begin transaction
18
+  (0.1ms) rollback transaction
19
+  (0.0ms) begin transaction
20
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
21
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
22
+  (0.0ms) rollback transaction
23
+  (0.1ms) begin transaction
24
+  (0.1ms) rollback transaction
25
+  (0.0ms) begin transaction
26
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
27
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
28
+  (0.0ms) rollback transaction
29
+  (0.0ms) begin transaction
30
+  (0.0ms) rollback transaction
31
+  (0.1ms) begin transaction
32
+  (0.0ms) rollback transaction
33
+  (0.1ms) begin transaction
34
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
35
+ Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
36
+  (0.1ms) rollback transaction
37
+  (0.0ms) begin transaction
38
+  (0.0ms) rollback transaction
39
+  (0.1ms) begin transaction
40
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
41
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
42
+  (0.1ms) rollback transaction
43
+  (0.1ms) begin transaction
44
+  (0.0ms) rollback transaction
45
+  (0.0ms) begin transaction
46
+  (0.1ms) rollback transaction
47
+  (0.1ms) begin transaction
48
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
49
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
50
+  (0.1ms) rollback transaction
51
+  (0.0ms) begin transaction
52
+  (0.1ms) rollback transaction
53
+  (0.1ms) begin transaction
54
+  (0.0ms) rollback transaction
55
+  (0.1ms) begin transaction
56
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
57
+ Parameters: {"country_code"=>"IE"}
58
+ Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)
59
+  (0.1ms) rollback transaction
60
+  (0.0ms) begin transaction
61
+  (0.1ms) rollback transaction
62
+  (0.0ms) begin transaction
63
+  (0.0ms) rollback transaction
64
+  (0.1ms) begin transaction
65
+  (0.1ms) rollback transaction
66
+  (0.0ms) begin transaction
67
+  (0.0ms) rollback transaction
68
+  (0.0ms) begin transaction
69
+  (0.0ms) rollback transaction
70
+  (0.1ms) begin transaction
71
+  (0.1ms) rollback transaction
72
+  (0.0ms) begin transaction
73
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
74
+ Parameters: {"country_code"=>"IE"}
75
+ Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)
76
+  (0.0ms) rollback transaction
77
+  (0.0ms) begin transaction
78
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
79
+ Parameters: {"country_code"=>"IE"}
80
+ Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)
81
+  (0.1ms) rollback transaction
82
+  (0.1ms) begin transaction
83
+  (0.0ms) rollback transaction
84
+  (0.1ms) begin transaction
85
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
86
+ Parameters: {"country_code"=>"IE"}
87
+ Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)
88
+  (0.1ms) rollback transaction
89
+  (0.0ms) begin transaction
90
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
91
+ Parameters: {"country_code"=>"IE"}
92
+ Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)
93
+  (0.0ms) rollback transaction
94
+  (0.0ms) begin transaction
95
+  (0.1ms) rollback transaction
96
+  (0.1ms) begin transaction
97
+  (0.0ms) rollback transaction
98
+  (0.2ms) begin transaction
99
+  (0.1ms) rollback transaction
100
+  (0.1ms) begin transaction
101
+  (0.1ms) rollback transaction
102
+  (0.1ms) begin transaction
103
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
104
+ Parameters: {"country_code"=>"IE"}
105
+ Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)
106
+  (0.1ms) rollback transaction
107
+  (0.0ms) begin transaction
108
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
109
+ Parameters: {"country_code"=>"IE"}
110
+ Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)
111
+  (0.1ms) rollback transaction
112
+  (0.1ms) begin transaction
113
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
114
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
115
+  (0.1ms) rollback transaction
116
+  (0.0ms) begin transaction
117
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
118
+ Parameters: {"country_code"=>"IE"}
119
+ Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)
120
+  (0.1ms) rollback transaction
121
+  (0.0ms) begin transaction
122
+  (0.1ms) rollback transaction
123
+  (0.0ms) begin transaction
124
+  (0.0ms) rollback transaction
125
+  (0.1ms) begin transaction
126
+  (0.1ms) rollback transaction
127
+  (0.0ms) begin transaction
128
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
129
+ Parameters: {"country_code"=>"IE"}
130
+ Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)
131
+  (0.1ms) rollback transaction
132
+  (0.0ms) begin transaction
133
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
134
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
135
+  (0.0ms) rollback transaction
136
+  (0.0ms) begin transaction
137
+  (0.0ms) rollback transaction
138
+  (0.1ms) begin transaction
139
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
140
+ Parameters: {"country_code"=>"IE"}
141
+ Completed 200 OK in 4ms (Views: 0.6ms | ActiveRecord: 0.0ms)
142
+  (0.1ms) rollback transaction
143
+  (0.0ms) begin transaction
144
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
145
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
146
+  (0.0ms) rollback transaction
147
+  (0.0ms) begin transaction
148
+  (0.0ms) rollback transaction
149
+  (0.0ms) begin transaction
150
+  (0.0ms) rollback transaction
151
+  (0.1ms) begin transaction
152
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
153
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
154
+  (0.1ms) rollback transaction
155
+  (0.0ms) begin transaction
156
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
157
+ Parameters: {"country_code"=>"IE"}
158
+ Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)
159
+  (0.1ms) rollback transaction
160
+  (0.3ms) begin transaction
161
+  (0.0ms) rollback transaction
162
+  (0.0ms) begin transaction
163
+  (0.0ms) rollback transaction
164
+  (0.2ms) begin transaction
165
+  (0.1ms) rollback transaction
166
+  (0.1ms) begin transaction
167
+  (0.0ms) rollback transaction
168
+  (0.0ms) begin transaction
169
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
170
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
171
+  (0.0ms) rollback transaction
172
+  (0.0ms) begin transaction
173
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
174
+ Parameters: {"country_code"=>"IE"}
175
+ Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)
176
+  (0.0ms) rollback transaction
177
+  (0.1ms) begin transaction
178
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
179
+ Parameters: {"country_code"=>"IE"}
180
+ Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)
181
+  (0.1ms) rollback transaction
182
+  (0.1ms) begin transaction
183
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
184
+ Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
185
+  (0.1ms) rollback transaction
186
+  (0.0ms) begin transaction
187
+ Processing by AddressesDemoController#index as HTML
188
+ Completed 200 OK in 9ms (Views: 8.7ms | ActiveRecord: 0.0ms)
189
+  (0.1ms) rollback transaction
190
+  (0.1ms) begin transaction
191
+  (0.0ms) rollback transaction
192
+  (0.1ms) begin transaction
193
+ Processing by AddressesDemoController#index as HTML
194
+ Rendered addresses_demo/index.html.erb within layouts/application (0.3ms)
195
+ Completed 200 OK in 5ms (Views: 5.1ms | ActiveRecord: 0.0ms)
196
+  (0.1ms) rollback transaction
197
+  (0.0ms) begin transaction
198
+  (0.1ms) rollback transaction
199
+  (0.1ms) begin transaction
200
+  (0.1ms) rollback transaction
201
+  (0.1ms) begin transaction
202
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
203
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
204
+  (0.1ms) rollback transaction
205
+  (0.1ms) begin transaction
206
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
207
+ Parameters: {"country_code"=>"IE"}
208
+ Completed 200 OK in 4ms (Views: 0.6ms | ActiveRecord: 0.0ms)
209
+  (0.1ms) rollback transaction
210
+  (0.1ms) begin transaction
211
+ Processing by AddressesDemoController#index as HTML
212
+ Rendered addresses_demo/index.html.erb within layouts/application (0.3ms)
213
+ Completed 200 OK in 10ms (Views: 9.5ms | ActiveRecord: 0.0ms)
214
+  (0.1ms) rollback transaction
215
+  (0.0ms) begin transaction
216
+  (0.1ms) rollback transaction
217
+  (0.0ms) begin transaction
218
+  (0.0ms) rollback transaction
219
+  (0.0ms) begin transaction
220
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
221
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
222
+  (0.0ms) rollback transaction
223
+  (0.0ms) begin transaction
224
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
225
+ Parameters: {"country_code"=>"IE"}
226
+ Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)
227
+  (0.1ms) rollback transaction
228
+  (0.1ms) begin transaction
229
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
230
+ Parameters: {"country_code"=>"IE"}
231
+ Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)
232
+  (0.1ms) rollback transaction
233
+  (0.1ms) begin transaction
234
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
235
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
236
+  (0.1ms) rollback transaction
237
+  (0.1ms) begin transaction
238
+ Processing by AddressesDemoController#index as HTML
239
+ Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms)
240
+  (0.1ms) rollback transaction
241
+  (0.0ms) begin transaction
242
+  (0.1ms) rollback transaction
243
+  (0.0ms) begin transaction
244
+  (0.0ms) rollback transaction
245
+  (0.1ms) begin transaction
246
+ Processing by AddressesDemoController#index as HTML
247
+ Rendered addresses_demo/index.html.erb within layouts/application (0.3ms)
248
+ Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.0ms)
249
+  (0.1ms) rollback transaction
250
+  (0.1ms) begin transaction
251
+  (0.1ms) rollback transaction
252
+  (0.1ms) begin transaction
253
+  (0.0ms) rollback transaction
254
+  (0.0ms) begin transaction
255
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
256
+ Parameters: {"country_code"=>"IE"}
257
+ Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)
258
+  (0.1ms) rollback transaction
259
+  (0.0ms) begin transaction
260
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
261
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
262
+  (0.0ms) rollback transaction
263
+  (0.1ms) begin transaction
264
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
265
+ Parameters: {"country_code"=>"IE"}
266
+ Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)
267
+  (0.1ms) rollback transaction
268
+  (0.1ms) begin transaction
269
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
270
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
271
+  (0.1ms) rollback transaction
272
+  (0.0ms) begin transaction
273
+ Processing by AddressesDemoController#index as HTML
274
+ Completed 200 OK in 5ms (Views: 5.1ms | ActiveRecord: 0.0ms)
275
+  (0.1ms) rollback transaction
276
+  (0.0ms) begin transaction
277
+  (0.0ms) rollback transaction
278
+  (0.1ms) begin transaction
279
+  (0.0ms) rollback transaction
280
+  (0.1ms) begin transaction
281
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
282
+ Parameters: {"country_code"=>"IE"}
283
+ Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)
284
+  (0.1ms) rollback transaction
285
+  (0.1ms) begin transaction
286
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
287
+ Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
288
+  (0.1ms) rollback transaction
289
+  (0.1ms) begin transaction
290
+ Processing by AddressesDemoController#index as HTML
291
+ Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms)
292
+  (0.1ms) rollback transaction
293
+  (0.0ms) begin transaction
294
+  (0.0ms) rollback transaction
295
+  (0.1ms) begin transaction
296
+  (0.1ms) rollback transaction
297
+  (0.1ms) begin transaction
298
+ Processing by AddressesDemoController#index as HTML
299
+ Rendered addresses_demo/index.html.erb within layouts/application (0.3ms)
300
+ Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms)
301
+  (0.1ms) rollback transaction
302
+  (0.1ms) begin transaction
303
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
304
+ Parameters: {"country_code"=>"IE"}
305
+ Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)
306
+  (0.1ms) rollback transaction
307
+  (0.1ms) begin transaction
308
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
309
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
310
+  (0.1ms) rollback transaction
311
+  (0.1ms) begin transaction
312
+  (0.0ms) rollback transaction
313
+  (0.0ms) begin transaction
314
+  (0.0ms) rollback transaction
315
+  (0.2ms) begin transaction
316
+  (0.1ms) rollback transaction
317
+  (0.0ms) begin transaction
318
+  (0.0ms) rollback transaction
319
+  (0.0ms) begin transaction
320
+ Processing by AddressesDemoController#index as HTML
321
+ Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.0ms)
322
+  (0.1ms) rollback transaction
323
+  (0.1ms) begin transaction
324
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
325
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
326
+  (0.1ms) rollback transaction
327
+  (0.1ms) begin transaction
328
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
329
+ Parameters: {"country_code"=>"IE"}
330
+ Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)
331
+  (0.1ms) rollback transaction
332
+  (0.1ms) begin transaction
333
+  (0.1ms) rollback transaction
334
+  (0.0ms) begin transaction
335
+  (0.0ms) rollback transaction
336
+  (0.0ms) begin transaction
337
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
338
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
339
+  (0.0ms) rollback transaction
340
+  (0.0ms) begin transaction
341
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
342
+ Parameters: {"country_code"=>"IE"}
343
+ Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)
344
+  (0.0ms) rollback transaction
345
+  (0.1ms) begin transaction
346
+ Processing by AddressesDemoController#index as HTML
347
+ Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms)
348
+  (0.1ms) rollback transaction
349
+  (0.1ms) begin transaction
350
+ Processing by AddressesDemoController#index as HTML
351
+ Rendered addresses_demo/index.html.erb within layouts/application (0.3ms)
352
+ Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms)
353
+  (0.1ms) rollback transaction
354
+  (0.1ms) begin transaction
355
+  (0.1ms) rollback transaction
356
+  (0.1ms) begin transaction
357
+  (0.0ms) rollback transaction
358
+  (0.1ms) begin transaction
359
+ Processing by AddressesDemoController#index as HTML
360
+ Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms)
361
+  (0.1ms) rollback transaction
362
+  (0.1ms) begin transaction
363
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
364
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
365
+  (0.1ms) rollback transaction
366
+  (0.1ms) begin transaction
367
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
368
+ Parameters: {"country_code"=>"IE"}
369
+ Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)
370
+  (0.0ms) rollback transaction
371
+  (0.1ms) begin transaction
372
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
373
+ Parameters: {"country_code"=>"IE"}
374
+ Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)
375
+  (0.1ms) rollback transaction
376
+  (0.1ms) begin transaction
377
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
378
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
379
+  (0.0ms) rollback transaction
380
+  (0.0ms) begin transaction
381
+ Started GET "/" for 127.0.0.1 at 2015-04-01 22:13:27 -0400
382
+ Processing by AddressesDemoController#index as HTML
383
+ Completed 500 Internal Server Error in 44ms (ActiveRecord: 0.0ms)
384
+  (0.1ms) rollback transaction
385
+  (0.0ms) begin transaction
386
+ Processing by AddressesDemoController#index as HTML
387
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
388
+  (0.1ms) rollback transaction
389
+  (0.1ms) begin transaction
390
+  (0.1ms) rollback transaction
391
+  (0.0ms) begin transaction
392
+  (0.0ms) rollback transaction
393
+  (0.1ms) begin transaction
394
+ Processing by AddressesDemoController#index as HTML
395
+ Rendered addresses_demo/index.html.erb within layouts/application (0.3ms)
396
+ Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.0ms)
397
+  (0.1ms) rollback transaction
398
+  (0.1ms) begin transaction
399
+  (0.0ms) rollback transaction
400
+  (0.0ms) begin transaction
401
+  (0.0ms) rollback transaction
402
+  (0.0ms) begin transaction
403
+ Started GET "/" for 127.0.0.1 at 2015-04-01 22:16:20 -0400
404
+ Processing by AddressesDemoController#index as HTML
405
+ Completed 500 Internal Server Error in 40ms (ActiveRecord: 0.0ms)
406
+  (0.1ms) rollback transaction
407
+  (0.1ms) begin transaction
408
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
409
+ Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
410
+  (0.1ms) rollback transaction
411
+  (0.0ms) begin transaction
412
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
413
+ Parameters: {"country_code"=>"IE"}
414
+ Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)
415
+  (0.0ms) rollback transaction
416
+  (0.1ms) begin transaction
417
+ Processing by AddressesDemoController#index as HTML
418
+ Rendered addresses_demo/index.html.erb within layouts/application (0.3ms)
419
+ Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms)
420
+  (0.1ms) rollback transaction
421
+  (0.0ms) begin transaction
422
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
423
+ Parameters: {"country_code"=>"IE"}
424
+ Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)
425
+  (0.1ms) rollback transaction
426
+  (0.0ms) begin transaction
427
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
428
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
429
+  (0.0ms) rollback transaction
430
+  (0.1ms) begin transaction
431
+ Started GET "/" for 127.0.0.1 at 2015-04-01 22:18:40 -0400
432
+ Processing by AddressesDemoController#index as HTML
433
+ Completed 500 Internal Server Error in 41ms (ActiveRecord: 0.0ms)
434
+  (0.1ms) rollback transaction
435
+  (0.1ms) begin transaction
436
+  (0.1ms) rollback transaction
437
+  (0.1ms) begin transaction
438
+  (0.0ms) rollback transaction
439
+  (0.1ms) begin transaction
440
+  (0.1ms) rollback transaction
441
+  (0.0ms) begin transaction
442
+  (0.0ms) rollback transaction
443
+  (0.0ms) begin transaction
444
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
445
+ Parameters: {"country_code"=>"IE"}
446
+ Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)
447
+  (0.1ms) rollback transaction
448
+  (0.0ms) begin transaction
449
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
450
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
451
+  (0.0ms) rollback transaction
452
+  (0.0ms) begin transaction
453
+ Processing by AddressesDemoController#index as HTML
454
+ Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms)
455
+  (0.1ms) rollback transaction
456
+  (0.1ms) begin transaction
457
+ Started GET "/" for 127.0.0.1 at 2015-04-01 22:22:17 -0400
458
+ Processing by AddressesDemoController#index as HTML
459
+ Completed 500 Internal Server Error in 37ms (ActiveRecord: 0.0ms)
460
+  (0.1ms) rollback transaction
461
+  (0.1ms) begin transaction
462
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
463
+ Parameters: {"country_code"=>"IE"}
464
+ Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.0ms)
465
+  (0.1ms) rollback transaction
466
+  (0.1ms) begin transaction
467
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
468
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
469
+  (0.1ms) rollback transaction
470
+  (0.1ms) begin transaction
471
+  (0.1ms) rollback transaction
472
+  (0.1ms) begin transaction
473
+  (0.2ms) rollback transaction
474
+  (0.1ms) begin transaction
475
+ Processing by AddressesDemoController#index as HTML
476
+ Completed 200 OK in 14ms (Views: 14.0ms | ActiveRecord: 0.0ms)
477
+  (0.1ms) rollback transaction
478
+  (0.0ms) begin transaction
479
+ Started GET "/" for 127.0.0.1 at 2015-04-01 22:23:53 -0400
480
+ Processing by AddressesDemoController#index as HTML
481
+ Completed 500 Internal Server Error in 51ms (ActiveRecord: 0.0ms)
482
+  (0.1ms) rollback transaction
483
+  (0.1ms) begin transaction
484
+ Started GET "/" for 127.0.0.1 at 2015-04-01 22:25:34 -0400
485
+ Processing by AddressesDemoController#index as HTML
486
+ Rendered addresses_demo/index.html.erb within layouts/application (35.9ms)
487
+ Completed 500 Internal Server Error in 51ms (ActiveRecord: 0.0ms)
488
+  (0.1ms) rollback transaction
489
+  (0.2ms) begin transaction
490
+ Processing by AddressesDemoController#index as HTML
491
+ Rendered addresses_demo/index.html.erb within layouts/application (0.2ms)
492
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
493
+  (0.1ms) rollback transaction
494
+  (0.1ms) begin transaction
495
+  (0.1ms) rollback transaction
496
+  (0.0ms) begin transaction
497
+  (0.0ms) rollback transaction
498
+  (0.1ms) begin transaction
499
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
500
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
501
+  (0.0ms) rollback transaction
502
+  (0.0ms) begin transaction
503
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
504
+ Parameters: {"country_code"=>"IE"}
505
+ Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)
506
+  (0.0ms) rollback transaction
507
+  (0.2ms) begin transaction
508
+ Started GET "/" for 127.0.0.1 at 2015-04-01 22:26:31 -0400
509
+ Processing by AddressesDemoController#index as HTML
510
+ Rendered addresses_demo/index.html.erb within layouts/application (33.6ms)
511
+ Completed 500 Internal Server Error in 49ms (ActiveRecord: 0.0ms)
512
+  (0.1ms) rollback transaction
513
+  (0.1ms) begin transaction
514
+ Processing by AddressesDemoController#index as HTML
515
+ Rendered addresses_demo/index.html.erb within layouts/application (0.3ms)
516
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
517
+  (0.1ms) rollback transaction
518
+  (0.0ms) begin transaction
519
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
520
+ Parameters: {"country_code"=>"IE"}
521
+ Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)
522
+  (0.1ms) rollback transaction
523
+  (0.1ms) begin transaction
524
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
525
+ Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
526
+  (0.1ms) rollback transaction
527
+  (0.0ms) begin transaction
528
+  (0.0ms) rollback transaction
529
+  (0.1ms) begin transaction
530
+  (0.0ms) rollback transaction
531
+  (0.1ms) begin transaction
532
+ Started GET "/" for 127.0.0.1 at 2015-04-01 22:27:33 -0400
533
+ Processing by AddressesDemoController#index as HTML
534
+ Rendered addresses_demo/index.html.erb within layouts/application (36.4ms)
535
+ Completed 500 Internal Server Error in 53ms (ActiveRecord: 0.0ms)
536
+  (0.1ms) rollback transaction
537
+  (0.1ms) begin transaction
538
+  (0.1ms) rollback transaction
539
+  (0.1ms) begin transaction
540
+  (0.1ms) rollback transaction
541
+  (0.1ms) begin transaction
542
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
543
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
544
+  (0.1ms) rollback transaction
545
+  (0.1ms) begin transaction
546
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
547
+ Parameters: {"country_code"=>"IE"}
548
+ Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.0ms)
549
+  (0.1ms) rollback transaction
550
+  (0.1ms) begin transaction
551
+ Processing by AddressesDemoController#index as HTML
552
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
553
+  (0.1ms) rollback transaction
554
+  (0.1ms) begin transaction
555
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
556
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
557
+  (0.1ms) rollback transaction
558
+  (0.0ms) begin transaction
559
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
560
+ Parameters: {"country_code"=>"IE"}
561
+ Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)
562
+  (0.1ms) rollback transaction
563
+  (0.1ms) begin transaction
564
+  (0.1ms) rollback transaction
565
+  (0.0ms) begin transaction
566
+  (0.0ms) rollback transaction
567
+  (0.1ms) begin transaction
568
+  (0.0ms) rollback transaction
569
+  (0.0ms) begin transaction
570
+ Processing by AddressesDemoController#index as HTML
571
+ Completed 200 OK in 8ms (Views: 7.9ms | ActiveRecord: 0.0ms)
572
+  (0.1ms) rollback transaction
573
+  (0.2ms) begin transaction
574
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
575
+ Parameters: {"country_code"=>"IE"}
576
+ Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)
577
+  (0.1ms) rollback transaction
578
+  (0.1ms) begin transaction
579
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
580
+ Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
581
+  (0.1ms) rollback transaction
582
+  (0.0ms) begin transaction
583
+ Processing by AddressesDemoController#index as HTML
584
+ Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms)
585
+  (0.1ms) rollback transaction
586
+  (0.1ms) begin transaction
587
+ Started GET "/" for 127.0.0.1 at 2015-04-01 22:29:51 -0400
588
+ Processing by AddressesDemoController#index as HTML
589
+ Completed 500 Internal Server Error in 60ms (ActiveRecord: 0.0ms)
590
+  (0.1ms) rollback transaction
591
+  (0.2ms) begin transaction
592
+  (0.1ms) rollback transaction
593
+  (0.0ms) begin transaction
594
+  (0.1ms) rollback transaction
595
+  (0.1ms) begin transaction
596
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
597
+ Parameters: {"country_code"=>"IE"}
598
+ Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)
599
+  (0.1ms) rollback transaction
600
+  (0.0ms) begin transaction
601
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
602
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
603
+  (0.0ms) rollback transaction
604
+  (0.0ms) begin transaction
605
+ Started GET "/" for 127.0.0.1 at 2015-04-01 22:30:32 -0400
606
+ Processing by AddressesDemoController#index as HTML
607
+ Completed 500 Internal Server Error in 66ms (ActiveRecord: 0.0ms)
608
+  (0.1ms) rollback transaction
609
+  (0.2ms) begin transaction
610
+ Processing by AddressesDemoController#index as HTML
611
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
612
+  (0.1ms) rollback transaction
613
+  (0.0ms) begin transaction
614
+  (0.1ms) rollback transaction
615
+  (0.0ms) begin transaction
616
+  (0.0ms) rollback transaction
617
+  (0.2ms) begin transaction
618
+ Started GET "/" for 127.0.0.1 at 2015-04-01 22:31:03 -0400
619
+ Processing by AddressesDemoController#index as HTML
620
+ Rendered addresses_demo/index.html.erb within layouts/application (42.9ms)
621
+ Completed 500 Internal Server Error in 65ms (ActiveRecord: 0.0ms)
622
+  (0.1ms) rollback transaction
623
+  (0.2ms) begin transaction
624
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
625
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
626
+  (0.1ms) rollback transaction
627
+  (0.0ms) begin transaction
628
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
629
+ Parameters: {"country_code"=>"IE"}
630
+ Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)
631
+  (0.1ms) rollback transaction
632
+  (0.1ms) begin transaction
633
+  (0.1ms) rollback transaction
634
+  (0.0ms) begin transaction
635
+  (0.0ms) rollback transaction
636
+  (0.0ms) begin transaction
637
+ Processing by AddressesDemoController#index as HTML
638
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
639
+  (0.0ms) rollback transaction
640
+  (0.1ms) begin transaction
641
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
642
+ Parameters: {"country_code"=>"IE"}
643
+ Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)
644
+  (0.1ms) rollback transaction
645
+  (0.0ms) begin transaction
646
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
647
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
648
+  (0.0ms) rollback transaction
649
+  (0.0ms) begin transaction
650
+  (0.1ms) rollback transaction
651
+  (0.0ms) begin transaction
652
+  (0.1ms) rollback transaction
653
+  (0.1ms) begin transaction
654
+ Processing by AddressesDemoController#index as HTML
655
+ Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms)
656
+  (0.1ms) rollback transaction
657
+  (0.0ms) begin transaction
658
+  (0.0ms) rollback transaction
659
+  (0.1ms) begin transaction
660
+  (0.1ms) rollback transaction
661
+  (0.0ms) begin transaction
662
+  (0.0ms) rollback transaction
663
+  (0.0ms) begin transaction
664
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
665
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
666
+  (0.1ms) rollback transaction
667
+  (0.0ms) begin transaction
668
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
669
+ Parameters: {"country_code"=>"IE"}
670
+ Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)
671
+  (0.0ms) rollback transaction
672
+  (0.1ms) begin transaction
673
+ Started GET "/" for 127.0.0.1 at 2015-04-01 22:35:24 -0400
674
+ Processing by AddressesDemoController#index as HTML
675
+ Completed 500 Internal Server Error in 88ms (ActiveRecord: 0.0ms)
676
+  (0.1ms) rollback transaction
677
+  (0.3ms) begin transaction
678
+ Processing by AddressesDemoController#index as HTML
679
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
680
+  (0.1ms) rollback transaction
681
+  (0.1ms) begin transaction
682
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
683
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
684
+  (0.1ms) rollback transaction
685
+  (0.0ms) begin transaction
686
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
687
+ Parameters: {"country_code"=>"IE"}
688
+ Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)
689
+  (0.1ms) rollback transaction
690
+  (0.1ms) begin transaction
691
+ Started GET "/" for 127.0.0.1 at 2015-04-01 22:35:44 -0400
692
+ Processing by AddressesDemoController#index as HTML
693
+ Completed 500 Internal Server Error in 66ms (ActiveRecord: 0.0ms)
694
+  (0.1ms) rollback transaction
695
+  (0.3ms) begin transaction
696
+  (0.1ms) rollback transaction
697
+  (0.1ms) begin transaction
698
+  (0.1ms) rollback transaction
699
+  (0.0ms) begin transaction
700
+ Processing by AddressesDemoController#index as HTML
701
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
702
+  (0.1ms) rollback transaction
703
+  (0.1ms) begin transaction
704
+  (0.1ms) rollback transaction
705
+  (0.1ms) begin transaction
706
+  (0.0ms) rollback transaction
707
+  (0.0ms) begin transaction
708
+ Processing by AddressesDemoController#index as HTML
709
+ Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.0ms)
710
+  (0.1ms) rollback transaction
711
+  (0.1ms) begin transaction
712
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
713
+ Parameters: {"country_code"=>"IE"}
714
+ Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)
715
+  (0.1ms) rollback transaction
716
+  (0.1ms) begin transaction
717
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
718
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
719
+  (0.0ms) rollback transaction
720
+  (0.0ms) begin transaction
721
+ Started GET "/" for 127.0.0.1 at 2015-04-01 22:40:26 -0400
722
+ Processing by AddressesDemoController#index as HTML
723
+ Completed 200 OK in 98ms (Views: 97.8ms | ActiveRecord: 0.0ms)
724
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-01 22:40:26 -0400
725
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-01 22:40:26 -0400
726
+  (0.1ms) rollback transaction
727
+  (0.1ms) begin transaction
728
+  (0.1ms) rollback transaction
729
+  (0.0ms) begin transaction
730
+  (0.1ms) rollback transaction
731
+  (0.0ms) begin transaction
732
+ Started GET "/" for 127.0.0.1 at 2015-04-01 22:43:20 -0400
733
+ Processing by AddressesDemoController#index as HTML
734
+ Completed 200 OK in 86ms (Views: 85.9ms | ActiveRecord: 0.0ms)
735
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-01 22:43:20 -0400
736
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-01 22:43:20 -0400
737
+  (0.1ms) rollback transaction
738
+  (0.3ms) begin transaction
739
+ Processing by AddressesDemoController#index as HTML
740
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
741
+  (0.1ms) rollback transaction
742
+  (0.1ms) begin transaction
743
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
744
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
745
+  (0.1ms) rollback transaction
746
+  (0.1ms) begin transaction
747
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
748
+ Parameters: {"country_code"=>"IE"}
749
+ Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)
750
+  (0.1ms) rollback transaction
751
+  (0.1ms) begin transaction
752
+ Processing by AddressesDemoController#index as HTML
753
+ Rendered addresses_demo/index.html.erb within layouts/application (0.3ms)
754
+ Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.0ms)
755
+  (0.1ms) rollback transaction
756
+  (0.1ms) begin transaction
757
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
758
+ Parameters: {"country_code"=>"IE"}
759
+ Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.0ms)
760
+  (0.1ms) rollback transaction
761
+  (0.1ms) begin transaction
762
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
763
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
764
+  (0.0ms) rollback transaction
765
+  (0.0ms) begin transaction
766
+  (0.1ms) rollback transaction
767
+  (0.0ms) begin transaction
768
+  (0.0ms) rollback transaction
769
+  (0.0ms) begin transaction
770
+ Started GET "/" for 127.0.0.1 at 2015-04-01 22:44:57 -0400
771
+ Processing by AddressesDemoController#index as HTML
772
+ Completed 200 OK in 72ms (Views: 71.0ms | ActiveRecord: 0.0ms)
773
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-01 22:44:57 -0400
774
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-01 22:44:57 -0400
775
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2015-04-01 22:44:58 -0400
776
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
777
+ Parameters: {"country_code"=>"GU"}
778
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
779
+  (0.1ms) rollback transaction
780
+  (0.1ms) begin transaction
781
+ Processing by AddressesDemoController#index as HTML
782
+ Rendered addresses_demo/index.html.erb within layouts/application (0.4ms)
783
+ Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms)
784
+  (0.1ms) rollback transaction
785
+  (0.0ms) begin transaction
786
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
787
+ Parameters: {"country_code"=>"IE"}
788
+ Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)
789
+  (0.1ms) rollback transaction
790
+  (0.0ms) begin transaction
791
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
792
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
793
+  (0.0ms) rollback transaction
794
+  (0.0ms) begin transaction
795
+  (0.0ms) rollback transaction
796
+  (0.0ms) begin transaction
797
+  (0.0ms) rollback transaction
798
+  (0.0ms) begin transaction
799
+ Started GET "/" for 127.0.0.1 at 2015-04-01 22:48:31 -0400
800
+ Processing by AddressesDemoController#index as HTML
801
+ Completed 200 OK in 63ms (Views: 63.0ms | ActiveRecord: 0.0ms)
802
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-01 22:48:31 -0400
803
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-01 22:48:31 -0400
804
+  (0.1ms) rollback transaction
805
+  (0.2ms) begin transaction
806
+ Started GET "/" for 127.0.0.1 at 2015-04-01 22:48:32 -0400
807
+ Processing by AddressesDemoController#index as HTML
808
+ Completed 200 OK in 32ms (Views: 32.1ms | ActiveRecord: 0.0ms)
809
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2015-04-01 22:48:33 -0400
810
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
811
+ Parameters: {"country_code"=>"GU"}
812
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
813
+  (0.1ms) rollback transaction
814
+  (0.1ms) begin transaction
815
+ Processing by AddressesDemoController#index as HTML
816
+ Rendered addresses_demo/index.html.erb within layouts/application (0.4ms)
817
+ Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms)
818
+  (0.1ms) rollback transaction
819
+  (0.0ms) begin transaction
820
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
821
+ Parameters: {"country_code"=>"IE"}
822
+ Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)
823
+  (0.1ms) rollback transaction
824
+  (0.0ms) begin transaction
825
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
826
+ Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
827
+  (0.1ms) rollback transaction
828
+  (0.0ms) begin transaction
829
+ Started GET "/" for 127.0.0.1 at 2015-04-01 22:48:58 -0400
830
+ Processing by AddressesDemoController#index as HTML
831
+ Completed 200 OK in 63ms (Views: 62.1ms | ActiveRecord: 0.0ms)
832
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-01 22:48:58 -0400
833
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-01 22:48:58 -0400
834
+  (0.1ms) rollback transaction
835
+  (0.3ms) begin transaction
836
+ Started GET "/" for 127.0.0.1 at 2015-04-01 22:49:00 -0400
837
+ Processing by AddressesDemoController#index as HTML
838
+ Completed 200 OK in 36ms (Views: 35.9ms | ActiveRecord: 0.0ms)
839
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2015-04-01 22:49:00 -0400
840
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
841
+ Parameters: {"country_code"=>"GU"}
842
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
843
+  (0.1ms) rollback transaction
844
+  (0.1ms) begin transaction
845
+  (0.1ms) rollback transaction
846
+  (0.1ms) begin transaction
847
+  (0.1ms) rollback transaction
848
+  (0.1ms) begin transaction
849
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
850
+ Parameters: {"country_code"=>"IE"}
851
+ Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)
852
+  (0.1ms) rollback transaction
853
+  (0.1ms) begin transaction
854
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
855
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
856
+  (0.0ms) rollback transaction
857
+  (0.0ms) begin transaction
858
+ Processing by AddressesDemoController#index as HTML
859
+ Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)
860
+  (0.1ms) rollback transaction
861
+  (0.0ms) begin transaction
862
+  (0.0ms) rollback transaction
863
+  (0.0ms) begin transaction
864
+  (0.0ms) rollback transaction
865
+  (0.0ms) begin transaction
866
+ Started GET "/" for 127.0.0.1 at 2015-04-01 22:49:38 -0400
867
+ Processing by AddressesDemoController#index as HTML
868
+ Completed 200 OK in 60ms (Views: 59.7ms | ActiveRecord: 0.0ms)
869
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-01 22:49:38 -0400
870
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-01 22:49:38 -0400
871
+  (0.1ms) rollback transaction
872
+  (0.3ms) begin transaction
873
+ Started GET "/" for 127.0.0.1 at 2015-04-01 22:49:39 -0400
874
+ Processing by AddressesDemoController#index as HTML
875
+ Completed 200 OK in 31ms (Views: 30.8ms | ActiveRecord: 0.0ms)
876
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2015-04-01 22:49:40 -0400
877
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
878
+ Parameters: {"country_code"=>"GU"}
879
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
880
+  (0.1ms) rollback transaction
881
+  (0.2ms) begin transaction
882
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
883
+ Parameters: {"country_code"=>"IE"}
884
+ Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)
885
+  (0.1ms) rollback transaction
886
+  (0.0ms) begin transaction
887
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
888
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
889
+  (0.1ms) rollback transaction
890
+  (0.0ms) begin transaction
891
+  (0.0ms) rollback transaction
892
+  (0.0ms) begin transaction
893
+  (0.1ms) rollback transaction
894
+  (0.0ms) begin transaction
895
+ Processing by AddressesDemoController#index as HTML
896
+ Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms)
897
+  (0.1ms) rollback transaction
898
+  (0.0ms) begin transaction
899
+ Started GET "/" for 127.0.0.1 at 2015-04-01 22:50:25 -0400
900
+ Processing by AddressesDemoController#index as HTML
901
+ Completed 200 OK in 61ms (Views: 60.8ms | ActiveRecord: 0.0ms)
902
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-01 22:50:25 -0400
903
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-01 22:50:25 -0400
904
+  (0.2ms) rollback transaction
905
+  (0.3ms) begin transaction
906
+ Started GET "/" for 127.0.0.1 at 2015-04-01 22:50:26 -0400
907
+ Processing by AddressesDemoController#index as HTML
908
+ Completed 200 OK in 32ms (Views: 32.1ms | ActiveRecord: 0.0ms)
909
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2015-04-01 22:50:27 -0400
910
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
911
+ Parameters: {"country_code"=>"GU"}
912
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
913
+  (0.1ms) rollback transaction
914
+  (0.1ms) begin transaction
915
+ Started GET "/" for 127.0.0.1 at 2015-04-01 22:50:47 -0400
916
+ Processing by AddressesDemoController#index as HTML
917
+ Rendered addresses_demo/index.html.erb within layouts/application (46.2ms)
918
+ Completed 200 OK in 64ms (Views: 63.8ms | ActiveRecord: 0.0ms)
919
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-01 22:50:47 -0400
920
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-01 22:50:47 -0400
921
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2015-04-01 22:50:48 -0400
922
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
923
+ Parameters: {"country_code"=>"GU"}
924
+ Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms)
925
+  (0.1ms) rollback transaction
926
+  (0.3ms) begin transaction
927
+ Started GET "/" for 127.0.0.1 at 2015-04-01 22:50:50 -0400
928
+ Processing by AddressesDemoController#index as HTML
929
+ Rendered addresses_demo/index.html.erb within layouts/application (32.3ms)
930
+ Completed 200 OK in 33ms (Views: 33.1ms | ActiveRecord: 0.0ms)
931
+  (0.1ms) rollback transaction
932
+  (0.1ms) begin transaction
933
+  (0.1ms) rollback transaction
934
+  (0.0ms) begin transaction
935
+  (0.1ms) rollback transaction
936
+  (0.0ms) begin transaction
937
+ Processing by AddressesDemoController#index as HTML
938
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
939
+  (0.1ms) rollback transaction
940
+  (0.1ms) begin transaction
941
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
942
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
943
+  (0.1ms) rollback transaction
944
+  (0.1ms) begin transaction
945
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
946
+ Parameters: {"country_code"=>"IE"}
947
+ Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)
948
+  (0.1ms) rollback transaction
949
+  (0.1ms) begin transaction
950
+ Processing by AddressesDemoController#index as HTML
951
+ Rendered addresses_demo/index.html.erb within layouts/application (0.3ms)
952
+ Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms)
953
+  (0.1ms) rollback transaction
954
+  (0.0ms) begin transaction
955
+  (0.0ms) rollback transaction
956
+  (0.0ms) begin transaction
957
+  (0.0ms) rollback transaction
958
+  (0.0ms) begin transaction
959
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
960
+ Parameters: {"country_code"=>"IE"}
961
+ Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)
962
+  (0.1ms) rollback transaction
963
+  (0.1ms) begin transaction
964
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
965
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
966
+  (0.0ms) rollback transaction
967
+  (0.0ms) begin transaction
968
+ Started GET "/" for 127.0.0.1 at 2015-04-01 22:51:28 -0400
969
+ Processing by AddressesDemoController#index as HTML
970
+ Completed 200 OK in 65ms (Views: 64.5ms | ActiveRecord: 0.0ms)
971
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-01 22:51:28 -0400
972
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-01 22:51:28 -0400
973
+  (0.1ms) rollback transaction
974
+  (0.3ms) begin transaction
975
+ Started GET "/" for 127.0.0.1 at 2015-04-01 22:51:29 -0400
976
+ Processing by AddressesDemoController#index as HTML
977
+ Completed 200 OK in 35ms (Views: 34.3ms | ActiveRecord: 0.0ms)
978
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2015-04-01 22:51:29 -0400
979
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
980
+ Parameters: {"country_code"=>"GU"}
981
+ Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms)
982
+  (0.1ms) rollback transaction
983
+  (0.1ms) begin transaction
984
+ Processing by AddressesDemoController#index as HTML
985
+ Rendered addresses_demo/index.html.erb within layouts/application (0.5ms)
986
+ Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)
987
+  (0.1ms) rollback transaction
988
+  (0.1ms) begin transaction
989
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
990
+ Parameters: {"country_code"=>"IE"}
991
+ Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)
992
+  (0.1ms) rollback transaction
993
+  (0.1ms) begin transaction
994
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
995
+ Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
996
+  (0.1ms) rollback transaction
997
+  (0.1ms) begin transaction
998
+ Started GET "/" for 127.0.0.1 at 2015-04-01 22:51:59 -0400
999
+ Processing by AddressesDemoController#index as HTML
1000
+ Completed 200 OK in 62ms (Views: 62.0ms | ActiveRecord: 0.0ms)
1001
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-01 22:51:59 -0400
1002
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-01 22:51:59 -0400
1003
+  (0.1ms) rollback transaction
1004
+  (0.3ms) begin transaction
1005
+ Started GET "/" for 127.0.0.1 at 2015-04-01 22:52:00 -0400
1006
+ Processing by AddressesDemoController#index as HTML
1007
+ Completed 200 OK in 34ms (Views: 33.6ms | ActiveRecord: 0.0ms)
1008
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2015-04-01 22:52:01 -0400
1009
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
1010
+ Parameters: {"country_code"=>"GU"}
1011
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
1012
+  (0.1ms) rollback transaction
1013
+  (0.1ms) begin transaction
1014
+  (0.1ms) rollback transaction
1015
+  (0.0ms) begin transaction
1016
+  (0.1ms) rollback transaction
1017
+  (0.1ms) begin transaction
1018
+  (0.1ms) rollback transaction
1019
+  (0.1ms) begin transaction
1020
+  (0.1ms) rollback transaction
1021
+  (0.1ms) begin transaction
1022
+ Started GET "/" for 127.0.0.1 at 2015-04-01 22:52:18 -0400
1023
+ Processing by AddressesDemoController#index as HTML
1024
+ Completed 200 OK in 72ms (Views: 71.3ms | ActiveRecord: 0.0ms)
1025
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-01 22:52:18 -0400
1026
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-01 22:52:18 -0400
1027
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2015-04-01 22:52:19 -0400
1028
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
1029
+ Parameters: {"country_code"=>"GU"}
1030
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
1031
+  (0.1ms) rollback transaction
1032
+  (0.3ms) begin transaction
1033
+ Started GET "/" for 127.0.0.1 at 2015-04-01 22:52:20 -0400
1034
+ Processing by AddressesDemoController#index as HTML
1035
+ Completed 200 OK in 35ms (Views: 34.4ms | ActiveRecord: 0.0ms)
1036
+  (0.1ms) rollback transaction
1037
+  (0.1ms) begin transaction
1038
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
1039
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1040
+  (0.1ms) rollback transaction
1041
+  (0.0ms) begin transaction
1042
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
1043
+ Parameters: {"country_code"=>"IE"}
1044
+ Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)
1045
+  (0.1ms) rollback transaction
1046
+  (0.0ms) begin transaction
1047
+ Processing by AddressesDemoController#index as HTML
1048
+ Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
1049
+  (0.1ms) rollback transaction
1050
+  (0.2ms) begin transaction
1051
+  (0.1ms) rollback transaction
1052
+  (0.0ms) begin transaction
1053
+  (0.0ms) rollback transaction
1054
+  (0.0ms) begin transaction
1055
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
1056
+ Parameters: {"country_code"=>"IE"}
1057
+ Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)
1058
+  (0.1ms) rollback transaction
1059
+  (0.1ms) begin transaction
1060
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
1061
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1062
+  (0.1ms) rollback transaction
1063
+  (0.1ms) begin transaction
1064
+ Processing by AddressesDemoController#index as HTML
1065
+ Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms)
1066
+  (0.1ms) rollback transaction
1067
+  (0.0ms) begin transaction
1068
+ Started GET "/" for 127.0.0.1 at 2015-04-01 22:52:46 -0400
1069
+ Processing by AddressesDemoController#index as HTML
1070
+ Completed 200 OK in 64ms (Views: 63.9ms | ActiveRecord: 0.0ms)
1071
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-01 22:52:46 -0400
1072
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-01 22:52:46 -0400
1073
+  (0.2ms) rollback transaction
1074
+  (0.3ms) begin transaction
1075
+ Started GET "/" for 127.0.0.1 at 2015-04-01 22:52:47 -0400
1076
+ Processing by AddressesDemoController#index as HTML
1077
+ Completed 200 OK in 34ms (Views: 33.7ms | ActiveRecord: 0.0ms)
1078
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2015-04-01 22:52:48 -0400
1079
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
1080
+ Parameters: {"country_code"=>"GU"}
1081
+ Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1082
+  (0.1ms) rollback transaction
1083
+  (0.1ms) begin transaction
1084
+  (0.1ms) rollback transaction
1085
+  (0.1ms) begin transaction
1086
+  (0.0ms) rollback transaction
1087
+  (0.1ms) begin transaction
1088
+ Processing by AddressesDemoController#index as HTML
1089
+ Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms)
1090
+  (0.1ms) rollback transaction
1091
+  (0.1ms) begin transaction
1092
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
1093
+ Parameters: {"country_code"=>"IE"}
1094
+ Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)
1095
+  (0.1ms) rollback transaction
1096
+  (0.1ms) begin transaction
1097
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
1098
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1099
+  (0.0ms) rollback transaction
1100
+  (0.0ms) begin transaction
1101
+ Started GET "/" for 127.0.0.1 at 2015-04-01 22:53:15 -0400
1102
+ Processing by AddressesDemoController#index as HTML
1103
+ Completed 200 OK in 60ms (Views: 59.9ms | ActiveRecord: 0.0ms)
1104
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-01 22:53:15 -0400
1105
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-01 22:53:15 -0400
1106
+  (0.1ms) rollback transaction
1107
+  (0.3ms) begin transaction
1108
+ Started GET "/" for 127.0.0.1 at 2015-04-01 22:53:16 -0400
1109
+ Processing by AddressesDemoController#index as HTML
1110
+ Completed 200 OK in 34ms (Views: 33.8ms | ActiveRecord: 0.0ms)
1111
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2015-04-01 22:53:17 -0400
1112
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
1113
+ Parameters: {"country_code"=>"GU"}
1114
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1115
+  (0.1ms) rollback transaction
1116
+  (0.1ms) begin transaction
1117
+ Started GET "/" for 127.0.0.1 at 2015-04-01 22:54:51 -0400
1118
+ Processing by AddressesDemoController#index as HTML
1119
+ Rendered addresses_demo/index.html.erb within layouts/application (49.8ms)
1120
+ Completed 200 OK in 68ms (Views: 67.8ms | ActiveRecord: 0.0ms)
1121
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-01 22:54:51 -0400
1122
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-01 22:54:51 -0400
1123
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2015-04-01 22:54:52 -0400
1124
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
1125
+ Parameters: {"country_code"=>"GU"}
1126
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
1127
+  (0.1ms) rollback transaction
1128
+  (0.3ms) begin transaction
1129
+ Started GET "/" for 127.0.0.1 at 2015-04-01 22:54:52 -0400
1130
+ Processing by AddressesDemoController#index as HTML
1131
+ Rendered addresses_demo/index.html.erb within layouts/application (37.0ms)
1132
+ Completed 200 OK in 38ms (Views: 38.0ms | ActiveRecord: 0.0ms)
1133
+  (0.1ms) rollback transaction
1134
+  (0.1ms) begin transaction
1135
+ Started GET "/" for 127.0.0.1 at 2015-04-01 22:54:53 -0400
1136
+ Processing by AddressesDemoController#index as HTML
1137
+ Rendered addresses_demo/index.html.erb within layouts/application (31.4ms)
1138
+ Completed 200 OK in 33ms (Views: 32.4ms | ActiveRecord: 0.0ms)
1139
+  (0.1ms) rollback transaction
1140
+  (0.1ms) begin transaction
1141
+  (0.1ms) rollback transaction
1142
+  (0.0ms) begin transaction
1143
+  (0.1ms) rollback transaction
1144
+  (0.1ms) begin transaction
1145
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
1146
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1147
+  (0.1ms) rollback transaction
1148
+  (0.1ms) begin transaction
1149
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
1150
+ Parameters: {"country_code"=>"IE"}
1151
+ Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)
1152
+  (0.1ms) rollback transaction
1153
+  (0.1ms) begin transaction
1154
+ Processing by AddressesDemoController#index as HTML
1155
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
1156
+  (0.1ms) rollback transaction
1157
+  (0.1ms) begin transaction
1158
+ Started GET "/" for 127.0.0.1 at 2015-04-01 22:55:10 -0400
1159
+ Processing by AddressesDemoController#index as HTML
1160
+ Rendered addresses_demo/index.html.erb within layouts/application (46.2ms)
1161
+ Completed 200 OK in 69ms (Views: 68.7ms | ActiveRecord: 0.0ms)
1162
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-01 22:55:10 -0400
1163
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-01 22:55:10 -0400
1164
+  (0.1ms) rollback transaction
1165
+  (0.3ms) begin transaction
1166
+ Started GET "/" for 127.0.0.1 at 2015-04-01 22:55:11 -0400
1167
+ Processing by AddressesDemoController#index as HTML
1168
+ Rendered addresses_demo/index.html.erb within layouts/application (33.8ms)
1169
+ Completed 200 OK in 35ms (Views: 34.8ms | ActiveRecord: 0.0ms)
1170
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2015-04-01 22:55:12 -0400
1171
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
1172
+ Parameters: {"country_code"=>"GU"}
1173
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
1174
+  (0.1ms) rollback transaction
1175
+  (0.1ms) begin transaction
1176
+ Started GET "/" for 127.0.0.1 at 2015-04-01 22:55:12 -0400
1177
+ Processing by AddressesDemoController#index as HTML
1178
+ Rendered addresses_demo/index.html.erb within layouts/application (29.7ms)
1179
+ Completed 200 OK in 31ms (Views: 30.4ms | ActiveRecord: 0.0ms)
1180
+  (0.1ms) rollback transaction
1181
+  (0.1ms) begin transaction
1182
+ Processing by AddressesDemoController#index as HTML
1183
+ Rendered addresses_demo/index.html.erb within layouts/application (0.3ms)
1184
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
1185
+  (0.1ms) rollback transaction
1186
+  (0.1ms) begin transaction
1187
+  (0.1ms) rollback transaction
1188
+  (0.1ms) begin transaction
1189
+  (0.1ms) rollback transaction
1190
+  (0.1ms) begin transaction
1191
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
1192
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
1193
+  (0.1ms) rollback transaction
1194
+  (0.1ms) begin transaction
1195
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
1196
+ Parameters: {"country_code"=>"IE"}
1197
+ Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)
1198
+  (0.1ms) rollback transaction
1199
+  (0.1ms) begin transaction
1200
+ Started GET "/" for 127.0.0.1 at 2015-04-01 22:55:34 -0400
1201
+ Processing by AddressesDemoController#index as HTML
1202
+ Rendered addresses_demo/index.html.erb within layouts/application (63.9ms)
1203
+ Completed 200 OK in 87ms (Views: 86.5ms | ActiveRecord: 0.0ms)
1204
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-01 22:55:34 -0400
1205
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-01 22:55:34 -0400
1206
+  (0.1ms) rollback transaction
1207
+  (0.2ms) begin transaction
1208
+ Started GET "/" for 127.0.0.1 at 2015-04-01 22:55:35 -0400
1209
+ Processing by AddressesDemoController#index as HTML
1210
+ Rendered addresses_demo/index.html.erb within layouts/application (31.1ms)
1211
+ Completed 200 OK in 32ms (Views: 32.2ms | ActiveRecord: 0.0ms)
1212
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2015-04-01 22:55:36 -0400
1213
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
1214
+ Parameters: {"country_code"=>"GU"}
1215
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
1216
+  (0.1ms) rollback transaction
1217
+  (0.1ms) begin transaction
1218
+ Started GET "/" for 127.0.0.1 at 2015-04-01 22:55:37 -0400
1219
+ Processing by AddressesDemoController#index as HTML
1220
+ Rendered addresses_demo/index.html.erb within layouts/application (32.3ms)
1221
+ Completed 200 OK in 33ms (Views: 33.1ms | ActiveRecord: 0.0ms)
1222
+  (0.2ms) rollback transaction
1223
+  (0.1ms) begin transaction
1224
+ Processing by AddressesDemoController#index as HTML
1225
+ Rendered addresses_demo/index.html.erb within layouts/application (0.5ms)
1226
+ Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
1227
+  (0.1ms) rollback transaction
1228
+  (0.1ms) begin transaction
1229
+  (0.1ms) rollback transaction
1230
+  (0.1ms) begin transaction
1231
+  (0.1ms) rollback transaction
1232
+  (0.1ms) begin transaction
1233
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
1234
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1235
+  (0.1ms) rollback transaction
1236
+  (0.1ms) begin transaction
1237
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
1238
+ Parameters: {"country_code"=>"IE"}
1239
+ Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)
1240
+  (0.1ms) rollback transaction
1241
+  (0.1ms) begin transaction
1242
+ Started GET "/" for 127.0.0.1 at 2015-04-01 22:58:32 -0400
1243
+ Processing by AddressesDemoController#index as HTML
1244
+ Rendered addresses_demo/index.html.erb within layouts/application (52.7ms)
1245
+ Completed 200 OK in 73ms (Views: 72.4ms | ActiveRecord: 0.0ms)
1246
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-01 22:58:32 -0400
1247
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-01 22:58:32 -0400
1248
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2015-04-01 22:58:33 -0400
1249
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
1250
+ Parameters: {"country_code"=>"GU"}
1251
+ Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1252
+  (0.1ms) rollback transaction
1253
+  (0.3ms) begin transaction
1254
+ Started GET "/" for 127.0.0.1 at 2015-04-01 22:58:33 -0400
1255
+ Processing by AddressesDemoController#index as HTML
1256
+ Rendered addresses_demo/index.html.erb within layouts/application (31.1ms)
1257
+ Completed 200 OK in 32ms (Views: 31.9ms | ActiveRecord: 0.0ms)
1258
+  (0.1ms) rollback transaction
1259
+  (0.1ms) begin transaction
1260
+ Started GET "/" for 127.0.0.1 at 2015-04-01 22:58:36 -0400
1261
+ Processing by AddressesDemoController#index as HTML
1262
+ Rendered addresses_demo/index.html.erb within layouts/application (34.2ms)
1263
+ Completed 200 OK in 35ms (Views: 34.8ms | ActiveRecord: 0.0ms)
1264
+  (0.1ms) rollback transaction
1265
+  (0.1ms) begin transaction
1266
+  (0.1ms) rollback transaction
1267
+  (0.1ms) begin transaction
1268
+  (0.1ms) rollback transaction
1269
+  (0.1ms) begin transaction
1270
+ Processing by AddressesDemoController#index as HTML
1271
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
1272
+  (0.1ms) rollback transaction
1273
+  (0.1ms) begin transaction
1274
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
1275
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1276
+  (0.1ms) rollback transaction
1277
+  (0.0ms) begin transaction
1278
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
1279
+ Parameters: {"country_code"=>"IE"}
1280
+ Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)
1281
+  (0.1ms) rollback transaction
1282
+  (0.1ms) begin transaction
1283
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
1284
+ Parameters: {"country_code"=>"IE"}
1285
+ Completed 200 OK in 4ms (Views: 0.6ms | ActiveRecord: 0.0ms)
1286
+  (0.1ms) rollback transaction
1287
+  (0.1ms) begin transaction
1288
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
1289
+ Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
1290
+  (0.1ms) rollback transaction
1291
+  (0.1ms) begin transaction
1292
+ Processing by AddressesDemoController#index as HTML
1293
+ Completed 200 OK in 7ms (Views: 7.2ms | ActiveRecord: 0.0ms)
1294
+  (0.1ms) rollback transaction
1295
+  (0.1ms) begin transaction
1296
+  (0.1ms) rollback transaction
1297
+  (0.1ms) begin transaction
1298
+  (0.1ms) rollback transaction
1299
+  (0.0ms) begin transaction
1300
+ Started GET "/" for 127.0.0.1 at 2015-04-01 22:58:56 -0400
1301
+ Processing by AddressesDemoController#index as HTML
1302
+ Completed 200 OK in 73ms (Views: 72.9ms | ActiveRecord: 0.0ms)
1303
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-01 22:58:56 -0400
1304
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-01 22:58:56 -0400
1305
+  (0.1ms) rollback transaction
1306
+  (0.3ms) begin transaction
1307
+ Started GET "/" for 127.0.0.1 at 2015-04-01 22:58:58 -0400
1308
+ Processing by AddressesDemoController#index as HTML
1309
+ Completed 200 OK in 33ms (Views: 32.5ms | ActiveRecord: 0.0ms)
1310
+ Started GET "/subdivisions?country_code=DE" for 127.0.0.1 at 2015-04-01 22:58:59 -0400
1311
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
1312
+ Parameters: {"country_code"=>"DE"}
1313
+ Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)
1314
+  (0.1ms) rollback transaction
1315
+  (0.1ms) begin transaction
1316
+ Started GET "/" for 127.0.0.1 at 2015-04-01 22:58:59 -0400
1317
+ Processing by AddressesDemoController#index as HTML
1318
+ Completed 200 OK in 37ms (Views: 36.9ms | ActiveRecord: 0.0ms)
1319
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2015-04-01 22:59:00 -0400
1320
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
1321
+ Parameters: {"country_code"=>"GU"}
1322
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1323
+  (0.1ms) rollback transaction
1324
+  (0.1ms) begin transaction
1325
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
1326
+ Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
1327
+  (0.1ms) rollback transaction
1328
+  (0.1ms) begin transaction
1329
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
1330
+ Parameters: {"country_code"=>"IE"}
1331
+ Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.0ms)
1332
+  (0.1ms) rollback transaction
1333
+  (0.1ms) begin transaction
1334
+  (0.1ms) rollback transaction
1335
+  (0.1ms) begin transaction
1336
+  (0.1ms) rollback transaction
1337
+  (0.1ms) begin transaction
1338
+ Started GET "/" for 127.0.0.1 at 2015-04-01 23:12:47 -0400
1339
+ Processing by AddressesDemoController#index as HTML
1340
+ Completed 200 OK in 162ms (Views: 161.5ms | ActiveRecord: 0.0ms)
1341
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-01 23:12:47 -0400
1342
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-01 23:12:47 -0400
1343
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2015-04-01 23:12:48 -0400
1344
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
1345
+ Parameters: {"country_code"=>"GU"}
1346
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
1347
+  (0.1ms) rollback transaction
1348
+  (0.3ms) begin transaction
1349
+ Started GET "/" for 127.0.0.1 at 2015-04-01 23:12:49 -0400
1350
+ Processing by AddressesDemoController#index as HTML
1351
+ Completed 200 OK in 49ms (Views: 48.8ms | ActiveRecord: 0.0ms)
1352
+  (0.1ms) rollback transaction
1353
+  (0.1ms) begin transaction
1354
+ Started GET "/" for 127.0.0.1 at 2015-04-01 23:12:50 -0400
1355
+ Processing by AddressesDemoController#index as HTML
1356
+ Completed 200 OK in 44ms (Views: 44.1ms | ActiveRecord: 0.0ms)
1357
+ Started GET "/subdivisions?country_code=DE" for 127.0.0.1 at 2015-04-01 23:12:51 -0400
1358
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
1359
+ Parameters: {"country_code"=>"DE"}
1360
+ Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.0ms)
1361
+  (0.1ms) rollback transaction
1362
+  (0.1ms) begin transaction
1363
+ Processing by AddressesDemoController#index as HTML
1364
+ Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
1365
+  (0.1ms) rollback transaction
1366
+  (0.1ms) begin transaction
1367
+ Processing by AddressesDemoController#index as HTML
1368
+ Rendered addresses_demo/index.html.erb within layouts/application (0.2ms)
1369
+ Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.0ms)
1370
+  (0.1ms) rollback transaction
1371
+  (0.0ms) begin transaction
1372
+  (0.1ms) rollback transaction
1373
+  (0.0ms) begin transaction
1374
+  (0.0ms) rollback transaction
1375
+  (0.1ms) begin transaction
1376
+ Started GET "/" for 127.0.0.1 at 2015-04-28 23:18:57 -0400
1377
+ Processing by AddressesDemoController#index as HTML
1378
+ Rendered addresses_demo/_form.html.erb (217.5ms)
1379
+ Rendered addresses_demo/_form.html.erb (32.1ms)
1380
+ Rendered addresses_demo/_form.html.erb (36.7ms)
1381
+ Completed 200 OK in 332ms (Views: 331.1ms | ActiveRecord: 0.0ms)
1382
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-28 23:18:58 -0400
1383
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-28 23:18:58 -0400
1384
+  (0.1ms) rollback transaction
1385
+  (0.2ms) begin transaction
1386
+ Started GET "/" for 127.0.0.1 at 2015-04-28 23:19:01 -0400
1387
+ Processing by AddressesDemoController#index as HTML
1388
+ Rendered addresses_demo/_form.html.erb (43.0ms)
1389
+ Rendered addresses_demo/_form.html.erb (31.9ms)
1390
+ Rendered addresses_demo/_form.html.erb (33.7ms)
1391
+ Completed 200 OK in 110ms (Views: 109.9ms | ActiveRecord: 0.0ms)
1392
+  (0.1ms) rollback transaction
1393
+  (0.1ms) begin transaction
1394
+ Started GET "/" for 127.0.0.1 at 2015-04-28 23:19:03 -0400
1395
+ Processing by AddressesDemoController#index as HTML
1396
+ Rendered addresses_demo/_form.html.erb (30.7ms)
1397
+ Rendered addresses_demo/_form.html.erb (32.1ms)
1398
+ Rendered addresses_demo/_form.html.erb (38.5ms)
1399
+ Completed 200 OK in 103ms (Views: 102.4ms | ActiveRecord: 0.0ms)
1400
+  (0.1ms) rollback transaction
1401
+  (0.1ms) begin transaction
1402
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
1403
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1404
+  (0.1ms) rollback transaction
1405
+  (0.1ms) begin transaction
1406
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
1407
+ Parameters: {"country_code"=>"IE"}
1408
+ Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.0ms)
1409
+  (0.1ms) rollback transaction
1410
+  (0.1ms) begin transaction
1411
+ Processing by AddressesDemoController#index as HTML
1412
+ Rendered addresses_demo/index.html.erb within layouts/application (0.3ms)
1413
+ Completed 200 OK in 9ms (Views: 8.6ms | ActiveRecord: 0.0ms)
1414
+  (0.1ms) rollback transaction
1415
+  (0.0ms) begin transaction
1416
+ Started GET "/" for 127.0.0.1 at 2015-04-28 23:19:49 -0400
1417
+ Processing by AddressesDemoController#index as HTML
1418
+ Rendered addresses_demo/_form.html.erb (232.1ms)
1419
+ Rendered addresses_demo/_form.html.erb (33.9ms)
1420
+ Rendered addresses_demo/_form.html.erb (31.0ms)
1421
+ Completed 200 OK in 329ms (Views: 328.4ms | ActiveRecord: 0.0ms)
1422
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-28 23:19:50 -0400
1423
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-28 23:19:50 -0400
1424
+  (0.1ms) rollback transaction
1425
+  (0.3ms) begin transaction
1426
+ Started GET "/" for 127.0.0.1 at 2015-04-28 23:19:52 -0400
1427
+ Processing by AddressesDemoController#index as HTML
1428
+ Rendered addresses_demo/_form.html.erb (29.1ms)
1429
+ Rendered addresses_demo/_form.html.erb (43.8ms)
1430
+ Rendered addresses_demo/_form.html.erb (30.9ms)
1431
+ Completed 200 OK in 105ms (Views: 104.9ms | ActiveRecord: 0.0ms)
1432
+  (0.1ms) rollback transaction
1433
+  (0.1ms) begin transaction
1434
+ Started GET "/" for 127.0.0.1 at 2015-04-28 23:19:55 -0400
1435
+ Processing by AddressesDemoController#index as HTML
1436
+ Rendered addresses_demo/_form.html.erb (28.9ms)
1437
+ Rendered addresses_demo/_form.html.erb (30.6ms)
1438
+ Rendered addresses_demo/_form.html.erb (37.0ms)
1439
+ Completed 200 OK in 98ms (Views: 97.7ms | ActiveRecord: 0.0ms)
1440
+  (0.1ms) rollback transaction
1441
+  (0.1ms) begin transaction
1442
+  (0.1ms) rollback transaction
1443
+  (0.1ms) begin transaction
1444
+  (0.1ms) rollback transaction
1445
+  (0.0ms) begin transaction
1446
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
1447
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1448
+  (0.1ms) rollback transaction
1449
+  (0.0ms) begin transaction
1450
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
1451
+ Parameters: {"country_code"=>"IE"}
1452
+ Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)
1453
+  (0.1ms) rollback transaction
1454
+  (0.1ms) begin transaction
1455
+ Processing by AddressesDemoController#index as HTML
1456
+ Rendered addresses_demo/index.html.erb within layouts/application (0.3ms)
1457
+ Completed 200 OK in 9ms (Views: 8.8ms | ActiveRecord: 0.0ms)
1458
+  (0.1ms) rollback transaction
1459
+  (0.1ms) begin transaction
1460
+  (0.1ms) rollback transaction
1461
+  (0.1ms) begin transaction
1462
+  (0.1ms) rollback transaction
1463
+  (0.1ms) begin transaction
1464
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
1465
+ Parameters: {"country_code"=>"IE"}
1466
+ Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.0ms)
1467
+  (0.1ms) rollback transaction
1468
+  (0.1ms) begin transaction
1469
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
1470
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1471
+  (0.1ms) rollback transaction
1472
+  (0.1ms) begin transaction
1473
+ Started GET "/" for 127.0.0.1 at 2015-04-28 23:23:57 -0400
1474
+ Processing by AddressesDemoController#index as HTML
1475
+ Rendered addresses_demo/_form.html.erb (187.4ms)
1476
+ Rendered addresses_demo/_form.html.erb (43.5ms)
1477
+ Rendered addresses_demo/_form.html.erb (33.5ms)
1478
+ Completed 200 OK in 297ms (Views: 297.0ms | ActiveRecord: 0.0ms)
1479
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-28 23:23:58 -0400
1480
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-28 23:23:58 -0400
1481
+  (0.1ms) rollback transaction
1482
+  (0.4ms) begin transaction
1483
+  (0.1ms) rollback transaction
1484
+  (0.1ms) begin transaction
1485
+ Started GET "/" for 127.0.0.1 at 2015-04-28 23:24:03 -0400
1486
+ Processing by AddressesDemoController#index as HTML
1487
+ Rendered addresses_demo/_form.html.erb (45.6ms)
1488
+ Rendered addresses_demo/_form.html.erb (32.7ms)
1489
+ Rendered addresses_demo/_form.html.erb (30.6ms)
1490
+ Completed 200 OK in 110ms (Views: 110.3ms | ActiveRecord: 0.0ms)
1491
+  (0.1ms) rollback transaction
1492
+  (0.1ms) begin transaction
1493
+ Started GET "/" for 127.0.0.1 at 2015-04-28 23:25:46 -0400
1494
+ Processing by AddressesDemoController#index as HTML
1495
+ Rendered addresses_demo/_form.html.erb (250.2ms)
1496
+ Rendered addresses_demo/_form.html.erb (35.3ms)
1497
+ Rendered addresses_demo/_form.html.erb (34.4ms)
1498
+ Rendered addresses_demo/index.html.erb within layouts/application (328.2ms)
1499
+ Completed 200 OK in 358ms (Views: 357.8ms | ActiveRecord: 0.0ms)
1500
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-28 23:25:47 -0400
1501
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-28 23:25:47 -0400
1502
+  (0.1ms) rollback transaction
1503
+  (0.2ms) begin transaction
1504
+ Started GET "/" for 127.0.0.1 at 2015-04-28 23:25:47 -0400
1505
+ Processing by AddressesDemoController#index as HTML
1506
+ Rendered addresses_demo/_form.html.erb (36.7ms)
1507
+ Rendered addresses_demo/_form.html.erb (46.4ms)
1508
+ Rendered addresses_demo/_form.html.erb (32.8ms)
1509
+ Rendered addresses_demo/index.html.erb within layouts/application (116.7ms)
1510
+ Completed 200 OK in 118ms (Views: 117.7ms | ActiveRecord: 0.0ms)
1511
+  (0.1ms) rollback transaction
1512
+  (0.1ms) begin transaction
1513
+ Started GET "/" for 127.0.0.1 at 2015-04-28 23:25:51 -0400
1514
+ Processing by AddressesDemoController#index as HTML
1515
+ Rendered addresses_demo/_form.html.erb (51.4ms)
1516
+ Rendered addresses_demo/_form.html.erb (69.1ms)
1517
+ Rendered addresses_demo/_form.html.erb (49.8ms)
1518
+ Rendered addresses_demo/index.html.erb within layouts/application (171.1ms)
1519
+ Completed 200 OK in 172ms (Views: 172.0ms | ActiveRecord: 0.0ms)
1520
+  (0.1ms) rollback transaction
1521
+  (0.1ms) begin transaction
1522
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
1523
+ Parameters: {"country_code"=>"IE"}
1524
+ Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)
1525
+  (0.1ms) rollback transaction
1526
+  (0.0ms) begin transaction
1527
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
1528
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1529
+  (0.1ms) rollback transaction
1530
+  (0.0ms) begin transaction
1531
+ Processing by AddressesDemoController#index as HTML
1532
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
1533
+  (0.1ms) rollback transaction
1534
+  (0.1ms) begin transaction
1535
+  (0.1ms) rollback transaction
1536
+  (0.1ms) begin transaction
1537
+  (0.1ms) rollback transaction
1538
+  (0.1ms) begin transaction
1539
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
1540
+ Parameters: {"country_code"=>"IE"}
1541
+ Completed 200 OK in 4ms (Views: 1.1ms | ActiveRecord: 0.0ms)
1542
+  (0.1ms) rollback transaction
1543
+  (0.0ms) begin transaction
1544
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
1545
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1546
+  (0.0ms) rollback transaction
1547
+  (0.0ms) begin transaction
1548
+ Processing by AddressesDemoController#index as HTML
1549
+ Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.0ms)
1550
+  (0.1ms) rollback transaction
1551
+  (0.1ms) begin transaction
1552
+  (0.1ms) rollback transaction
1553
+  (0.1ms) begin transaction
1554
+  (0.1ms) rollback transaction
1555
+  (0.1ms) begin transaction
1556
+ Started GET "/" for 127.0.0.1 at 2015-04-28 23:31:28 -0400
1557
+ Processing by AddressesDemoController#index as HTML
1558
+ Rendered addresses_demo/_form.html.erb (188.4ms)
1559
+ Rendered addresses_demo/_form.html.erb (37.3ms)
1560
+ Rendered addresses_demo/_form.html.erb (32.6ms)
1561
+ Completed 200 OK in 366ms (Views: 365.6ms | ActiveRecord: 0.0ms)
1562
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-28 23:31:28 -0400
1563
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-28 23:31:28 -0400
1564
+  (0.1ms) rollback transaction
1565
+  (0.3ms) begin transaction
1566
+ Started GET "/" for 127.0.0.1 at 2015-04-28 23:31:32 -0400
1567
+ Processing by AddressesDemoController#index as HTML
1568
+ Rendered addresses_demo/_form.html.erb (27.4ms)
1569
+ Rendered addresses_demo/_form.html.erb (45.8ms)
1570
+ Rendered addresses_demo/_form.html.erb (32.5ms)
1571
+ Completed 200 OK in 107ms (Views: 106.8ms | ActiveRecord: 0.0ms)
1572
+ Started GET "/subdivisions?country_code=DE" for 127.0.0.1 at 2015-04-28 23:31:33 -0400
1573
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
1574
+ Parameters: {"country_code"=>"DE"}
1575
+ Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.0ms)
1576
+  (0.1ms) rollback transaction
1577
+  (0.1ms) begin transaction
1578
+ Started GET "/" for 127.0.0.1 at 2015-04-28 23:31:35 -0400
1579
+ Processing by AddressesDemoController#index as HTML
1580
+ Rendered addresses_demo/_form.html.erb (39.4ms)
1581
+ Rendered addresses_demo/_form.html.erb (38.4ms)
1582
+ Rendered addresses_demo/_form.html.erb (40.0ms)
1583
+ Completed 200 OK in 119ms (Views: 119.2ms | ActiveRecord: 0.0ms)
1584
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2015-04-28 23:31:36 -0400
1585
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
1586
+ Parameters: {"country_code"=>"GU"}
1587
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1588
+  (0.1ms) rollback transaction
1589
+  (0.1ms) begin transaction
1590
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
1591
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1592
+  (0.1ms) rollback transaction
1593
+  (0.0ms) begin transaction
1594
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
1595
+ Parameters: {"country_code"=>"IE"}
1596
+ Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)
1597
+  (0.1ms) rollback transaction
1598
+  (0.2ms) begin transaction
1599
+  (0.1ms) rollback transaction
1600
+  (0.0ms) begin transaction
1601
+  (0.1ms) rollback transaction
1602
+  (0.1ms) begin transaction
1603
+ Started GET "/" for 127.0.0.1 at 2015-04-28 23:32:45 -0400
1604
+ Processing by AddressesDemoController#index as HTML
1605
+ Rendered addresses_demo/_form.html.erb (170.9ms)
1606
+ Rendered addresses_demo/_form.html.erb (32.3ms)
1607
+ Rendered addresses_demo/_form.html.erb (33.2ms)
1608
+ Completed 200 OK in 356ms (Views: 356.0ms | ActiveRecord: 0.0ms)
1609
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-28 23:32:46 -0400
1610
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-28 23:32:46 -0400
1611
+  (0.2ms) rollback transaction
1612
+  (0.3ms) begin transaction
1613
+ Started GET "/" for 127.0.0.1 at 2015-04-28 23:32:50 -0400
1614
+ Processing by AddressesDemoController#index as HTML
1615
+ Rendered addresses_demo/_form.html.erb (28.4ms)
1616
+ Rendered addresses_demo/_form.html.erb (43.5ms)
1617
+ Rendered addresses_demo/_form.html.erb (37.2ms)
1618
+ Completed 200 OK in 111ms (Views: 110.6ms | ActiveRecord: 0.0ms)
1619
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2015-04-28 23:32:51 -0400
1620
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
1621
+ Parameters: {"country_code"=>"GU"}
1622
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
1623
+  (0.1ms) rollback transaction
1624
+  (0.0ms) begin transaction
1625
+ Started GET "/" for 127.0.0.1 at 2015-04-28 23:32:53 -0400
1626
+ Processing by AddressesDemoController#index as HTML
1627
+ Rendered addresses_demo/_form.html.erb (32.5ms)
1628
+ Rendered addresses_demo/_form.html.erb (32.3ms)
1629
+ Rendered addresses_demo/_form.html.erb (38.9ms)
1630
+ Completed 200 OK in 106ms (Views: 105.6ms | ActiveRecord: 0.0ms)
1631
+ Started GET "/subdivisions?country_code=DE" for 127.0.0.1 at 2015-04-28 23:32:54 -0400
1632
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
1633
+ Parameters: {"country_code"=>"DE"}
1634
+ Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.0ms)
1635
+  (0.1ms) rollback transaction
1636
+  (0.1ms) begin transaction
1637
+ Processing by AddressesDemoController#index as HTML
1638
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
1639
+  (0.1ms) rollback transaction
1640
+  (0.1ms) begin transaction
1641
+  (0.1ms) rollback transaction
1642
+  (0.0ms) begin transaction
1643
+  (0.1ms) rollback transaction
1644
+  (0.0ms) begin transaction
1645
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
1646
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1647
+  (0.1ms) rollback transaction
1648
+  (0.1ms) begin transaction
1649
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
1650
+ Parameters: {"country_code"=>"IE"}
1651
+ Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)
1652
+  (0.0ms) rollback transaction
1653
+  (0.0ms) begin transaction
1654
+ Started GET "/" for 127.0.0.1 at 2015-04-28 23:46:36 -0400
1655
+ Processing by AddressesDemoController#index as HTML
1656
+ Rendered addresses_demo/_form.html.erb (163.7ms)
1657
+ Rendered addresses_demo/_form.html.erb (32.1ms)
1658
+ Rendered addresses_demo/_form.html.erb (33.8ms)
1659
+ Completed 200 OK in 335ms (Views: 334.6ms | ActiveRecord: 0.0ms)
1660
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-28 23:46:37 -0400
1661
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-28 23:46:37 -0400
1662
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2015-04-28 23:46:37 -0400
1663
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
1664
+ Parameters: {"country_code"=>"GU"}
1665
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1666
+  (0.1ms) rollback transaction
1667
+  (0.2ms) begin transaction
1668
+ Started GET "/" for 127.0.0.1 at 2015-04-28 23:46:40 -0400
1669
+ Processing by AddressesDemoController#index as HTML
1670
+ Rendered addresses_demo/_form.html.erb (44.2ms)
1671
+ Rendered addresses_demo/_form.html.erb (30.7ms)
1672
+ Rendered addresses_demo/_form.html.erb (32.6ms)
1673
+ Completed 200 OK in 109ms (Views: 109.0ms | ActiveRecord: 0.0ms)
1674
+  (0.1ms) rollback transaction
1675
+  (0.1ms) begin transaction
1676
+ Started GET "/" for 127.0.0.1 at 2015-04-28 23:46:44 -0400
1677
+ Processing by AddressesDemoController#index as HTML
1678
+ Rendered addresses_demo/_form.html.erb (34.2ms)
1679
+ Rendered addresses_demo/_form.html.erb (34.5ms)
1680
+ Rendered addresses_demo/_form.html.erb (40.5ms)
1681
+ Completed 200 OK in 111ms (Views: 110.5ms | ActiveRecord: 0.0ms)
1682
+ Started GET "/subdivisions?country_code=DE" for 127.0.0.1 at 2015-04-28 23:46:45 -0400
1683
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
1684
+ Parameters: {"country_code"=>"DE"}
1685
+ Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.0ms)
1686
+  (0.1ms) rollback transaction
1687
+  (0.1ms) begin transaction
1688
+ Processing by AddressesDemoController#index as HTML
1689
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
1690
+  (0.1ms) rollback transaction
1691
+  (0.1ms) begin transaction
1692
+ Processing by AddressesDemoController#index as HTML
1693
+ Rendered addresses_demo/index.html.erb within layouts/application (0.2ms)
1694
+ Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms)
1695
+  (0.1ms) rollback transaction
1696
+  (0.1ms) begin transaction
1697
+ Started GET "/" for 127.0.0.1 at 2015-04-28 23:49:00 -0400
1698
+ Processing by AddressesDemoController#index as HTML
1699
+ Rendered addresses_demo/_form.html.erb (247.4ms)
1700
+ Rendered addresses_demo/_form.html.erb (37.2ms)
1701
+ Rendered addresses_demo/_form.html.erb (35.0ms)
1702
+ Completed 200 OK in 350ms (Views: 349.6ms | ActiveRecord: 0.0ms)
1703
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-28 23:49:01 -0400
1704
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-28 23:49:01 -0400
1705
+  (0.2ms) rollback transaction
1706
+  (0.3ms) begin transaction
1707
+ Started GET "/" for 127.0.0.1 at 2015-04-28 23:49:05 -0400
1708
+ Processing by AddressesDemoController#index as HTML
1709
+ Rendered addresses_demo/_form.html.erb (36.7ms)
1710
+ Rendered addresses_demo/_form.html.erb (58.9ms)
1711
+ Rendered addresses_demo/_form.html.erb (33.9ms)
1712
+ Completed 200 OK in 131ms (Views: 130.7ms | ActiveRecord: 0.0ms)
1713
+ Started GET "/subdivisions?country_code=DE" for 127.0.0.1 at 2015-04-28 23:49:06 -0400
1714
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
1715
+ Parameters: {"country_code"=>"DE"}
1716
+ Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.0ms)
1717
+  (0.1ms) rollback transaction
1718
+  (0.1ms) begin transaction
1719
+ Started GET "/" for 127.0.0.1 at 2015-04-28 23:49:08 -0400
1720
+ Processing by AddressesDemoController#index as HTML
1721
+ Rendered addresses_demo/_form.html.erb (52.8ms)
1722
+ Rendered addresses_demo/_form.html.erb (44.7ms)
1723
+ Rendered addresses_demo/_form.html.erb (56.8ms)
1724
+ Completed 200 OK in 156ms (Views: 156.1ms | ActiveRecord: 0.0ms)
1725
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2015-04-28 23:49:10 -0400
1726
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
1727
+ Parameters: {"country_code"=>"GU"}
1728
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
1729
+  (0.1ms) rollback transaction
1730
+  (0.1ms) begin transaction
1731
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
1732
+ Parameters: {"country_code"=>"IE"}
1733
+ Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)
1734
+  (0.1ms) rollback transaction
1735
+  (0.1ms) begin transaction
1736
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
1737
+ Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
1738
+  (0.1ms) rollback transaction
1739
+  (0.1ms) begin transaction
1740
+  (0.1ms) rollback transaction
1741
+  (0.0ms) begin transaction
1742
+  (0.1ms) rollback transaction
1743
+  (0.1ms) begin transaction
1744
+  (0.1ms) rollback transaction
1745
+  (0.0ms) begin transaction
1746
+  (0.1ms) rollback transaction
1747
+  (0.0ms) begin transaction
1748
+ Processing by AddressesDemoController#index as HTML
1749
+ Completed 200 OK in 9ms (Views: 9.1ms | ActiveRecord: 0.0ms)
1750
+  (0.1ms) rollback transaction
1751
+  (0.0ms) begin transaction
1752
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
1753
+ Parameters: {"country_code"=>"IE"}
1754
+ Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)
1755
+  (0.1ms) rollback transaction
1756
+  (0.1ms) begin transaction
1757
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
1758
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1759
+  (0.1ms) rollback transaction
1760
+  (0.0ms) begin transaction
1761
+ Started GET "/" for 127.0.0.1 at 2015-04-29 00:30:12 -0400
1762
+ Processing by AddressesDemoController#index as HTML
1763
+ Rendered addresses_demo/_form.html.erb (210.5ms)
1764
+ Rendered addresses_demo/_form.html.erb (32.2ms)
1765
+ Completed 200 OK in 272ms (Views: 272.1ms | ActiveRecord: 0.0ms)
1766
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-29 00:30:12 -0400
1767
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-29 00:30:12 -0400
1768
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2015-04-29 00:30:13 -0400
1769
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
1770
+ Parameters: {"country_code"=>"GU"}
1771
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
1772
+  (0.1ms) rollback transaction
1773
+  (0.2ms) begin transaction
1774
+ Started GET "/" for 127.0.0.1 at 2015-04-29 00:30:16 -0400
1775
+ Processing by AddressesDemoController#index as HTML
1776
+ Rendered addresses_demo/_form.html.erb (32.1ms)
1777
+ Rendered addresses_demo/_form.html.erb (47.1ms)
1778
+ Completed 200 OK in 80ms (Views: 80.2ms | ActiveRecord: 0.0ms)
1779
+ Started GET "/subdivisions?country_code=DE" for 127.0.0.1 at 2015-04-29 00:30:16 -0400
1780
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
1781
+ Parameters: {"country_code"=>"DE"}
1782
+ Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.0ms)
1783
+  (0.1ms) rollback transaction
1784
+  (0.1ms) begin transaction
1785
+ Started GET "/" for 127.0.0.1 at 2015-04-29 00:30:19 -0400
1786
+ Processing by AddressesDemoController#index as HTML
1787
+ Rendered addresses_demo/_form.html.erb (30.9ms)
1788
+ Rendered addresses_demo/_form.html.erb (35.5ms)
1789
+ Completed 200 OK in 68ms (Views: 67.4ms | ActiveRecord: 0.0ms)
1790
+  (0.1ms) rollback transaction
1791
+  (0.1ms) begin transaction
1792
+ Processing by AddressesDemoController#index as HTML
1793
+ Rendered addresses_demo/index.html.erb within layouts/application (0.3ms)
1794
+ Completed 200 OK in 9ms (Views: 8.9ms | ActiveRecord: 0.0ms)
1795
+  (0.1ms) rollback transaction
1796
+  (0.1ms) begin transaction
1797
+ Started GET "/" for 127.0.0.1 at 2015-04-29 00:31:07 -0400
1798
+ Processing by AddressesDemoController#index as HTML
1799
+ Rendered addresses_demo/_form.html.erb (236.3ms)
1800
+ Rendered addresses_demo/_form.html.erb (34.3ms)
1801
+ Completed 200 OK in 306ms (Views: 305.6ms | ActiveRecord: 0.0ms)
1802
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-29 00:31:07 -0400
1803
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-29 00:31:07 -0400
1804
+  (0.5ms) rollback transaction
1805
+  (0.4ms) begin transaction
1806
+ Started GET "/" for 127.0.0.1 at 2015-04-29 00:31:11 -0400
1807
+ Processing by AddressesDemoController#index as HTML
1808
+ Rendered addresses_demo/_form.html.erb (28.8ms)
1809
+ Rendered addresses_demo/_form.html.erb (30.1ms)
1810
+ Completed 200 OK in 60ms (Views: 59.9ms | ActiveRecord: 0.0ms)
1811
+ Started GET "/subdivisions?country_code=DE" for 127.0.0.1 at 2015-04-29 00:31:12 -0400
1812
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
1813
+ Parameters: {"country_code"=>"DE"}
1814
+ Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)
1815
+  (0.1ms) rollback transaction
1816
+  (0.1ms) begin transaction
1817
+ Started GET "/" for 127.0.0.1 at 2015-04-29 00:31:14 -0400
1818
+ Processing by AddressesDemoController#index as HTML
1819
+ Rendered addresses_demo/_form.html.erb (35.0ms)
1820
+ Rendered addresses_demo/_form.html.erb (36.0ms)
1821
+ Completed 200 OK in 72ms (Views: 72.1ms | ActiveRecord: 0.0ms)
1822
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2015-04-29 00:31:15 -0400
1823
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
1824
+ Parameters: {"country_code"=>"GU"}
1825
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
1826
+  (0.1ms) rollback transaction
1827
+  (0.1ms) begin transaction
1828
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
1829
+ Parameters: {"country_code"=>"IE"}
1830
+ Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)
1831
+  (0.1ms) rollback transaction
1832
+  (0.0ms) begin transaction
1833
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
1834
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1835
+  (0.1ms) rollback transaction
1836
+  (0.1ms) begin transaction
1837
+  (0.1ms) rollback transaction
1838
+  (0.1ms) begin transaction
1839
+  (0.1ms) rollback transaction
1840
+  (0.1ms) begin transaction
1841
+  (0.1ms) rollback transaction
1842
+  (0.1ms) begin transaction
1843
+  (0.1ms) rollback transaction
1844
+  (0.0ms) begin transaction
1845
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
1846
+ Parameters: {"country_code"=>"IE"}
1847
+ Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)
1848
+  (0.1ms) rollback transaction
1849
+  (0.0ms) begin transaction
1850
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
1851
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1852
+  (0.0ms) rollback transaction
1853
+  (0.1ms) begin transaction
1854
+ Processing by AddressesDemoController#index as HTML
1855
+ Completed 200 OK in 9ms (Views: 8.6ms | ActiveRecord: 0.0ms)
1856
+  (0.1ms) rollback transaction
1857
+  (0.0ms) begin transaction
1858
+ Started GET "/" for 127.0.0.1 at 2015-04-29 11:12:28 -0400
1859
+ Processing by AddressesDemoController#index as HTML
1860
+ Rendered addresses_demo/_form.html.erb (166.2ms)
1861
+ Rendered addresses_demo/_form.html.erb (30.6ms)
1862
+ Completed 200 OK in 226ms (Views: 225.8ms | ActiveRecord: 0.0ms)
1863
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-29 11:12:28 -0400
1864
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-29 11:12:28 -0400
1865
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2015-04-29 11:12:29 -0400
1866
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
1867
+ Parameters: {"country_code"=>"GU"}
1868
+ Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1869
+  (0.1ms) rollback transaction
1870
+  (0.2ms) begin transaction
1871
+ Started GET "/" for 127.0.0.1 at 2015-04-29 11:12:31 -0400
1872
+ Processing by AddressesDemoController#index as HTML
1873
+ Rendered addresses_demo/_form.html.erb (37.8ms)
1874
+ Rendered addresses_demo/_form.html.erb (58.6ms)
1875
+ Completed 200 OK in 98ms (Views: 97.6ms | ActiveRecord: 0.0ms)
1876
+  (0.1ms) rollback transaction
1877
+  (0.1ms) begin transaction
1878
+ Started GET "/" for 127.0.0.1 at 2015-04-29 11:12:33 -0400
1879
+ Processing by AddressesDemoController#index as HTML
1880
+ Rendered addresses_demo/_form.html.erb (28.0ms)
1881
+ Rendered addresses_demo/_form.html.erb (30.5ms)
1882
+ Completed 200 OK in 60ms (Views: 59.4ms | ActiveRecord: 0.0ms)
1883
+ Started GET "/subdivisions?country_code=DE" for 127.0.0.1 at 2015-04-29 11:12:34 -0400
1884
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
1885
+ Parameters: {"country_code"=>"DE"}
1886
+ Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)
1887
+  (0.1ms) rollback transaction
1888
+  (0.1ms) begin transaction
1889
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
1890
+ Parameters: {"country_code"=>"IE"}
1891
+ Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.0ms)
1892
+  (0.1ms) rollback transaction
1893
+  (0.1ms) begin transaction
1894
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
1895
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1896
+  (0.1ms) rollback transaction
1897
+  (0.0ms) begin transaction
1898
+ Processing by AddressesDemoController#index as HTML
1899
+ Completed 200 OK in 8ms (Views: 8.3ms | ActiveRecord: 0.0ms)
1900
+  (0.1ms) rollback transaction
1901
+  (0.1ms) begin transaction
1902
+ Started GET "/" for 127.0.0.1 at 2015-04-29 11:14:01 -0400
1903
+ Processing by AddressesDemoController#index as HTML
1904
+ Rendered addresses_demo/_form.html.erb (275.8ms)
1905
+ Rendered addresses_demo/_form.html.erb (37.8ms)
1906
+ Completed 200 OK in 346ms (Views: 345.0ms | ActiveRecord: 0.0ms)
1907
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-29 11:14:02 -0400
1908
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-29 11:14:02 -0400
1909
+  (0.1ms) rollback transaction
1910
+  (0.3ms) begin transaction
1911
+ Started GET "/" for 127.0.0.1 at 2015-04-29 11:14:09 -0400
1912
+ Processing by AddressesDemoController#index as HTML
1913
+ Rendered addresses_demo/_form.html.erb (32.2ms)
1914
+ Rendered addresses_demo/_form.html.erb (46.9ms)
1915
+ Completed 200 OK in 80ms (Views: 80.2ms | ActiveRecord: 0.0ms)
1916
+ Started GET "/subdivisions?country_code=DE" for 127.0.0.1 at 2015-04-29 11:14:10 -0400
1917
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
1918
+ Parameters: {"country_code"=>"DE"}
1919
+ Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)
1920
+  (0.1ms) rollback transaction
1921
+  (0.1ms) begin transaction
1922
+ Started GET "/" for 127.0.0.1 at 2015-04-29 11:14:15 -0400
1923
+ Processing by AddressesDemoController#index as HTML
1924
+ Rendered addresses_demo/_form.html.erb (33.3ms)
1925
+ Rendered addresses_demo/_form.html.erb (33.3ms)
1926
+ Completed 200 OK in 68ms (Views: 67.8ms | ActiveRecord: 0.0ms)
1927
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2015-04-29 11:14:16 -0400
1928
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
1929
+ Parameters: {"country_code"=>"GU"}
1930
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1931
+  (0.1ms) rollback transaction
1932
+  (0.1ms) begin transaction
1933
+  (0.1ms) rollback transaction
1934
+  (0.0ms) begin transaction
1935
+  (0.1ms) rollback transaction
1936
+  (0.1ms) begin transaction
1937
+ Started GET "/" for 127.0.0.1 at 2015-04-29 11:23:56 -0400
1938
+ Processing by AddressesDemoController#index as HTML
1939
+ Rendered addresses_demo/_form.html.erb (187.1ms)
1940
+ Rendered addresses_demo/_form.html.erb (43.2ms)
1941
+ Rendered addresses_demo/index.html.erb within layouts/application (240.5ms)
1942
+ Completed 200 OK in 270ms (Views: 270.1ms | ActiveRecord: 0.0ms)
1943
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-29 11:23:56 -0400
1944
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-29 11:23:56 -0400
1945
+ Started GET "/subdivisions?country_code=DE" for 127.0.0.1 at 2015-04-29 11:23:57 -0400
1946
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
1947
+ Parameters: {"country_code"=>"DE"}
1948
+ Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 0.0ms)
1949
+  (0.1ms) rollback transaction
1950
+  (0.3ms) begin transaction
1951
+ Started GET "/" for 127.0.0.1 at 2015-04-29 11:24:02 -0400
1952
+ Processing by AddressesDemoController#index as HTML
1953
+ Rendered addresses_demo/_form.html.erb (56.7ms)
1954
+ Rendered addresses_demo/_form.html.erb (41.8ms)
1955
+ Rendered addresses_demo/index.html.erb within layouts/application (99.0ms)
1956
+ Completed 200 OK in 100ms (Views: 99.7ms | ActiveRecord: 0.0ms)
1957
+  (0.1ms) rollback transaction
1958
+  (0.1ms) begin transaction
1959
+ Started GET "/" for 127.0.0.1 at 2015-04-29 11:24:09 -0400
1960
+ Processing by AddressesDemoController#index as HTML
1961
+ Rendered addresses_demo/_form.html.erb (32.8ms)
1962
+ Rendered addresses_demo/_form.html.erb (35.3ms)
1963
+ Rendered addresses_demo/index.html.erb within layouts/application (68.6ms)
1964
+ Completed 200 OK in 69ms (Views: 69.2ms | ActiveRecord: 0.0ms)
1965
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2015-04-29 11:24:10 -0400
1966
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
1967
+ Parameters: {"country_code"=>"GU"}
1968
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1969
+  (0.1ms) rollback transaction
1970
+  (0.1ms) begin transaction
1971
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
1972
+ Parameters: {"country_code"=>"IE"}
1973
+ Completed 200 OK in 4ms (Views: 0.6ms | ActiveRecord: 0.0ms)
1974
+  (0.1ms) rollback transaction
1975
+  (0.1ms) begin transaction
1976
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
1977
+ Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
1978
+  (0.1ms) rollback transaction
1979
+  (0.1ms) begin transaction
1980
+ Processing by AddressesDemoController#index as HTML
1981
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
1982
+  (0.1ms) rollback transaction
1983
+  (0.1ms) begin transaction
1984
+  (0.1ms) rollback transaction
1985
+  (0.1ms) begin transaction
1986
+  (0.1ms) rollback transaction
1987
+  (0.1ms) begin transaction
1988
+ Processing by AddressesDemoController#index as HTML
1989
+ Rendered addresses_demo/index.html.erb within layouts/application (0.3ms)
1990
+ Completed 200 OK in 9ms (Views: 9.0ms | ActiveRecord: 0.0ms)
1991
+  (0.1ms) rollback transaction
1992
+  (0.0ms) begin transaction
1993
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
1994
+ Parameters: {"country_code"=>"IE"}
1995
+ Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)
1996
+  (0.1ms) rollback transaction
1997
+  (0.1ms) begin transaction
1998
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
1999
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
2000
+  (0.0ms) rollback transaction
2001
+  (0.0ms) begin transaction
2002
+ Started GET "/" for 127.0.0.1 at 2015-04-29 11:25:56 -0400
2003
+ Processing by AddressesDemoController#index as HTML
2004
+ Rendered addresses_demo/_form.html.erb (229.3ms)
2005
+ Rendered addresses_demo/_form.html.erb (32.9ms)
2006
+ Completed 200 OK in 290ms (Views: 290.1ms | ActiveRecord: 0.0ms)
2007
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-29 11:25:56 -0400
2008
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-29 11:25:56 -0400
2009
+  (0.1ms) rollback transaction
2010
+  (0.3ms) begin transaction
2011
+ Started GET "/" for 127.0.0.1 at 2015-04-29 11:26:00 -0400
2012
+ Processing by AddressesDemoController#index as HTML
2013
+ Rendered addresses_demo/_form.html.erb (29.3ms)
2014
+ Rendered addresses_demo/_form.html.erb (35.6ms)
2015
+ Completed 200 OK in 66ms (Views: 66.2ms | ActiveRecord: 0.0ms)
2016
+ Started GET "/subdivisions?country_code=DE" for 127.0.0.1 at 2015-04-29 11:26:01 -0400
2017
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
2018
+ Parameters: {"country_code"=>"DE"}
2019
+ Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.0ms)
2020
+  (0.1ms) rollback transaction
2021
+  (0.1ms) begin transaction
2022
+ Started GET "/" for 127.0.0.1 at 2015-04-29 11:26:03 -0400
2023
+ Processing by AddressesDemoController#index as HTML
2024
+ Rendered addresses_demo/_form.html.erb (32.0ms)
2025
+ Rendered addresses_demo/_form.html.erb (33.7ms)
2026
+ Completed 200 OK in 67ms (Views: 66.8ms | ActiveRecord: 0.0ms)
2027
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2015-04-29 11:26:04 -0400
2028
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
2029
+ Parameters: {"country_code"=>"GU"}
2030
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
2031
+  (0.1ms) rollback transaction
2032
+  (0.1ms) begin transaction
2033
+  (0.1ms) rollback transaction
2034
+  (0.1ms) begin transaction
2035
+  (0.1ms) rollback transaction
2036
+  (0.1ms) begin transaction
2037
+ Processing by AddressesDemoController#index as HTML
2038
+ Rendered addresses_demo/index.html.erb within layouts/application (0.3ms)
2039
+ Completed 200 OK in 10ms (Views: 9.3ms | ActiveRecord: 0.0ms)
2040
+  (0.1ms) rollback transaction
2041
+  (0.0ms) begin transaction
2042
+  (0.1ms) rollback transaction
2043
+  (0.0ms) begin transaction
2044
+  (0.0ms) rollback transaction
2045
+  (0.0ms) begin transaction
2046
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
2047
+ Parameters: {"country_code"=>"IE"}
2048
+ Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)
2049
+  (0.1ms) rollback transaction
2050
+  (0.1ms) begin transaction
2051
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
2052
+ Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
2053
+  (0.1ms) rollback transaction
2054
+  (0.1ms) begin transaction
2055
+ Started GET "/" for 127.0.0.1 at 2015-04-29 11:27:31 -0400
2056
+ Processing by AddressesDemoController#index as HTML
2057
+ Rendered addresses_demo/_form.html.erb (157.0ms)
2058
+ Rendered addresses_demo/_form.html.erb (32.0ms)
2059
+ Completed 200 OK in 205ms (Views: 204.5ms | ActiveRecord: 0.0ms)
2060
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-29 11:27:32 -0400
2061
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-29 11:27:32 -0400
2062
+ Started GET "/subdivisions?country_code=DE" for 127.0.0.1 at 2015-04-29 11:27:32 -0400
2063
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
2064
+ Parameters: {"country_code"=>"DE"}
2065
+ Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)
2066
+  (0.1ms) rollback transaction
2067
+  (0.2ms) begin transaction
2068
+ Started GET "/" for 127.0.0.1 at 2015-04-29 11:27:35 -0400
2069
+ Processing by AddressesDemoController#index as HTML
2070
+ Rendered addresses_demo/_form.html.erb (32.4ms)
2071
+ Rendered addresses_demo/_form.html.erb (45.9ms)
2072
+ Completed 200 OK in 80ms (Views: 79.5ms | ActiveRecord: 0.0ms)
2073
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2015-04-29 11:27:35 -0400
2074
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
2075
+ Parameters: {"country_code"=>"GU"}
2076
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
2077
+  (0.1ms) rollback transaction
2078
+  (0.1ms) begin transaction
2079
+ Started GET "/" for 127.0.0.1 at 2015-04-29 11:27:38 -0400
2080
+ Processing by AddressesDemoController#index as HTML
2081
+ Rendered addresses_demo/_form.html.erb (28.6ms)
2082
+ Rendered addresses_demo/_form.html.erb (35.0ms)
2083
+ Completed 200 OK in 65ms (Views: 64.9ms | ActiveRecord: 0.0ms)
2084
+  (0.1ms) rollback transaction
2085
+  (0.2ms) begin transaction
2086
+  (0.1ms) rollback transaction
2087
+  (0.0ms) begin transaction
2088
+  (0.1ms) rollback transaction
2089
+  (0.0ms) begin transaction
2090
+ Started GET "/" for 127.0.0.1 at 2015-04-29 11:29:48 -0400
2091
+ Processing by AddressesDemoController#index as HTML
2092
+ Rendered addresses_demo/_form.html.erb (147.5ms)
2093
+ Rendered addresses_demo/_form.html.erb (31.2ms)
2094
+ Completed 200 OK in 202ms (Views: 201.2ms | ActiveRecord: 0.0ms)
2095
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-29 11:29:49 -0400
2096
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-29 11:29:49 -0400
2097
+  (0.2ms) rollback transaction
2098
+  (0.1ms) begin transaction
2099
+  (0.1ms) rollback transaction
2100
+  (0.0ms) begin transaction
2101
+  (0.0ms) rollback transaction
2102
+  (0.0ms) begin transaction
2103
+ Processing by AddressesDemoController#index as HTML
2104
+ Completed 200 OK in 5ms (Views: 5.1ms | ActiveRecord: 0.0ms)
2105
+  (0.1ms) rollback transaction
2106
+  (0.0ms) begin transaction
2107
+ Started GET "/" for 127.0.0.1 at 2015-04-29 11:30:10 -0400
2108
+ Processing by AddressesDemoController#index as HTML
2109
+ Rendered addresses_demo/_form.html.erb (275.4ms)
2110
+ Rendered addresses_demo/_form.html.erb (32.0ms)
2111
+ Completed 200 OK in 327ms (Views: 326.4ms | ActiveRecord: 0.0ms)
2112
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-29 11:30:10 -0400
2113
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-29 11:30:10 -0400
2114
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2015-04-29 11:30:11 -0400
2115
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
2116
+ Parameters: {"country_code"=>"GU"}
2117
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
2118
+  (0.1ms) rollback transaction
2119
+  (0.2ms) begin transaction
2120
+ Started GET "/" for 127.0.0.1 at 2015-04-29 11:30:13 -0400
2121
+ Processing by AddressesDemoController#index as HTML
2122
+ Rendered addresses_demo/_form.html.erb (29.0ms)
2123
+ Rendered addresses_demo/_form.html.erb (41.6ms)
2124
+ Completed 200 OK in 72ms (Views: 71.7ms | ActiveRecord: 0.0ms)
2125
+ Started GET "/subdivisions?country_code=DE" for 127.0.0.1 at 2015-04-29 11:30:14 -0400
2126
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
2127
+ Parameters: {"country_code"=>"DE"}
2128
+ Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)
2129
+  (0.1ms) rollback transaction
2130
+  (0.1ms) begin transaction
2131
+ Started GET "/" for 127.0.0.1 at 2015-04-29 11:30:16 -0400
2132
+ Processing by AddressesDemoController#index as HTML
2133
+ Rendered addresses_demo/_form.html.erb (32.0ms)
2134
+ Rendered addresses_demo/_form.html.erb (33.4ms)
2135
+ Completed 200 OK in 67ms (Views: 66.4ms | ActiveRecord: 0.0ms)
2136
+  (0.1ms) rollback transaction
2137
+  (0.1ms) begin transaction
2138
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
2139
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
2140
+  (0.1ms) rollback transaction
2141
+  (0.0ms) begin transaction
2142
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
2143
+ Parameters: {"country_code"=>"IE"}
2144
+ Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)
2145
+  (0.1ms) rollback transaction
2146
+  (0.1ms) begin transaction
2147
+ Processing by AddressesDemoController#index as HTML
2148
+ Rendered addresses_demo/index.html.erb within layouts/application (0.2ms)
2149
+ Completed 200 OK in 5ms (Views: 5.3ms | ActiveRecord: 0.0ms)
2150
+  (0.1ms) rollback transaction
2151
+  (0.1ms) begin transaction
2152
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
2153
+ Parameters: {"country_code"=>"IE"}
2154
+ Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)
2155
+  (0.1ms) rollback transaction
2156
+  (0.1ms) begin transaction
2157
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
2158
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
2159
+  (0.1ms) rollback transaction
2160
+  (0.1ms) begin transaction
2161
+ Started GET "/" for 127.0.0.1 at 2015-04-29 11:31:15 -0400
2162
+ Processing by AddressesDemoController#index as HTML
2163
+ Rendered addresses_demo/_form.html.erb (225.5ms)
2164
+ Rendered addresses_demo/_form.html.erb (32.1ms)
2165
+ Completed 200 OK in 273ms (Views: 272.7ms | ActiveRecord: 0.0ms)
2166
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-29 11:31:15 -0400
2167
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-29 11:31:15 -0400
2168
+  (0.1ms) rollback transaction
2169
+  (0.2ms) begin transaction
2170
+ Started GET "/" for 127.0.0.1 at 2015-04-29 11:31:19 -0400
2171
+ Processing by AddressesDemoController#index as HTML
2172
+ Rendered addresses_demo/_form.html.erb (29.9ms)
2173
+ Rendered addresses_demo/_form.html.erb (29.4ms)
2174
+ Completed 200 OK in 60ms (Views: 60.3ms | ActiveRecord: 0.0ms)
2175
+ Started GET "/subdivisions?country_code=DE" for 127.0.0.1 at 2015-04-29 11:31:20 -0400
2176
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
2177
+ Parameters: {"country_code"=>"DE"}
2178
+ Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)
2179
+  (0.1ms) rollback transaction
2180
+  (0.1ms) begin transaction
2181
+ Started GET "/" for 127.0.0.1 at 2015-04-29 11:31:22 -0400
2182
+ Processing by AddressesDemoController#index as HTML
2183
+ Rendered addresses_demo/_form.html.erb (33.0ms)
2184
+ Rendered addresses_demo/_form.html.erb (35.3ms)
2185
+ Completed 200 OK in 70ms (Views: 69.4ms | ActiveRecord: 0.0ms)
2186
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2015-04-29 11:31:23 -0400
2187
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
2188
+ Parameters: {"country_code"=>"GU"}
2189
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
2190
+  (0.1ms) rollback transaction
2191
+  (0.1ms) begin transaction
2192
+  (0.1ms) rollback transaction
2193
+  (0.0ms) begin transaction
2194
+  (0.1ms) rollback transaction
2195
+  (0.1ms) begin transaction
2196
+ Processing by AddressesDemoController#index as HTML
2197
+ Rendered addresses_demo/index.html.erb within layouts/application (0.3ms)
2198
+ Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms)
2199
+  (0.1ms) rollback transaction
2200
+  (0.1ms) begin transaction
2201
+  (0.1ms) rollback transaction
2202
+  (0.0ms) begin transaction
2203
+  (0.0ms) rollback transaction
2204
+  (0.0ms) begin transaction
2205
+ Started GET "/" for 127.0.0.1 at 2015-04-29 11:50:36 -0400
2206
+ Processing by AddressesDemoController#index as HTML
2207
+ Rendered addresses_demo/_form.html.erb (211.5ms)
2208
+ Rendered addresses_demo/_form.html.erb (30.5ms)
2209
+ Completed 200 OK in 263ms (Views: 262.1ms | ActiveRecord: 0.0ms)
2210
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-29 11:50:36 -0400
2211
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-29 11:50:36 -0400
2212
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2015-04-29 11:50:37 -0400
2213
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
2214
+ Parameters: {"country_code"=>"GU"}
2215
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
2216
+  (0.2ms) rollback transaction
2217
+  (0.5ms) begin transaction
2218
+ Started GET "/" for 127.0.0.1 at 2015-04-29 11:50:39 -0400
2219
+ Processing by AddressesDemoController#index as HTML
2220
+ Rendered addresses_demo/_form.html.erb (63.3ms)
2221
+ Rendered addresses_demo/_form.html.erb (51.0ms)
2222
+ Completed 200 OK in 116ms (Views: 115.7ms | ActiveRecord: 0.0ms)
2223
+ Started GET "/subdivisions?country_code=DE" for 127.0.0.1 at 2015-04-29 11:50:40 -0400
2224
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
2225
+ Parameters: {"country_code"=>"DE"}
2226
+ Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)
2227
+  (0.1ms) rollback transaction
2228
+  (0.1ms) begin transaction
2229
+ Started GET "/" for 127.0.0.1 at 2015-04-29 11:50:43 -0400
2230
+ Processing by AddressesDemoController#index as HTML
2231
+ Rendered addresses_demo/_form.html.erb (34.8ms)
2232
+ Rendered addresses_demo/_form.html.erb (33.0ms)
2233
+ Completed 200 OK in 69ms (Views: 68.8ms | ActiveRecord: 0.0ms)
2234
+  (0.1ms) rollback transaction
2235
+  (0.1ms) begin transaction
2236
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
2237
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
2238
+  (0.1ms) rollback transaction
2239
+  (0.0ms) begin transaction
2240
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
2241
+ Parameters: {"country_code"=>"IE"}
2242
+ Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)
2243
+  (0.1ms) rollback transaction
2244
+  (0.1ms) begin transaction
2245
+  (0.1ms) rollback transaction
2246
+  (0.1ms) begin transaction
2247
+  (0.0ms) rollback transaction
2248
+  (0.0ms) begin transaction
2249
+ Processing by AddressesDemoController#index as HTML
2250
+ Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.0ms)
2251
+  (0.1ms) rollback transaction
2252
+  (0.0ms) begin transaction
2253
+ Started GET "/" for 127.0.0.1 at 2015-04-29 12:06:52 -0400
2254
+ Processing by AddressesDemoController#index as HTML
2255
+ Rendered addresses_demo/_form.html.erb (232.8ms)
2256
+ Rendered addresses_demo/_form.html.erb (34.6ms)
2257
+ Completed 200 OK in 300ms (Views: 299.1ms | ActiveRecord: 0.0ms)
2258
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-29 12:06:52 -0400
2259
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-29 12:06:52 -0400
2260
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2015-04-29 12:06:53 -0400
2261
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
2262
+ Parameters: {"country_code"=>"GU"}
2263
+ Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
2264
+  (0.1ms) rollback transaction
2265
+  (0.2ms) begin transaction
2266
+ Started GET "/" for 127.0.0.1 at 2015-04-29 12:06:53 -0400
2267
+ Processing by AddressesDemoController#index as HTML
2268
+ Rendered addresses_demo/_form.html.erb (28.9ms)
2269
+ Rendered addresses_demo/_form.html.erb (33.7ms)
2270
+ Completed 200 OK in 64ms (Views: 63.7ms | ActiveRecord: 0.0ms)
2271
+ Started GET "/subdivisions?country_code=DE" for 127.0.0.1 at 2015-04-29 12:06:54 -0400
2272
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
2273
+ Parameters: {"country_code"=>"DE"}
2274
+ Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)
2275
+  (0.1ms) rollback transaction
2276
+  (0.1ms) begin transaction
2277
+ Started GET "/" for 127.0.0.1 at 2015-04-29 12:06:56 -0400
2278
+ Processing by AddressesDemoController#index as HTML
2279
+ Rendered addresses_demo/_form.html.erb (30.8ms)
2280
+ Rendered addresses_demo/_form.html.erb (32.3ms)
2281
+ Completed 200 OK in 64ms (Views: 64.0ms | ActiveRecord: 0.0ms)
2282
+  (0.1ms) rollback transaction
2283
+  (0.1ms) begin transaction
2284
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
2285
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
2286
+  (0.1ms) rollback transaction
2287
+  (0.1ms) begin transaction
2288
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
2289
+ Parameters: {"country_code"=>"IE"}
2290
+ Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)
2291
+  (0.1ms) rollback transaction
2292
+  (0.1ms) begin transaction
2293
+ Started GET "/" for 127.0.0.1 at 2015-04-29 12:09:36 -0400
2294
+ Processing by AddressesDemoController#index as HTML
2295
+ Rendered addresses_demo/_form.html.erb (227.3ms)
2296
+ Rendered addresses_demo/_form.html.erb (30.1ms)
2297
+ Rendered addresses_demo/index.html.erb within layouts/application (264.8ms)
2298
+ Completed 200 OK in 291ms (Views: 291.0ms | ActiveRecord: 0.0ms)
2299
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-29 12:09:37 -0400
2300
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-29 12:09:37 -0400
2301
+ Started GET "/subdivisions?country_code=DE" for 127.0.0.1 at 2015-04-29 12:09:37 -0400
2302
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
2303
+ Parameters: {"country_code"=>"DE"}
2304
+ Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)
2305
+  (0.1ms) rollback transaction
2306
+  (0.2ms) begin transaction
2307
+ Started GET "/" for 127.0.0.1 at 2015-04-29 12:09:40 -0400
2308
+ Processing by AddressesDemoController#index as HTML
2309
+ Rendered addresses_demo/_form.html.erb (39.2ms)
2310
+ Rendered addresses_demo/_form.html.erb (45.9ms)
2311
+ Rendered addresses_demo/index.html.erb within layouts/application (85.7ms)
2312
+ Completed 200 OK in 87ms (Views: 86.6ms | ActiveRecord: 0.0ms)
2313
+  (0.1ms) rollback transaction
2314
+  (0.1ms) begin transaction
2315
+ Started GET "/" for 127.0.0.1 at 2015-04-29 12:09:43 -0400
2316
+ Processing by AddressesDemoController#index as HTML
2317
+ Rendered addresses_demo/_form.html.erb (34.2ms)
2318
+ Rendered addresses_demo/_form.html.erb (35.6ms)
2319
+ Rendered addresses_demo/index.html.erb within layouts/application (70.3ms)
2320
+ Completed 200 OK in 71ms (Views: 71.0ms | ActiveRecord: 0.0ms)
2321
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2015-04-29 12:09:44 -0400
2322
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
2323
+ Parameters: {"country_code"=>"GU"}
2324
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
2325
+  (0.1ms) rollback transaction
2326
+  (0.1ms) begin transaction
2327
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
2328
+ Parameters: {"country_code"=>"IE"}
2329
+ Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)
2330
+  (0.1ms) rollback transaction
2331
+  (0.0ms) begin transaction
2332
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
2333
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
2334
+  (0.1ms) rollback transaction
2335
+  (0.0ms) begin transaction
2336
+ Processing by AddressesDemoController#index as HTML
2337
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
2338
+  (0.1ms) rollback transaction
2339
+  (0.1ms) begin transaction
2340
+  (0.1ms) rollback transaction
2341
+  (0.0ms) begin transaction
2342
+  (0.1ms) rollback transaction
2343
+  (0.1ms) begin transaction
2344
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
2345
+ Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
2346
+  (0.1ms) rollback transaction
2347
+  (0.0ms) begin transaction
2348
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
2349
+ Parameters: {"country_code"=>"IE"}
2350
+ Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)
2351
+  (0.1ms) rollback transaction
2352
+  (0.0ms) begin transaction
2353
+  (0.1ms) rollback transaction
2354
+  (0.0ms) begin transaction
2355
+  (0.1ms) rollback transaction
2356
+  (0.0ms) begin transaction
2357
+ Started GET "/" for 127.0.0.1 at 2015-04-29 12:10:30 -0400
2358
+ Processing by AddressesDemoController#index as HTML
2359
+ Rendered addresses_demo/_form.html.erb (182.7ms)
2360
+ Rendered addresses_demo/_form.html.erb (39.0ms)
2361
+ Completed 200 OK in 345ms (Views: 344.4ms | ActiveRecord: 0.0ms)
2362
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-29 12:10:30 -0400
2363
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-29 12:10:30 -0400
2364
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2015-04-29 12:10:31 -0400
2365
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
2366
+ Parameters: {"country_code"=>"GU"}
2367
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
2368
+  (0.1ms) rollback transaction
2369
+  (0.3ms) begin transaction
2370
+ Started GET "/" for 127.0.0.1 at 2015-04-29 12:10:33 -0400
2371
+ Processing by AddressesDemoController#index as HTML
2372
+ Rendered addresses_demo/_form.html.erb (38.3ms)
2373
+ Rendered addresses_demo/_form.html.erb (52.3ms)
2374
+ Completed 200 OK in 92ms (Views: 92.0ms | ActiveRecord: 0.0ms)
2375
+  (0.1ms) rollback transaction
2376
+  (0.1ms) begin transaction
2377
+ Started GET "/" for 127.0.0.1 at 2015-04-29 12:10:37 -0400
2378
+ Processing by AddressesDemoController#index as HTML
2379
+ Rendered addresses_demo/_form.html.erb (38.6ms)
2380
+ Rendered addresses_demo/_form.html.erb (48.7ms)
2381
+ Completed 200 OK in 89ms (Views: 88.7ms | ActiveRecord: 0.0ms)
2382
+ Started GET "/subdivisions?country_code=DE" for 127.0.0.1 at 2015-04-29 12:10:38 -0400
2383
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
2384
+ Parameters: {"country_code"=>"DE"}
2385
+ Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.0ms)
2386
+  (0.1ms) rollback transaction
2387
+  (0.1ms) begin transaction
2388
+ Processing by AddressesDemoController#index as HTML
2389
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
2390
+  (0.1ms) rollback transaction
2391
+  (0.1ms) begin transaction
2392
+  (0.1ms) rollback transaction
2393
+  (0.0ms) begin transaction
2394
+  (0.0ms) rollback transaction
2395
+  (0.0ms) begin transaction
2396
+ Processing by AddressesDemoController#index as HTML
2397
+ Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms)
2398
+  (0.1ms) rollback transaction
2399
+  (0.1ms) begin transaction
2400
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
2401
+ Parameters: {"country_code"=>"IE"}
2402
+ Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)
2403
+  (0.1ms) rollback transaction
2404
+  (0.1ms) begin transaction
2405
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
2406
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
2407
+  (0.1ms) rollback transaction
2408
+  (0.0ms) begin transaction
2409
+ Started GET "/" for 127.0.0.1 at 2015-04-29 12:16:23 -0400
2410
+ Processing by AddressesDemoController#index as HTML
2411
+ Rendered addresses_demo/_form.html.erb (146.5ms)
2412
+ Rendered addresses_demo/_form.html.erb (30.8ms)
2413
+ Completed 200 OK in 195ms (Views: 194.9ms | ActiveRecord: 0.0ms)
2414
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-29 12:16:23 -0400
2415
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-29 12:16:23 -0400
2416
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2015-04-29 12:16:24 -0400
2417
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
2418
+ Parameters: {"country_code"=>"GU"}
2419
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
2420
+  (0.1ms) rollback transaction
2421
+  (0.2ms) begin transaction
2422
+ Started GET "/" for 127.0.0.1 at 2015-04-29 12:16:26 -0400
2423
+ Processing by AddressesDemoController#index as HTML
2424
+ Rendered addresses_demo/_form.html.erb (28.9ms)
2425
+ Rendered addresses_demo/_form.html.erb (43.9ms)
2426
+ Completed 200 OK in 74ms (Views: 73.9ms | ActiveRecord: 0.0ms)
2427
+ Started GET "/subdivisions?country_code=DE" for 127.0.0.1 at 2015-04-29 12:16:27 -0400
2428
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
2429
+ Parameters: {"country_code"=>"DE"}
2430
+ Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.0ms)
2431
+  (0.1ms) rollback transaction
2432
+  (0.1ms) begin transaction
2433
+ Started GET "/" for 127.0.0.1 at 2015-04-29 12:16:29 -0400
2434
+ Processing by AddressesDemoController#index as HTML
2435
+ Rendered addresses_demo/_form.html.erb (27.0ms)
2436
+ Rendered addresses_demo/_form.html.erb (31.6ms)
2437
+ Completed 200 OK in 60ms (Views: 59.9ms | ActiveRecord: 0.0ms)
2438
+  (0.1ms) rollback transaction
2439
+  (0.1ms) begin transaction
2440
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
2441
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
2442
+  (0.1ms) rollback transaction
2443
+  (0.1ms) begin transaction
2444
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
2445
+ Parameters: {"country_code"=>"IE"}
2446
+ Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)
2447
+  (0.1ms) rollback transaction
2448
+  (0.1ms) begin transaction
2449
+ Started GET "/" for 127.0.0.1 at 2015-04-29 12:36:42 -0400
2450
+ Processing by AddressesDemoController#index as HTML
2451
+ Rendered addresses_demo/_form.html.erb (229.8ms)
2452
+ Rendered addresses_demo/_form.html.erb (33.7ms)
2453
+ Completed 200 OK in 302ms (Views: 301.8ms | ActiveRecord: 0.0ms)
2454
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-29 12:36:42 -0400
2455
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-29 12:36:42 -0400
2456
+  (0.1ms) rollback transaction
2457
+  (0.2ms) begin transaction
2458
+ Started GET "/" for 127.0.0.1 at 2015-04-29 12:36:46 -0400
2459
+ Processing by AddressesDemoController#index as HTML
2460
+ Rendered addresses_demo/_form.html.erb (32.7ms)
2461
+ Rendered addresses_demo/_form.html.erb (32.6ms)
2462
+ Completed 200 OK in 67ms (Views: 66.6ms | ActiveRecord: 0.0ms)
2463
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2015-04-29 12:36:47 -0400
2464
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
2465
+ Parameters: {"country_code"=>"GU"}
2466
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
2467
+  (0.1ms) rollback transaction
2468
+  (0.2ms) begin transaction
2469
+ Started GET "/" for 127.0.0.1 at 2015-04-29 12:36:49 -0400
2470
+ Processing by AddressesDemoController#index as HTML
2471
+ Rendered addresses_demo/_form.html.erb (39.8ms)
2472
+ Rendered addresses_demo/_form.html.erb (37.5ms)
2473
+ Completed 200 OK in 79ms (Views: 78.8ms | ActiveRecord: 0.0ms)
2474
+ Started GET "/subdivisions?country_code=DE" for 127.0.0.1 at 2015-04-29 12:36:50 -0400
2475
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
2476
+ Parameters: {"country_code"=>"DE"}
2477
+ Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.0ms)
2478
+  (0.1ms) rollback transaction
2479
+  (0.1ms) begin transaction
2480
+  (0.1ms) rollback transaction
2481
+  (0.0ms) begin transaction
2482
+  (0.1ms) rollback transaction
2483
+  (0.1ms) begin transaction
2484
+ Processing by AddressesDemoController#index as HTML
2485
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
2486
+  (0.1ms) rollback transaction
2487
+  (0.1ms) begin transaction
2488
+ Processing by AddressesDemoController#index as HTML
2489
+ Rendered addresses_demo/index.html.erb within layouts/application (0.3ms)
2490
+ Completed 200 OK in 10ms (Views: 9.4ms | ActiveRecord: 0.0ms)
2491
+  (0.1ms) rollback transaction
2492
+  (0.0ms) begin transaction
2493
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
2494
+ Parameters: {"country_code"=>"IE"}
2495
+ Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)
2496
+  (0.1ms) rollback transaction
2497
+  (0.0ms) begin transaction
2498
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
2499
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
2500
+  (0.0ms) rollback transaction
2501
+  (0.0ms) begin transaction
2502
+ Started GET "/" for 127.0.0.1 at 2015-04-29 13:19:37 -0400
2503
+ Processing by AddressesDemoController#index as HTML
2504
+ Rendered addresses_demo/_form.html.erb (222.1ms)
2505
+ Rendered addresses_demo/_form.html.erb (35.9ms)
2506
+ Completed 200 OK in 290ms (Views: 289.5ms | ActiveRecord: 0.0ms)
2507
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-29 13:19:37 -0400
2508
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-29 13:19:37 -0400
2509
+  (0.1ms) rollback transaction
2510
+  (0.3ms) begin transaction
2511
+ Started GET "/" for 127.0.0.1 at 2015-04-29 13:19:41 -0400
2512
+ Processing by AddressesDemoController#index as HTML
2513
+ Rendered addresses_demo/_form.html.erb (28.7ms)
2514
+ Rendered addresses_demo/_form.html.erb (31.1ms)
2515
+ Completed 200 OK in 61ms (Views: 60.8ms | ActiveRecord: 0.0ms)
2516
+ Started GET "/subdivisions?country_code=DE" for 127.0.0.1 at 2015-04-29 13:19:41 -0400
2517
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
2518
+ Parameters: {"country_code"=>"DE"}
2519
+ Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.0ms)
2520
+  (0.2ms) rollback transaction
2521
+  (0.1ms) begin transaction
2522
+ Started GET "/" for 127.0.0.1 at 2015-04-29 13:19:44 -0400
2523
+ Processing by AddressesDemoController#index as HTML
2524
+ Rendered addresses_demo/_form.html.erb (33.2ms)
2525
+ Rendered addresses_demo/_form.html.erb (34.9ms)
2526
+ Completed 200 OK in 69ms (Views: 69.2ms | ActiveRecord: 0.0ms)
2527
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2015-04-29 13:19:45 -0400
2528
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
2529
+ Parameters: {"country_code"=>"GU"}
2530
+ Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
2531
+  (0.1ms) rollback transaction
2532
+  (0.1ms) begin transaction
2533
+  (0.1ms) rollback transaction
2534
+  (0.1ms) begin transaction
2535
+  (0.1ms) rollback transaction
2536
+  (0.1ms) begin transaction
2537
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
2538
+ Parameters: {"country_code"=>"IE"}
2539
+ Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
2540
+  (0.1ms) rollback transaction
2541
+  (0.0ms) begin transaction
2542
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
2543
+ Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
2544
+  (0.1ms) rollback transaction
2545
+  (0.0ms) begin transaction
2546
+ Started GET "/" for 127.0.0.1 at 2015-04-29 13:20:53 -0400
2547
+ Processing by AddressesDemoController#index as HTML
2548
+ Rendered addresses_demo/_form.html.erb (230.5ms)
2549
+ Completed 200 OK in 254ms (Views: 253.6ms | ActiveRecord: 0.0ms)
2550
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-29 13:20:53 -0400
2551
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-29 13:20:53 -0400
2552
+  (0.1ms) rollback transaction
2553
+  (0.2ms) begin transaction
2554
+ Started GET "/" for 127.0.0.1 at 2015-04-29 13:20:56 -0400
2555
+ Processing by AddressesDemoController#index as HTML
2556
+ Rendered addresses_demo/_form.html.erb (34.3ms)
2557
+ Completed 200 OK in 35ms (Views: 35.1ms | ActiveRecord: 0.0ms)
2558
+ Started GET "/subdivisions?country_code=DE" for 127.0.0.1 at 2015-04-29 13:20:57 -0400
2559
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
2560
+ Parameters: {"country_code"=>"DE"}
2561
+ Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)
2562
+  (0.1ms) rollback transaction
2563
+  (0.1ms) begin transaction
2564
+ Started GET "/" for 127.0.0.1 at 2015-04-29 13:20:59 -0400
2565
+ Processing by AddressesDemoController#index as HTML
2566
+ Rendered addresses_demo/_form.html.erb (42.6ms)
2567
+ Completed 200 OK in 44ms (Views: 43.7ms | ActiveRecord: 0.0ms)
2568
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2015-04-29 13:21:00 -0400
2569
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
2570
+ Parameters: {"country_code"=>"GU"}
2571
+ Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms)
2572
+  (0.1ms) rollback transaction
2573
+  (0.1ms) begin transaction
2574
+ Processing by AddressesDemoController#index as HTML
2575
+ Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
2576
+  (0.1ms) rollback transaction
2577
+  (0.1ms) begin transaction
2578
+  (0.1ms) rollback transaction
2579
+  (0.1ms) begin transaction
2580
+  (0.1ms) rollback transaction
2581
+  (0.1ms) begin transaction
2582
+ Processing by AddressesDemoController#index as HTML
2583
+ Rendered addresses_demo/index.html.erb within layouts/application (0.3ms)
2584
+ Completed 200 OK in 8ms (Views: 7.9ms | ActiveRecord: 0.0ms)
2585
+  (0.1ms) rollback transaction
2586
+  (0.0ms) begin transaction
2587
+ Started GET "/" for 127.0.0.1 at 2015-04-29 13:24:04 -0400
2588
+ Processing by AddressesDemoController#index as HTML
2589
+ Rendered addresses_demo/_form.html.erb (249.5ms)
2590
+ Completed 200 OK in 280ms (Views: 279.7ms | ActiveRecord: 0.0ms)
2591
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-29 13:24:05 -0400
2592
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-29 13:24:05 -0400
2593
+ Started GET "/subdivisions?country_code=DE" for 127.0.0.1 at 2015-04-29 13:24:06 -0400
2594
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
2595
+ Parameters: {"country_code"=>"DE"}
2596
+ Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 0.0ms)
2597
+  (0.6ms) rollback transaction
2598
+  (0.3ms) begin transaction
2599
+ Started GET "/" for 127.0.0.1 at 2015-04-29 13:24:08 -0400
2600
+ Processing by AddressesDemoController#index as HTML
2601
+ Rendered addresses_demo/_form.html.erb (53.4ms)
2602
+ Completed 200 OK in 55ms (Views: 55.1ms | ActiveRecord: 0.0ms)
2603
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2015-04-29 13:24:09 -0400
2604
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
2605
+ Parameters: {"country_code"=>"GU"}
2606
+ Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms)
2607
+  (0.1ms) rollback transaction
2608
+  (0.1ms) begin transaction
2609
+ Started GET "/" for 127.0.0.1 at 2015-04-29 13:24:11 -0400
2610
+ Processing by AddressesDemoController#index as HTML
2611
+ Rendered addresses_demo/_form.html.erb (61.8ms)
2612
+ Completed 200 OK in 63ms (Views: 63.2ms | ActiveRecord: 0.0ms)
2613
+  (0.2ms) rollback transaction
2614
+  (0.1ms) begin transaction
2615
+  (0.2ms) rollback transaction
2616
+  (0.1ms) begin transaction
2617
+  (0.1ms) rollback transaction
2618
+  (0.2ms) begin transaction
2619
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
2620
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
2621
+  (0.1ms) rollback transaction
2622
+  (0.1ms) begin transaction
2623
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
2624
+ Parameters: {"country_code"=>"IE"}
2625
+ Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.0ms)
2626
+  (0.1ms) rollback transaction
2627
+  (0.1ms) begin transaction
2628
+ Processing by AddressesDemoController#index as HTML
2629
+ Rendered addresses_demo/index.html.erb within layouts/application (0.4ms)
2630
+ Completed 200 OK in 12ms (Views: 11.8ms | ActiveRecord: 0.0ms)
2631
+  (0.1ms) rollback transaction
2632
+  (0.1ms) begin transaction
2633
+  (0.1ms) rollback transaction
2634
+  (0.1ms) begin transaction
2635
+  (0.1ms) rollback transaction
2636
+  (0.1ms) begin transaction
2637
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
2638
+ Parameters: {"country_code"=>"IE"}
2639
+ Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.0ms)
2640
+  (0.1ms) rollback transaction
2641
+  (0.1ms) begin transaction
2642
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
2643
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
2644
+  (0.1ms) rollback transaction
2645
+  (0.1ms) begin transaction
2646
+ Started GET "/" for 127.0.0.1 at 2015-04-29 13:25:19 -0400
2647
+ Processing by AddressesDemoController#index as HTML
2648
+ Rendered addresses_demo/_form.html.erb (184.2ms)
2649
+ Completed 200 OK in 216ms (Views: 215.8ms | ActiveRecord: 0.0ms)
2650
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-29 13:25:20 -0400
2651
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-29 13:25:20 -0400
2652
+ Started GET "/subdivisions?country_code=DE" for 127.0.0.1 at 2015-04-29 13:25:21 -0400
2653
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
2654
+ Parameters: {"country_code"=>"DE"}
2655
+ Completed 200 OK in 4ms (Views: 0.7ms | ActiveRecord: 0.0ms)
2656
+  (0.1ms) rollback transaction
2657
+  (0.3ms) begin transaction
2658
+ Started GET "/" for 127.0.0.1 at 2015-04-29 13:25:23 -0400
2659
+ Processing by AddressesDemoController#index as HTML
2660
+ Rendered addresses_demo/_form.html.erb (36.5ms)
2661
+ Completed 200 OK in 38ms (Views: 37.5ms | ActiveRecord: 0.0ms)
2662
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2015-04-29 13:25:24 -0400
2663
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
2664
+ Parameters: {"country_code"=>"GU"}
2665
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
2666
+  (0.1ms) rollback transaction
2667
+  (0.1ms) begin transaction
2668
+ Started GET "/" for 127.0.0.1 at 2015-04-29 13:25:26 -0400
2669
+ Processing by AddressesDemoController#index as HTML
2670
+ Rendered addresses_demo/_form.html.erb (54.9ms)
2671
+ Completed 200 OK in 56ms (Views: 56.2ms | ActiveRecord: 0.0ms)
2672
+  (0.1ms) rollback transaction
2673
+  (0.1ms) begin transaction
2674
+ Processing by AddressesDemoController#index as HTML
2675
+ Rendered addresses_demo/index.html.erb within layouts/application (0.3ms)
2676
+ Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.0ms)
2677
+  (0.1ms) rollback transaction
2678
+  (0.0ms) begin transaction
2679
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
2680
+ Parameters: {"country_code"=>"IE"}
2681
+ Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)
2682
+  (0.1ms) rollback transaction
2683
+  (0.0ms) begin transaction
2684
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
2685
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
2686
+  (0.1ms) rollback transaction
2687
+  (0.0ms) begin transaction
2688
+ Started GET "/" for 127.0.0.1 at 2015-04-29 13:29:26 -0400
2689
+ Processing by AddressesDemoController#index as HTML
2690
+ Rendered addresses_demo/_form.html.erb (227.6ms)
2691
+ Completed 200 OK in 258ms (Views: 257.8ms | ActiveRecord: 0.0ms)
2692
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-29 13:29:27 -0400
2693
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-29 13:29:27 -0400
2694
+  (0.1ms) rollback transaction
2695
+  (0.3ms) begin transaction
2696
+ Started GET "/" for 127.0.0.1 at 2015-04-29 13:29:30 -0400
2697
+ Processing by AddressesDemoController#index as HTML
2698
+ Rendered addresses_demo/_form.html.erb (32.3ms)
2699
+ Completed 200 OK in 33ms (Views: 33.1ms | ActiveRecord: 0.0ms)
2700
+ Started GET "/subdivisions?country_code=DE" for 127.0.0.1 at 2015-04-29 13:29:30 -0400
2701
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
2702
+ Parameters: {"country_code"=>"DE"}
2703
+ Completed 200 OK in 4ms (Views: 0.6ms | ActiveRecord: 0.0ms)
2704
+  (0.1ms) rollback transaction
2705
+  (0.2ms) begin transaction
2706
+ Started GET "/" for 127.0.0.1 at 2015-04-29 13:29:33 -0400
2707
+ Processing by AddressesDemoController#index as HTML
2708
+ Rendered addresses_demo/_form.html.erb (36.3ms)
2709
+ Completed 200 OK in 37ms (Views: 37.3ms | ActiveRecord: 0.0ms)
2710
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2015-04-29 13:29:33 -0400
2711
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
2712
+ Parameters: {"country_code"=>"GU"}
2713
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
2714
+  (0.1ms) rollback transaction
2715
+  (0.1ms) begin transaction
2716
+  (0.1ms) rollback transaction
2717
+  (0.1ms) begin transaction
2718
+  (0.1ms) rollback transaction
2719
+  (0.1ms) begin transaction
2720
+ Processing by AddressesDemoController#index as HTML
2721
+ Rendered addresses_demo/index.html.erb within layouts/application (0.3ms)
2722
+ Completed 200 OK in 9ms (Views: 8.7ms | ActiveRecord: 0.0ms)
2723
+  (0.1ms) rollback transaction
2724
+  (0.1ms) begin transaction
2725
+  (0.1ms) rollback transaction
2726
+  (0.0ms) begin transaction
2727
+  (0.1ms) rollback transaction
2728
+  (0.0ms) begin transaction
2729
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
2730
+ Parameters: {"country_code"=>"IE"}
2731
+ Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)
2732
+  (0.1ms) rollback transaction
2733
+  (0.0ms) begin transaction
2734
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
2735
+ Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
2736
+  (0.1ms) rollback transaction
2737
+  (0.1ms) begin transaction
2738
+ Started GET "/" for 127.0.0.1 at 2015-04-29 13:31:48 -0400
2739
+ Processing by AddressesDemoController#index as HTML
2740
+ Rendered addresses_demo/_form.html.erb (315.5ms)
2741
+ Completed 200 OK in 365ms (Views: 363.9ms | ActiveRecord: 0.0ms)
2742
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-29 13:31:49 -0400
2743
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-29 13:31:49 -0400
2744
+ Started GET "/subdivisions?country_code=DE" for 127.0.0.1 at 2015-04-29 13:31:50 -0400
2745
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
2746
+ Parameters: {"country_code"=>"DE"}
2747
+ Completed 200 OK in 5ms (Views: 1.2ms | ActiveRecord: 0.0ms)
2748
+  (0.1ms) rollback transaction
2749
+  (0.4ms) begin transaction
2750
+ Started GET "/" for 127.0.0.1 at 2015-04-29 13:31:52 -0400
2751
+ Processing by AddressesDemoController#index as HTML
2752
+ Rendered addresses_demo/_form.html.erb (41.9ms)
2753
+ Completed 200 OK in 43ms (Views: 43.1ms | ActiveRecord: 0.0ms)
2754
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2015-04-29 13:31:53 -0400
2755
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
2756
+ Parameters: {"country_code"=>"GU"}
2757
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
2758
+  (0.1ms) rollback transaction
2759
+  (0.2ms) begin transaction
2760
+ Started GET "/" for 127.0.0.1 at 2015-04-29 13:31:55 -0400
2761
+ Processing by AddressesDemoController#index as HTML
2762
+ Rendered addresses_demo/_form.html.erb (66.6ms)
2763
+ Completed 200 OK in 68ms (Views: 67.9ms | ActiveRecord: 0.0ms)
2764
+  (0.1ms) rollback transaction
2765
+  (0.2ms) begin transaction
2766
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
2767
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
2768
+  (0.1ms) rollback transaction
2769
+  (0.1ms) begin transaction
2770
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
2771
+ Parameters: {"country_code"=>"IE"}
2772
+ Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)
2773
+  (0.0ms) rollback transaction
2774
+  (0.0ms) begin transaction
2775
+ Started GET "/" for 127.0.0.1 at 2015-04-29 13:42:24 -0400
2776
+ Processing by AddressesDemoController#index as HTML
2777
+ Rendered addresses_demo/_form.html.erb (234.8ms)
2778
+ Completed 200 OK in 263ms (Views: 262.7ms | ActiveRecord: 0.0ms)
2779
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-29 13:42:24 -0400
2780
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-29 13:42:24 -0400
2781
+  (0.1ms) rollback transaction
2782
+  (0.2ms) begin transaction
2783
+ Started GET "/" for 127.0.0.1 at 2015-04-29 13:42:26 -0400
2784
+ Processing by AddressesDemoController#index as HTML
2785
+ Rendered addresses_demo/_form.html.erb (32.3ms)
2786
+ Completed 200 OK in 33ms (Views: 33.3ms | ActiveRecord: 0.0ms)
2787
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2015-04-29 13:42:26 -0400
2788
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
2789
+ Parameters: {"country_code"=>"GU"}
2790
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
2791
+  (0.1ms) rollback transaction
2792
+  (0.1ms) begin transaction
2793
+ Started GET "/" for 127.0.0.1 at 2015-04-29 13:42:28 -0400
2794
+ Processing by AddressesDemoController#index as HTML
2795
+ Rendered addresses_demo/_form.html.erb (33.0ms)
2796
+ Completed 200 OK in 34ms (Views: 33.8ms | ActiveRecord: 0.0ms)
2797
+ Started GET "/subdivisions?country_code=DE" for 127.0.0.1 at 2015-04-29 13:42:29 -0400
2798
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
2799
+ Parameters: {"country_code"=>"DE"}
2800
+ Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)
2801
+  (0.1ms) rollback transaction
2802
+  (0.1ms) begin transaction
2803
+  (0.1ms) rollback transaction
2804
+  (0.1ms) begin transaction
2805
+  (0.1ms) rollback transaction
2806
+  (0.1ms) begin transaction
2807
+ Processing by AddressesDemoController#index as HTML
2808
+ Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
2809
+  (0.1ms) rollback transaction
2810
+  (0.1ms) begin transaction
2811
+  (0.1ms) rollback transaction
2812
+  (0.0ms) begin transaction
2813
+  (0.0ms) rollback transaction
2814
+  (0.0ms) begin transaction
2815
+ Started GET "/" for 127.0.0.1 at 2015-04-29 13:43:20 -0400
2816
+ Processing by AddressesDemoController#index as HTML
2817
+ Rendered addresses_demo/_form.html.erb (176.7ms)
2818
+ Completed 200 OK in 202ms (Views: 201.9ms | ActiveRecord: 0.0ms)
2819
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-29 13:43:20 -0400
2820
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-29 13:43:20 -0400
2821
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2015-04-29 13:43:20 -0400
2822
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
2823
+ Parameters: {"country_code"=>"GU"}
2824
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
2825
+  (0.1ms) rollback transaction
2826
+  (0.3ms) begin transaction
2827
+ Started GET "/" for 127.0.0.1 at 2015-04-29 13:43:23 -0400
2828
+ Processing by AddressesDemoController#index as HTML
2829
+ Rendered addresses_demo/_form.html.erb (31.5ms)
2830
+ Completed 200 OK in 32ms (Views: 32.3ms | ActiveRecord: 0.0ms)
2831
+ Started GET "/subdivisions?country_code=DE" for 127.0.0.1 at 2015-04-29 13:43:23 -0400
2832
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
2833
+ Parameters: {"country_code"=>"DE"}
2834
+ Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.0ms)
2835
+  (0.1ms) rollback transaction
2836
+  (0.1ms) begin transaction
2837
+ Started GET "/" for 127.0.0.1 at 2015-04-29 13:43:26 -0400
2838
+ Processing by AddressesDemoController#index as HTML
2839
+ Rendered addresses_demo/_form.html.erb (46.1ms)
2840
+ Completed 200 OK in 47ms (Views: 46.8ms | ActiveRecord: 0.0ms)
2841
+  (0.1ms) rollback transaction
2842
+  (0.1ms) begin transaction
2843
+ Processing by AddressesDemoController#index as HTML
2844
+ Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
2845
+  (0.1ms) rollback transaction
2846
+  (0.1ms) begin transaction
2847
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
2848
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
2849
+  (0.1ms) rollback transaction
2850
+  (0.1ms) begin transaction
2851
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
2852
+ Parameters: {"country_code"=>"IE"}
2853
+ Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)
2854
+  (0.1ms) rollback transaction
2855
+  (0.1ms) begin transaction
2856
+ Started GET "/" for 127.0.0.1 at 2015-04-29 13:44:13 -0400
2857
+ Processing by AddressesDemoController#index as HTML
2858
+ Rendered addresses_demo/_form.html.erb (234.2ms)
2859
+ Rendered addresses_demo/index.html.erb within layouts/application (239.2ms)
2860
+ Completed 200 OK in 256ms (Views: 255.3ms | ActiveRecord: 0.0ms)
2861
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-29 13:44:13 -0400
2862
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-29 13:44:13 -0400
2863
+  (0.1ms) rollback transaction
2864
+  (0.2ms) begin transaction
2865
+ Started GET "/" for 127.0.0.1 at 2015-04-29 13:44:16 -0400
2866
+ Processing by AddressesDemoController#index as HTML
2867
+ Rendered addresses_demo/_form.html.erb (31.6ms)
2868
+ Rendered addresses_demo/index.html.erb within layouts/application (31.8ms)
2869
+ Completed 200 OK in 33ms (Views: 32.6ms | ActiveRecord: 0.0ms)
2870
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2015-04-29 13:44:16 -0400
2871
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
2872
+ Parameters: {"country_code"=>"GU"}
2873
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
2874
+  (0.1ms) rollback transaction
2875
+  (0.1ms) begin transaction
2876
+ Started GET "/" for 127.0.0.1 at 2015-04-29 13:44:19 -0400
2877
+ Processing by AddressesDemoController#index as HTML
2878
+ Rendered addresses_demo/_form.html.erb (30.9ms)
2879
+ Rendered addresses_demo/index.html.erb within layouts/application (31.1ms)
2880
+ Completed 200 OK in 32ms (Views: 31.8ms | ActiveRecord: 0.0ms)
2881
+ Started GET "/subdivisions?country_code=DE" for 127.0.0.1 at 2015-04-29 13:44:19 -0400
2882
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
2883
+ Parameters: {"country_code"=>"DE"}
2884
+ Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.0ms)
2885
+  (0.1ms) rollback transaction
2886
+  (0.1ms) begin transaction
2887
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
2888
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
2889
+  (0.1ms) rollback transaction
2890
+  (0.0ms) begin transaction
2891
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
2892
+ Parameters: {"country_code"=>"IE"}
2893
+ Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)
2894
+  (0.1ms) rollback transaction
2895
+  (0.1ms) begin transaction
2896
+  (0.1ms) rollback transaction
2897
+  (0.1ms) begin transaction
2898
+  (0.1ms) rollback transaction
2899
+  (0.1ms) begin transaction
2900
+ Processing by AddressesDemoController#index as HTML
2901
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
2902
+  (0.1ms) rollback transaction
2903
+  (0.1ms) begin transaction
2904
+ Processing by AddressesDemoController#index as HTML
2905
+ Rendered addresses_demo/index.html.erb within layouts/application (0.3ms)
2906
+ Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.0ms)
2907
+  (0.1ms) rollback transaction
2908
+  (0.0ms) begin transaction
2909
+ Started GET "/" for 127.0.0.1 at 2015-04-29 13:49:21 -0400
2910
+ Processing by AddressesDemoController#index as HTML
2911
+ Rendered addresses_demo/_form.html.erb (227.7ms)
2912
+ Completed 200 OK in 259ms (Views: 259.0ms | ActiveRecord: 0.0ms)
2913
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-29 13:49:21 -0400
2914
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-29 13:49:21 -0400
2915
+ Started GET "/subdivisions?country_code=DE" for 127.0.0.1 at 2015-04-29 13:49:22 -0400
2916
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
2917
+ Parameters: {"country_code"=>"DE"}
2918
+ Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.0ms)
2919
+  (0.1ms) rollback transaction
2920
+  (0.2ms) begin transaction
2921
+ Started GET "/" for 127.0.0.1 at 2015-04-29 13:49:24 -0400
2922
+ Processing by AddressesDemoController#index as HTML
2923
+ Rendered addresses_demo/_form.html.erb (33.9ms)
2924
+ Completed 200 OK in 35ms (Views: 35.1ms | ActiveRecord: 0.0ms)
2925
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2015-04-29 13:49:25 -0400
2926
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
2927
+ Parameters: {"country_code"=>"GU"}
2928
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
2929
+  (0.1ms) rollback transaction
2930
+  (0.1ms) begin transaction
2931
+ Started GET "/" for 127.0.0.1 at 2015-04-29 13:49:27 -0400
2932
+ Processing by AddressesDemoController#index as HTML
2933
+ Rendered addresses_demo/_form.html.erb (33.7ms)
2934
+ Completed 200 OK in 35ms (Views: 34.6ms | ActiveRecord: 0.0ms)
2935
+  (0.1ms) rollback transaction
2936
+  (0.1ms) begin transaction
2937
+  (0.1ms) rollback transaction
2938
+  (0.1ms) begin transaction
2939
+  (0.1ms) rollback transaction
2940
+  (0.1ms) begin transaction
2941
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
2942
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
2943
+  (0.1ms) rollback transaction
2944
+  (0.1ms) begin transaction
2945
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
2946
+ Parameters: {"country_code"=>"IE"}
2947
+ Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)
2948
+  (0.1ms) rollback transaction
2949
+  (0.2ms) begin transaction
2950
+  (0.1ms) rollback transaction
2951
+  (0.1ms) begin transaction
2952
+  (0.1ms) rollback transaction
2953
+  (0.1ms) begin transaction
2954
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
2955
+ Parameters: {"country_code"=>"IE"}
2956
+ Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)
2957
+  (0.1ms) rollback transaction
2958
+  (0.0ms) begin transaction
2959
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
2960
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
2961
+  (0.1ms) rollback transaction
2962
+  (0.1ms) begin transaction
2963
+ Processing by AddressesDemoController#index as HTML
2964
+ Completed 200 OK in 12ms (Views: 11.8ms | ActiveRecord: 0.0ms)
2965
+  (0.1ms) rollback transaction
2966
+  (0.1ms) begin transaction
2967
+ Started GET "/" for 127.0.0.1 at 2015-04-29 13:50:46 -0400
2968
+ Processing by AddressesDemoController#index as HTML
2969
+ Rendered addresses_demo/_form.html.erb (168.4ms)
2970
+ Completed 200 OK in 262ms (Views: 261.3ms | ActiveRecord: 0.0ms)
2971
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-29 13:50:47 -0400
2972
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-29 13:50:47 -0400
2973
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2015-04-29 13:50:47 -0400
2974
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
2975
+ Parameters: {"country_code"=>"GU"}
2976
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
2977
+  (0.1ms) rollback transaction
2978
+  (0.3ms) begin transaction
2979
+ Started GET "/" for 127.0.0.1 at 2015-04-29 13:50:50 -0400
2980
+ Processing by AddressesDemoController#index as HTML
2981
+ Rendered addresses_demo/_form.html.erb (36.4ms)
2982
+ Completed 200 OK in 38ms (Views: 37.6ms | ActiveRecord: 0.0ms)
2983
+  (0.1ms) rollback transaction
2984
+  (0.1ms) begin transaction
2985
+ Started GET "/" for 127.0.0.1 at 2015-04-29 13:50:53 -0400
2986
+ Processing by AddressesDemoController#index as HTML
2987
+ Rendered addresses_demo/_form.html.erb (31.4ms)
2988
+ Completed 200 OK in 32ms (Views: 32.1ms | ActiveRecord: 0.0ms)
2989
+ Started GET "/subdivisions?country_code=DE" for 127.0.0.1 at 2015-04-29 13:50:53 -0400
2990
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
2991
+ Parameters: {"country_code"=>"DE"}
2992
+ Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)
2993
+  (0.1ms) rollback transaction
2994
+  (0.1ms) begin transaction
2995
+  (0.1ms) rollback transaction
2996
+  (0.0ms) begin transaction
2997
+  (0.1ms) rollback transaction
2998
+  (0.0ms) begin transaction
2999
+ Processing by AddressesDemoController#index as HTML
3000
+ Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms)
3001
+  (0.1ms) rollback transaction
3002
+  (0.0ms) begin transaction
3003
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
3004
+ Parameters: {"country_code"=>"IE"}
3005
+ Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)
3006
+  (0.1ms) rollback transaction
3007
+  (0.0ms) begin transaction
3008
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
3009
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
3010
+  (0.0ms) rollback transaction
3011
+  (0.0ms) begin transaction
3012
+ Started GET "/" for 127.0.0.1 at 2015-04-29 13:51:24 -0400
3013
+ Processing by AddressesDemoController#index as HTML
3014
+ Rendered addresses_demo/_form.html.erb (210.5ms)
3015
+ Completed 200 OK in 335ms (Views: 335.1ms | ActiveRecord: 0.0ms)
3016
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-29 13:51:24 -0400
3017
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-29 13:51:24 -0400
3018
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2015-04-29 13:51:25 -0400
3019
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
3020
+ Parameters: {"country_code"=>"GU"}
3021
+ Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
3022
+  (0.2ms) rollback transaction
3023
+  (0.3ms) begin transaction
3024
+ Started GET "/" for 127.0.0.1 at 2015-04-29 13:51:27 -0400
3025
+ Processing by AddressesDemoController#index as HTML
3026
+ Rendered addresses_demo/_form.html.erb (38.3ms)
3027
+ Completed 200 OK in 40ms (Views: 39.4ms | ActiveRecord: 0.0ms)
3028
+ Started GET "/subdivisions?country_code=DE" for 127.0.0.1 at 2015-04-29 13:51:28 -0400
3029
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
3030
+ Parameters: {"country_code"=>"DE"}
3031
+ Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)
3032
+  (0.1ms) rollback transaction
3033
+  (0.1ms) begin transaction
3034
+ Started GET "/" for 127.0.0.1 at 2015-04-29 13:51:30 -0400
3035
+ Processing by AddressesDemoController#index as HTML
3036
+ Rendered addresses_demo/_form.html.erb (59.4ms)
3037
+ Completed 200 OK in 61ms (Views: 60.5ms | ActiveRecord: 0.0ms)
3038
+  (0.1ms) rollback transaction
3039
+  (0.1ms) begin transaction
3040
+ Processing by AddressesDemoController#index as HTML
3041
+ Rendered addresses_demo/index.html.erb within layouts/application (0.3ms)
3042
+ Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms)
3043
+  (0.1ms) rollback transaction
3044
+  (0.1ms) begin transaction
3045
+  (0.1ms) rollback transaction
3046
+  (0.0ms) begin transaction
3047
+  (0.0ms) rollback transaction
3048
+  (0.0ms) begin transaction
3049
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
3050
+ Parameters: {"country_code"=>"IE"}
3051
+ Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)
3052
+  (0.1ms) rollback transaction
3053
+  (0.0ms) begin transaction
3054
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
3055
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
3056
+  (0.0ms) rollback transaction
3057
+  (0.0ms) begin transaction
3058
+ Started GET "/" for 127.0.0.1 at 2015-04-29 13:53:35 -0400
3059
+ Processing by AddressesDemoController#index as HTML
3060
+ Rendered addresses_demo/_form.html.erb (64.0ms)
3061
+ Completed 200 OK in 94ms (Views: 93.2ms | ActiveRecord: 0.0ms)
3062
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-29 13:53:35 -0400
3063
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-29 13:53:35 -0400
3064
+ Started GET "/subdivisions?country_code=DE" for 127.0.0.1 at 2015-04-29 13:53:35 -0400
3065
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
3066
+ Parameters: {"country_code"=>"DE"}
3067
+ Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.0ms)
3068
+  (0.1ms) rollback transaction
3069
+  (0.2ms) begin transaction
3070
+ Started GET "/" for 127.0.0.1 at 2015-04-29 13:53:38 -0400
3071
+ Processing by AddressesDemoController#index as HTML
3072
+ Rendered addresses_demo/_form.html.erb (31.1ms)
3073
+ Completed 200 OK in 32ms (Views: 32.2ms | ActiveRecord: 0.0ms)
3074
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2015-04-29 13:53:38 -0400
3075
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
3076
+ Parameters: {"country_code"=>"GU"}
3077
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
3078
+  (0.1ms) rollback transaction
3079
+  (0.1ms) begin transaction
3080
+ Started GET "/" for 127.0.0.1 at 2015-04-29 13:53:41 -0400
3081
+ Processing by AddressesDemoController#index as HTML
3082
+ Rendered addresses_demo/_form.html.erb (29.7ms)
3083
+ Completed 200 OK in 31ms (Views: 30.6ms | ActiveRecord: 0.0ms)
3084
+  (0.1ms) rollback transaction
3085
+  (0.1ms) begin transaction
3086
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
3087
+ Parameters: {"country_code"=>"IE"}
3088
+ Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.0ms)
3089
+  (0.1ms) rollback transaction
3090
+  (0.1ms) begin transaction
3091
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
3092
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
3093
+  (0.1ms) rollback transaction
3094
+  (0.1ms) begin transaction
3095
+ Processing by AddressesDemoController#index as HTML
3096
+ Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms)
3097
+  (0.1ms) rollback transaction
3098
+  (0.1ms) begin transaction
3099
+  (0.1ms) rollback transaction
3100
+  (0.1ms) begin transaction
3101
+  (0.1ms) rollback transaction
3102
+  (0.0ms) begin transaction
3103
+ Started GET "/" for 127.0.0.1 at 2015-04-29 13:54:26 -0400
3104
+ Processing by AddressesDemoController#index as HTML
3105
+ Rendered addresses_demo/_form.html.erb (53.0ms)
3106
+ Completed 200 OK in 136ms (Views: 135.7ms | ActiveRecord: 0.0ms)
3107
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-29 13:54:26 -0400
3108
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-29 13:54:26 -0400
3109
+  (0.1ms) rollback transaction
3110
+  (0.3ms) begin transaction
3111
+ Started GET "/" for 127.0.0.1 at 2015-04-29 13:54:28 -0400
3112
+ Processing by AddressesDemoController#index as HTML
3113
+ Rendered addresses_demo/_form.html.erb (33.7ms)
3114
+ Completed 200 OK in 35ms (Views: 34.5ms | ActiveRecord: 0.0ms)
3115
+ Started GET "/subdivisions?country_code=DE" for 127.0.0.1 at 2015-04-29 13:54:29 -0400
3116
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
3117
+ Parameters: {"country_code"=>"DE"}
3118
+ Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.0ms)
3119
+  (0.1ms) rollback transaction
3120
+  (0.1ms) begin transaction
3121
+ Started GET "/" for 127.0.0.1 at 2015-04-29 13:54:29 -0400
3122
+ Processing by AddressesDemoController#index as HTML
3123
+ Rendered addresses_demo/_form.html.erb (30.8ms)
3124
+ Completed 200 OK in 32ms (Views: 31.6ms | ActiveRecord: 0.0ms)
3125
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2015-04-29 13:54:30 -0400
3126
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
3127
+ Parameters: {"country_code"=>"GU"}
3128
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
3129
+  (0.1ms) rollback transaction
3130
+  (0.1ms) begin transaction
3131
+ Started GET "/" for 127.0.0.1 at 2015-04-29 13:55:21 -0400
3132
+ Processing by AddressesDemoController#index as HTML
3133
+ Rendered addresses_demo/_form.html.erb (148.5ms)
3134
+ Rendered addresses_demo/index.html.erb within layouts/application (154.3ms)
3135
+ Completed 200 OK in 172ms (Views: 172.0ms | ActiveRecord: 0.0ms)
3136
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-29 13:55:22 -0400
3137
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-29 13:55:22 -0400
3138
+ Started GET "/subdivisions?country_code=DE" for 127.0.0.1 at 2015-04-29 13:55:22 -0400
3139
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
3140
+ Parameters: {"country_code"=>"DE"}
3141
+ Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.0ms)
3142
+  (0.1ms) rollback transaction
3143
+  (0.3ms) begin transaction
3144
+ Started GET "/" for 127.0.0.1 at 2015-04-29 13:55:23 -0400
3145
+ Processing by AddressesDemoController#index as HTML
3146
+ Rendered addresses_demo/_form.html.erb (34.0ms)
3147
+ Rendered addresses_demo/index.html.erb within layouts/application (34.2ms)
3148
+ Completed 200 OK in 35ms (Views: 34.9ms | ActiveRecord: 0.0ms)
3149
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2015-04-29 13:55:24 -0400
3150
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
3151
+ Parameters: {"country_code"=>"GU"}
3152
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
3153
+  (0.1ms) rollback transaction
3154
+  (0.1ms) begin transaction
3155
+ Started GET "/" for 127.0.0.1 at 2015-04-29 13:55:24 -0400
3156
+ Processing by AddressesDemoController#index as HTML
3157
+ Rendered addresses_demo/_form.html.erb (33.6ms)
3158
+ Rendered addresses_demo/index.html.erb within layouts/application (33.8ms)
3159
+ Completed 200 OK in 35ms (Views: 34.4ms | ActiveRecord: 0.0ms)
3160
+  (0.1ms) rollback transaction
3161
+  (0.1ms) begin transaction
3162
+ Processing by AddressesDemoController#index as HTML
3163
+ Rendered addresses_demo/index.html.erb within layouts/application (0.4ms)
3164
+ Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
3165
+  (0.1ms) rollback transaction
3166
+  (0.1ms) begin transaction
3167
+  (0.1ms) rollback transaction
3168
+  (0.0ms) begin transaction
3169
+  (0.1ms) rollback transaction
3170
+  (0.1ms) begin transaction
3171
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
3172
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
3173
+  (0.1ms) rollback transaction
3174
+  (0.1ms) begin transaction
3175
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
3176
+ Parameters: {"country_code"=>"IE"}
3177
+ Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.0ms)
3178
+  (0.1ms) rollback transaction
3179
+  (0.1ms) begin transaction
3180
+ Processing by AddressesDemoController#index as HTML
3181
+ Rendered addresses_demo/index.html.erb within layouts/application (0.3ms)
3182
+ Completed 200 OK in 6ms (Views: 6.3ms | ActiveRecord: 0.0ms)
3183
+  (0.1ms) rollback transaction
3184
+  (0.1ms) begin transaction
3185
+  (0.1ms) rollback transaction
3186
+  (0.1ms) begin transaction
3187
+  (0.0ms) rollback transaction
3188
+  (0.0ms) begin transaction
3189
+ Started GET "/" for 127.0.0.1 at 2015-04-29 13:57:02 -0400
3190
+ Processing by AddressesDemoController#index as HTML
3191
+ Rendered addresses_demo/_form.html.erb (202.4ms)
3192
+ Rendered addresses_demo/_form.html.erb (30.9ms)
3193
+ Completed 200 OK in 249ms (Views: 248.5ms | ActiveRecord: 0.0ms)
3194
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-29 13:57:03 -0400
3195
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-29 13:57:03 -0400
3196
+  (0.2ms) rollback transaction
3197
+  (0.3ms) begin transaction
3198
+ Started GET "/" for 127.0.0.1 at 2015-04-29 13:57:05 -0400
3199
+ Processing by AddressesDemoController#index as HTML
3200
+ Rendered addresses_demo/_form.html.erb (28.9ms)
3201
+ Rendered addresses_demo/_form.html.erb (29.9ms)
3202
+ Completed 200 OK in 60ms (Views: 60.2ms | ActiveRecord: 0.0ms)
3203
+  (0.1ms) rollback transaction
3204
+  (0.1ms) begin transaction
3205
+ Started GET "/" for 127.0.0.1 at 2015-04-29 13:57:07 -0400
3206
+ Processing by AddressesDemoController#index as HTML
3207
+ Rendered addresses_demo/_form.html.erb (31.9ms)
3208
+ Rendered addresses_demo/_form.html.erb (30.4ms)
3209
+ Completed 200 OK in 63ms (Views: 63.2ms | ActiveRecord: 0.0ms)
3210
+  (0.1ms) rollback transaction
3211
+  (0.1ms) begin transaction
3212
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
3213
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
3214
+  (0.1ms) rollback transaction
3215
+  (0.0ms) begin transaction
3216
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
3217
+ Parameters: {"country_code"=>"IE"}
3218
+ Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)
3219
+  (0.1ms) rollback transaction
3220
+  (0.2ms) begin transaction
3221
+ Started GET "/" for 127.0.0.1 at 2015-04-29 13:58:46 -0400
3222
+ Processing by AddressesDemoController#index as HTML
3223
+ Rendered addresses_demo/_form.html.erb (213.4ms)
3224
+ Rendered addresses_demo/_form.html.erb (30.6ms)
3225
+ Rendered addresses_demo/index.html.erb within layouts/application (250.3ms)
3226
+ Completed 200 OK in 265ms (Views: 265.1ms | ActiveRecord: 0.0ms)
3227
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-29 13:58:47 -0400
3228
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-29 13:58:47 -0400
3229
+  (0.1ms) rollback transaction
3230
+  (0.3ms) begin transaction
3231
+ Started GET "/" for 127.0.0.1 at 2015-04-29 13:58:50 -0400
3232
+ Processing by AddressesDemoController#index as HTML
3233
+ Rendered addresses_demo/_form.html.erb (33.2ms)
3234
+ Rendered addresses_demo/_form.html.erb (32.8ms)
3235
+ Rendered addresses_demo/index.html.erb within layouts/application (66.4ms)
3236
+ Completed 200 OK in 67ms (Views: 67.2ms | ActiveRecord: 0.0ms)
3237
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2015-04-29 13:58:51 -0400
3238
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
3239
+ Parameters: {"country_code"=>"GU"}
3240
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
3241
+  (0.1ms) rollback transaction
3242
+  (0.1ms) begin transaction
3243
+ Started GET "/" for 127.0.0.1 at 2015-04-29 13:58:53 -0400
3244
+ Processing by AddressesDemoController#index as HTML
3245
+ Rendered addresses_demo/_form.html.erb (30.5ms)
3246
+ Rendered addresses_demo/_form.html.erb (31.0ms)
3247
+ Rendered addresses_demo/index.html.erb within layouts/application (61.9ms)
3248
+ Completed 200 OK in 63ms (Views: 62.6ms | ActiveRecord: 0.0ms)
3249
+ Started GET "/subdivisions?country_code=DE" for 127.0.0.1 at 2015-04-29 13:58:54 -0400
3250
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
3251
+ Parameters: {"country_code"=>"DE"}
3252
+ Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)
3253
+  (0.1ms) rollback transaction
3254
+  (0.1ms) begin transaction
3255
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
3256
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
3257
+  (0.1ms) rollback transaction
3258
+  (0.0ms) begin transaction
3259
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
3260
+ Parameters: {"country_code"=>"IE"}
3261
+ Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)
3262
+  (0.1ms) rollback transaction
3263
+  (0.1ms) begin transaction
3264
+  (0.1ms) rollback transaction
3265
+  (0.0ms) begin transaction
3266
+  (0.1ms) rollback transaction
3267
+  (0.1ms) begin transaction
3268
+ Processing by AddressesDemoController#index as HTML
3269
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
3270
+  (0.3ms) rollback transaction
3271
+  (0.1ms) begin transaction
3272
+ Processing by AddressesDemoController#index as HTML
3273
+ Rendered addresses_demo/index.html.erb within layouts/application (0.3ms)
3274
+ Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
3275
+  (0.1ms) rollback transaction
3276
+  (0.0ms) begin transaction
3277
+  (0.1ms) rollback transaction
3278
+  (0.0ms) begin transaction
3279
+  (0.0ms) rollback transaction
3280
+  (0.0ms) begin transaction
3281
+ Started GET "/" for 127.0.0.1 at 2015-04-29 13:59:50 -0400
3282
+ Processing by AddressesDemoController#index as HTML
3283
+ Rendered addresses_demo/_form.html.erb (247.4ms)
3284
+ Rendered addresses_demo/_form.html.erb (31.1ms)
3285
+ Completed 200 OK in 299ms (Views: 298.1ms | ActiveRecord: 0.0ms)
3286
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-29 13:59:51 -0400
3287
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-29 13:59:51 -0400
3288
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2015-04-29 13:59:51 -0400
3289
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
3290
+ Parameters: {"country_code"=>"GU"}
3291
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
3292
+  (0.2ms) rollback transaction
3293
+  (0.3ms) begin transaction
3294
+ Started GET "/" for 127.0.0.1 at 2015-04-29 13:59:52 -0400
3295
+ Processing by AddressesDemoController#index as HTML
3296
+ Rendered addresses_demo/_form.html.erb (30.3ms)
3297
+ Rendered addresses_demo/_form.html.erb (31.6ms)
3298
+ Completed 200 OK in 63ms (Views: 63.0ms | ActiveRecord: 0.0ms)
3299
+ Started GET "/subdivisions?country_code=DE" for 127.0.0.1 at 2015-04-29 13:59:53 -0400
3300
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
3301
+ Parameters: {"country_code"=>"DE"}
3302
+ Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.0ms)
3303
+  (0.1ms) rollback transaction
3304
+  (0.0ms) begin transaction
3305
+ Started GET "/" for 127.0.0.1 at 2015-04-29 13:59:53 -0400
3306
+ Processing by AddressesDemoController#index as HTML
3307
+ Rendered addresses_demo/_form.html.erb (46.2ms)
3308
+ Rendered addresses_demo/_form.html.erb (31.0ms)
3309
+ Completed 200 OK in 78ms (Views: 78.2ms | ActiveRecord: 0.0ms)
3310
+  (0.1ms) rollback transaction
3311
+  (0.1ms) begin transaction
3312
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
3313
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
3314
+  (0.1ms) rollback transaction
3315
+  (0.0ms) begin transaction
3316
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
3317
+ Parameters: {"country_code"=>"IE"}
3318
+ Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)
3319
+  (0.1ms) rollback transaction
3320
+  (0.2ms) begin transaction
3321
+ Started GET "/" for 127.0.0.1 at 2015-04-29 14:00:44 -0400
3322
+ Processing by AddressesDemoController#index as HTML
3323
+ Rendered addresses_demo/_form.html.erb (222.1ms)
3324
+ Rendered addresses_demo/_form.html.erb (34.0ms)
3325
+ Rendered addresses_demo/index.html.erb within layouts/application (266.3ms)
3326
+ Completed 200 OK in 301ms (Views: 301.0ms | ActiveRecord: 0.0ms)
3327
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-29 14:00:45 -0400
3328
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-29 14:00:45 -0400
3329
+ Started GET "/subdivisions?country_code=DE" for 127.0.0.1 at 2015-04-29 14:00:45 -0400
3330
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
3331
+ Parameters: {"country_code"=>"DE"}
3332
+ Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)
3333
+  (0.2ms) rollback transaction
3334
+  (0.3ms) begin transaction
3335
+ Started GET "/" for 127.0.0.1 at 2015-04-29 14:00:46 -0400
3336
+ Processing by AddressesDemoController#index as HTML
3337
+ Rendered addresses_demo/_form.html.erb (30.3ms)
3338
+ Rendered addresses_demo/_form.html.erb (43.1ms)
3339
+ Rendered addresses_demo/index.html.erb within layouts/application (73.8ms)
3340
+ Completed 200 OK in 75ms (Views: 74.4ms | ActiveRecord: 0.0ms)
3341
+  (0.1ms) rollback transaction
3342
+  (0.1ms) begin transaction
3343
+ Started GET "/" for 127.0.0.1 at 2015-04-29 14:00:48 -0400
3344
+ Processing by AddressesDemoController#index as HTML
3345
+ Rendered addresses_demo/_form.html.erb (29.9ms)
3346
+ Rendered addresses_demo/_form.html.erb (32.3ms)
3347
+ Rendered addresses_demo/index.html.erb within layouts/application (62.8ms)
3348
+ Completed 200 OK in 64ms (Views: 63.7ms | ActiveRecord: 0.0ms)
3349
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2015-04-29 14:00:49 -0400
3350
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
3351
+ Parameters: {"country_code"=>"GU"}
3352
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
3353
+  (0.1ms) rollback transaction
3354
+  (0.1ms) begin transaction
3355
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
3356
+ Parameters: {"country_code"=>"IE"}
3357
+ Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)
3358
+  (0.1ms) rollback transaction
3359
+  (0.0ms) begin transaction
3360
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
3361
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
3362
+  (0.1ms) rollback transaction
3363
+  (0.0ms) begin transaction
3364
+ Processing by AddressesDemoController#index as HTML
3365
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
3366
+  (0.1ms) rollback transaction
3367
+  (0.1ms) begin transaction
3368
+  (0.1ms) rollback transaction
3369
+  (0.1ms) begin transaction
3370
+  (0.1ms) rollback transaction
3371
+  (0.1ms) begin transaction
3372
+  (0.1ms) rollback transaction
3373
+  (0.0ms) begin transaction
3374
+  (0.0ms) rollback transaction
3375
+  (0.0ms) begin transaction
3376
+ Processing by AddressesDemoController#index as HTML
3377
+ Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
3378
+  (0.1ms) rollback transaction
3379
+  (0.1ms) begin transaction
3380
+ Started GET "/" for 127.0.0.1 at 2015-04-29 14:01:12 -0400
3381
+ Processing by AddressesDemoController#index as HTML
3382
+ Rendered addresses_demo/_form.html.erb (259.9ms)
3383
+ Rendered addresses_demo/_form.html.erb (36.3ms)
3384
+ Completed 200 OK in 314ms (Views: 313.8ms | ActiveRecord: 0.0ms)
3385
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-29 14:01:12 -0400
3386
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-29 14:01:12 -0400
3387
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2015-04-29 14:01:13 -0400
3388
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
3389
+ Parameters: {"country_code"=>"GU"}
3390
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
3391
+  (0.1ms) rollback transaction
3392
+  (0.2ms) begin transaction
3393
+ Started GET "/" for 127.0.0.1 at 2015-04-29 14:01:13 -0400
3394
+ Processing by AddressesDemoController#index as HTML
3395
+ Rendered addresses_demo/_form.html.erb (31.2ms)
3396
+ Rendered addresses_demo/_form.html.erb (41.5ms)
3397
+ Completed 200 OK in 74ms (Views: 74.1ms | ActiveRecord: 0.0ms)
3398
+ Started GET "/subdivisions?country_code=DE" for 127.0.0.1 at 2015-04-29 14:01:14 -0400
3399
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
3400
+ Parameters: {"country_code"=>"DE"}
3401
+ Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)
3402
+  (0.1ms) rollback transaction
3403
+  (0.1ms) begin transaction
3404
+ Started GET "/" for 127.0.0.1 at 2015-04-29 14:01:15 -0400
3405
+ Processing by AddressesDemoController#index as HTML
3406
+ Rendered addresses_demo/_form.html.erb (64.3ms)
3407
+ Rendered addresses_demo/_form.html.erb (38.1ms)
3408
+ Completed 200 OK in 104ms (Views: 103.7ms | ActiveRecord: 0.0ms)
3409
+  (0.1ms) rollback transaction
3410
+  (0.1ms) begin transaction
3411
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
3412
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
3413
+  (0.1ms) rollback transaction
3414
+  (0.2ms) begin transaction
3415
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
3416
+ Parameters: {"country_code"=>"IE"}
3417
+ Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)
3418
+  (0.1ms) rollback transaction
3419
+  (0.2ms) begin transaction
3420
+ Started GET "/" for 127.0.0.1 at 2015-04-29 14:02:08 -0400
3421
+ Processing by AddressesDemoController#index as HTML
3422
+ Rendered addresses_demo/_form.html.erb (168.7ms)
3423
+ Rendered addresses_demo/_form.html.erb (31.0ms)
3424
+ Rendered addresses_demo/index.html.erb within layouts/application (204.7ms)
3425
+ Completed 200 OK in 223ms (Views: 222.7ms | ActiveRecord: 0.0ms)
3426
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-29 14:02:08 -0400
3427
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-29 14:02:08 -0400
3428
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2015-04-29 14:02:09 -0400
3429
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
3430
+ Parameters: {"country_code"=>"GU"}
3431
+ Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms)
3432
+  (0.1ms) rollback transaction
3433
+  (0.2ms) begin transaction
3434
+ Started GET "/" for 127.0.0.1 at 2015-04-29 14:02:09 -0400
3435
+ Processing by AddressesDemoController#index as HTML
3436
+ Rendered addresses_demo/_form.html.erb (31.6ms)
3437
+ Rendered addresses_demo/_form.html.erb (31.3ms)
3438
+ Rendered addresses_demo/index.html.erb within layouts/application (63.4ms)
3439
+ Completed 200 OK in 64ms (Views: 64.2ms | ActiveRecord: 0.0ms)
3440
+  (0.1ms) rollback transaction
3441
+  (0.1ms) begin transaction
3442
+ Started GET "/" for 127.0.0.1 at 2015-04-29 14:02:12 -0400
3443
+ Processing by AddressesDemoController#index as HTML
3444
+ Rendered addresses_demo/_form.html.erb (28.7ms)
3445
+ Rendered addresses_demo/_form.html.erb (30.5ms)
3446
+ Rendered addresses_demo/index.html.erb within layouts/application (59.8ms)
3447
+ Completed 200 OK in 61ms (Views: 60.6ms | ActiveRecord: 0.0ms)
3448
+ Started GET "/subdivisions?country_code=DE" for 127.0.0.1 at 2015-04-29 14:02:12 -0400
3449
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
3450
+ Parameters: {"country_code"=>"DE"}
3451
+ Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)
3452
+  (0.1ms) rollback transaction
3453
+  (0.1ms) begin transaction
3454
+  (0.1ms) rollback transaction
3455
+  (0.2ms) begin transaction
3456
+  (0.1ms) rollback transaction
3457
+  (0.1ms) begin transaction
3458
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
3459
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
3460
+  (0.1ms) rollback transaction
3461
+  (0.0ms) begin transaction
3462
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
3463
+ Parameters: {"country_code"=>"IE"}
3464
+ Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)
3465
+  (0.1ms) rollback transaction
3466
+  (0.0ms) begin transaction
3467
+ Processing by AddressesDemoController#index as HTML
3468
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
3469
+  (0.1ms) rollback transaction
3470
+  (0.1ms) begin transaction
3471
+ Processing by AddressesDemoController#index as HTML
3472
+ Rendered addresses_demo/index.html.erb within layouts/application (0.3ms)
3473
+ Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)
3474
+  (0.1ms) rollback transaction
3475
+  (0.1ms) begin transaction
3476
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
3477
+ Parameters: {"country_code"=>"IE"}
3478
+ Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)
3479
+  (0.1ms) rollback transaction
3480
+  (0.1ms) begin transaction
3481
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
3482
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
3483
+  (0.1ms) rollback transaction
3484
+  (0.1ms) begin transaction
3485
+  (0.1ms) rollback transaction
3486
+  (0.0ms) begin transaction
3487
+  (0.1ms) rollback transaction
3488
+  (0.1ms) begin transaction
3489
+ Started GET "/" for 127.0.0.1 at 2015-04-29 14:02:48 -0400
3490
+ Processing by AddressesDemoController#index as HTML
3491
+ Rendered addresses_demo/_form.html.erb (201.6ms)
3492
+ Rendered addresses_demo/_form.html.erb (35.4ms)
3493
+ Completed 200 OK in 254ms (Views: 253.2ms | ActiveRecord: 0.0ms)
3494
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-29 14:02:48 -0400
3495
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-29 14:02:48 -0400
3496
+ Started GET "/subdivisions?country_code=DE" for 127.0.0.1 at 2015-04-29 14:02:49 -0400
3497
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
3498
+ Parameters: {"country_code"=>"DE"}
3499
+ Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
3500
+  (0.1ms) rollback transaction
3501
+  (0.2ms) begin transaction
3502
+ Started GET "/" for 127.0.0.1 at 2015-04-29 14:02:50 -0400
3503
+ Processing by AddressesDemoController#index as HTML
3504
+ Rendered addresses_demo/_form.html.erb (28.6ms)
3505
+ Rendered addresses_demo/_form.html.erb (31.0ms)
3506
+ Completed 200 OK in 61ms (Views: 60.7ms | ActiveRecord: 0.0ms)
3507
+  (0.1ms) rollback transaction
3508
+  (0.1ms) begin transaction
3509
+ Started GET "/" for 127.0.0.1 at 2015-04-29 14:02:52 -0400
3510
+ Processing by AddressesDemoController#index as HTML
3511
+ Rendered addresses_demo/_form.html.erb (30.5ms)
3512
+ Rendered addresses_demo/_form.html.erb (29.7ms)
3513
+ Completed 200 OK in 61ms (Views: 61.2ms | ActiveRecord: 0.0ms)
3514
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2015-04-29 14:02:52 -0400
3515
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
3516
+ Parameters: {"country_code"=>"GU"}
3517
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
3518
+  (0.1ms) rollback transaction
3519
+  (0.1ms) begin transaction
3520
+ Started GET "/" for 127.0.0.1 at 2015-04-29 14:09:54 -0400
3521
+ Processing by AddressesDemoController#index as HTML
3522
+ Rendered addresses_demo/_form.html.erb (226.8ms)
3523
+ Rendered addresses_demo/_form.html.erb (31.5ms)
3524
+ Rendered addresses_demo/_form.html.erb (31.8ms)
3525
+ Rendered addresses_demo/index.html.erb within layouts/application (301.9ms)
3526
+ Completed 200 OK in 333ms (Views: 332.4ms | ActiveRecord: 0.0ms)
3527
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-29 14:09:54 -0400
3528
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-29 14:09:54 -0400
3529
+ Started GET "/subdivisions?country_code=DE" for 127.0.0.1 at 2015-04-29 14:09:57 -0400
3530
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
3531
+ Parameters: {"country_code"=>"DE"}
3532
+ Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.0ms)
3533
+ Started GET "/subdivisions?country_code=IE" for 127.0.0.1 at 2015-04-29 14:09:58 -0400
3534
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
3535
+ Parameters: {"country_code"=>"IE"}
3536
+ Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)
3537
+  (0.1ms) rollback transaction
3538
+  (0.2ms) begin transaction
3539
+ Started GET "/" for 127.0.0.1 at 2015-04-29 14:09:58 -0400
3540
+ Processing by AddressesDemoController#index as HTML
3541
+ Rendered addresses_demo/_form.html.erb (44.5ms)
3542
+ Rendered addresses_demo/_form.html.erb (32.6ms)
3543
+ Rendered addresses_demo/_form.html.erb (32.8ms)
3544
+ Rendered addresses_demo/index.html.erb within layouts/application (110.6ms)
3545
+ Completed 200 OK in 112ms (Views: 111.4ms | ActiveRecord: 0.0ms)
3546
+ Started GET "/subdivisions?country_code=DE" for 127.0.0.1 at 2015-04-29 14:09:59 -0400
3547
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
3548
+ Parameters: {"country_code"=>"DE"}
3549
+ Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)
3550
+  (0.1ms) rollback transaction
3551
+  (0.0ms) begin transaction
3552
+ Started GET "/" for 127.0.0.1 at 2015-04-29 14:10:00 -0400
3553
+ Processing by AddressesDemoController#index as HTML
3554
+ Rendered addresses_demo/_form.html.erb (31.2ms)
3555
+ Rendered addresses_demo/_form.html.erb (31.0ms)
3556
+ Rendered addresses_demo/_form.html.erb (37.9ms)
3557
+ Rendered addresses_demo/index.html.erb within layouts/application (100.7ms)
3558
+ Completed 200 OK in 101ms (Views: 101.3ms | ActiveRecord: 0.0ms)
3559
+  (0.1ms) rollback transaction
3560
+  (0.1ms) begin transaction
3561
+ Started GET "/" for 127.0.0.1 at 2015-04-29 14:10:02 -0400
3562
+ Processing by AddressesDemoController#index as HTML
3563
+ Rendered addresses_demo/_form.html.erb (44.8ms)
3564
+ Rendered addresses_demo/_form.html.erb (40.5ms)
3565
+ Rendered addresses_demo/_form.html.erb (36.5ms)
3566
+ Rendered addresses_demo/index.html.erb within layouts/application (122.6ms)
3567
+ Completed 200 OK in 124ms (Views: 123.4ms | ActiveRecord: 0.0ms)
3568
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2015-04-29 14:10:03 -0400
3569
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
3570
+ Parameters: {"country_code"=>"GU"}
3571
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
3572
+  (0.1ms) rollback transaction
3573
+  (0.1ms) begin transaction
3574
+ Processing by AddressesDemoController#index as HTML
3575
+ Rendered addresses_demo/index.html.erb within layouts/application (0.3ms)
3576
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
3577
+  (0.1ms) rollback transaction
3578
+  (0.1ms) begin transaction
3579
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
3580
+ Parameters: {"country_code"=>"IE"}
3581
+ Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)
3582
+  (0.1ms) rollback transaction
3583
+  (0.1ms) begin transaction
3584
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
3585
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
3586
+  (0.1ms) rollback transaction
3587
+  (0.1ms) begin transaction
3588
+  (0.1ms) rollback transaction
3589
+  (0.1ms) begin transaction
3590
+  (0.1ms) rollback transaction