clean_pagination 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: abb755e8cea323f881229b77f40a1f12aa3a950c
4
- data.tar.gz: 17640c8a0a40df0556d960faf4aaffb633f3c1a3
3
+ metadata.gz: fd6f7c49c67fa6541392acbb2b473b0128464f84
4
+ data.tar.gz: 0f105766555d5ab351925cbed80fcb595edf54db
5
5
  SHA512:
6
- metadata.gz: ebd08f94bd2cee8090c66111859fb7e08dd9d3209a04f971799efe1617d1be6d93a5458a24afc93833f626f01ee7bb2eacc1a11411eefbf9aed3cd67a51a8925
7
- data.tar.gz: bc84a915813cb76f1b20f16bb92f385bbe13f253fb88003a6555889fab24690748dc6cb318f41ca88ea332781c394b73761b4d50a39def25a682b1d9ca4b7693
6
+ metadata.gz: ceca85b49cb5da8993bb827ba6591b238d664e0960adae4e61a711722fccb4fe1b544205c0730a2eb923b439e0f522fc63d3744fcc2d36a2373ce276c56ea51c
7
+ data.tar.gz: 7e9087d23d389c1af83eca7aed08977518e440a5f7f3e3d35a8212e17e58b776fb1ed6218617663c6176aa7cb599ddbabc9f08fd48569a60883ae753bf270ba0
@@ -27,6 +27,7 @@ module CleanPagination
27
27
  available_limit = available_to - requested_from + 1
28
28
  if available_limit == 0
29
29
  headers['Content-Range'] = "*/0"
30
+ response.status = 204
30
31
  return
31
32
  end
32
33
 
@@ -1,3 +1,3 @@
1
1
  module CleanPagination
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
@@ -90,7 +90,7 @@ class ApplicationControllerTest < ActionController::TestCase
90
90
 
91
91
  @controller.expects(:action).never
92
92
  get :index
93
- assert_equal 200, response.status
93
+ assert_equal 204, response.status
94
94
  assert_equal '*/0', response.headers['Content-Range']
95
95
  end
96
96
 
@@ -40077,3 +40077,1767 @@ ApplicationControllerTest: test_shifts_penultimate_page_to_beginning,_preserving
40077
40077
  Processing by ApplicationController#index as HTML
40078
40078
  Completed 206 Partial Content in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
40079
40079
   (0.0ms) rollback transaction
40080
+  (0.2ms) begin transaction
40081
+ ---------------------------------------------------------------------------------------
40082
+ ApplicationControllerTest: test_accepts_a_range_starting_from_0_when_there_are_no_items
40083
+ ---------------------------------------------------------------------------------------
40084
+ Processing by ApplicationController#index as HTML
40085
+ Rendered application/index.html.erb within layouts/application (1.6ms)
40086
+ Completed 204 No Content in 19ms (Views: 18.8ms | ActiveRecord: 0.0ms)
40087
+  (0.1ms) rollback transaction
40088
+  (0.1ms) begin transaction
40089
+ --------------------------------------------------------
40090
+ ApplicationControllerTest: test_allows_one-item_requests
40091
+ --------------------------------------------------------
40092
+ Processing by ApplicationController#index as HTML
40093
+ Completed 206 Partial Content in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
40094
+  (0.1ms) rollback transaction
40095
+  (0.1ms) begin transaction
40096
+ ------------------------------------------------------------
40097
+ ApplicationControllerTest: test_an_acceptable_range_succeeds
40098
+ ------------------------------------------------------------
40099
+ Processing by ApplicationController#index as HTML
40100
+ Completed 206 Partial Content in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
40101
+  (0.0ms) rollback transaction
40102
+  (0.0ms) begin transaction
40103
+ ---------------------------------------------------------------
40104
+ ApplicationControllerTest: test_an_oversized_range_is_truncated
40105
+ ---------------------------------------------------------------
40106
+ Processing by ApplicationController#index as HTML
40107
+ Completed 206 Partial Content in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
40108
+  (0.0ms) rollback transaction
40109
+  (0.0ms) begin transaction
40110
+ ----------------------------------------------------------------------
40111
+ ApplicationControllerTest: test_first_page_range_always_starts_at_zero
40112
+ ----------------------------------------------------------------------
40113
+ Processing by ApplicationController#index as HTML
40114
+ Completed 206 Partial Content in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
40115
+  (0.0ms) rollback transaction
40116
+  (0.0ms) begin transaction
40117
+ -------------------------------------------------------------------------------------
40118
+ ApplicationControllerTest: test_for_from_>_to-from,_next_is_the_right_inverse_of_prev
40119
+ -------------------------------------------------------------------------------------
40120
+ Processing by ApplicationController#index as HTML
40121
+ Completed 206 Partial Content in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
40122
+ Processing by ApplicationController#index as HTML
40123
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40124
+ Processing by ApplicationController#index as HTML
40125
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40126
+ Processing by ApplicationController#index as HTML
40127
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40128
+ Processing by ApplicationController#index as HTML
40129
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40130
+ Processing by ApplicationController#index as HTML
40131
+ Completed 206 Partial Content in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
40132
+ Processing by ApplicationController#index as HTML
40133
+ Completed 206 Partial Content in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
40134
+ Processing by ApplicationController#index as HTML
40135
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40136
+ Processing by ApplicationController#index as HTML
40137
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40138
+ Processing by ApplicationController#index as HTML
40139
+ Completed 206 Partial Content in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
40140
+ Processing by ApplicationController#index as HTML
40141
+ Completed 206 Partial Content in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
40142
+ Processing by ApplicationController#index as HTML
40143
+ Completed 206 Partial Content in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
40144
+ Processing by ApplicationController#index as HTML
40145
+ Completed 206 Partial Content in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
40146
+ Processing by ApplicationController#index as HTML
40147
+ Completed 206 Partial Content in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
40148
+ Processing by ApplicationController#index as HTML
40149
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40150
+ Processing by ApplicationController#index as HTML
40151
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40152
+ Processing by ApplicationController#index as HTML
40153
+ Completed 206 Partial Content in 8ms (Views: 1.4ms | ActiveRecord: 0.0ms)
40154
+ Processing by ApplicationController#index as HTML
40155
+ Completed 206 Partial Content in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
40156
+ Processing by ApplicationController#index as HTML
40157
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40158
+ Processing by ApplicationController#index as HTML
40159
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40160
+ Processing by ApplicationController#index as HTML
40161
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40162
+ Processing by ApplicationController#index as HTML
40163
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40164
+ Processing by ApplicationController#index as HTML
40165
+ Completed 206 Partial Content in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
40166
+ Processing by ApplicationController#index as HTML
40167
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40168
+ Processing by ApplicationController#index as HTML
40169
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40170
+ Processing by ApplicationController#index as HTML
40171
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40172
+ Processing by ApplicationController#index as HTML
40173
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40174
+ Processing by ApplicationController#index as HTML
40175
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40176
+ Processing by ApplicationController#index as HTML
40177
+ Completed 206 Partial Content in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
40178
+ Processing by ApplicationController#index as HTML
40179
+ Completed 206 Partial Content in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
40180
+ Processing by ApplicationController#index as HTML
40181
+ Completed 206 Partial Content in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
40182
+ Processing by ApplicationController#index as HTML
40183
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40184
+ Processing by ApplicationController#index as HTML
40185
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40186
+ Processing by ApplicationController#index as HTML
40187
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40188
+ Processing by ApplicationController#index as HTML
40189
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40190
+ Processing by ApplicationController#index as HTML
40191
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40192
+ Processing by ApplicationController#index as HTML
40193
+ Completed 206 Partial Content in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
40194
+ Processing by ApplicationController#index as HTML
40195
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40196
+ Processing by ApplicationController#index as HTML
40197
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40198
+ Processing by ApplicationController#index as HTML
40199
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40200
+ Processing by ApplicationController#index as HTML
40201
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40202
+ Processing by ApplicationController#index as HTML
40203
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40204
+ Processing by ApplicationController#index as HTML
40205
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40206
+ Processing by ApplicationController#index as HTML
40207
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40208
+ Processing by ApplicationController#index as HTML
40209
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40210
+ Processing by ApplicationController#index as HTML
40211
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40212
+ Processing by ApplicationController#index as HTML
40213
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40214
+ Processing by ApplicationController#index as HTML
40215
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40216
+ Processing by ApplicationController#index as HTML
40217
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40218
+ Processing by ApplicationController#index as HTML
40219
+ Completed 206 Partial Content in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
40220
+ Processing by ApplicationController#index as HTML
40221
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40222
+ Processing by ApplicationController#index as HTML
40223
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40224
+ Processing by ApplicationController#index as HTML
40225
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40226
+ Processing by ApplicationController#index as HTML
40227
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40228
+ Processing by ApplicationController#index as HTML
40229
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40230
+ Processing by ApplicationController#index as HTML
40231
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40232
+ Processing by ApplicationController#index as HTML
40233
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40234
+ Processing by ApplicationController#index as HTML
40235
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40236
+ Processing by ApplicationController#index as HTML
40237
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40238
+ Processing by ApplicationController#index as HTML
40239
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40240
+ Processing by ApplicationController#index as HTML
40241
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40242
+ Processing by ApplicationController#index as HTML
40243
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40244
+ Processing by ApplicationController#index as HTML
40245
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40246
+ Processing by ApplicationController#index as HTML
40247
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40248
+ Processing by ApplicationController#index as HTML
40249
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40250
+ Processing by ApplicationController#index as HTML
40251
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40252
+ Processing by ApplicationController#index as HTML
40253
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40254
+ Processing by ApplicationController#index as HTML
40255
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40256
+ Processing by ApplicationController#index as HTML
40257
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40258
+ Processing by ApplicationController#index as HTML
40259
+ Completed 206 Partial Content in 3ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40260
+ Processing by ApplicationController#index as HTML
40261
+ Completed 206 Partial Content in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
40262
+ Processing by ApplicationController#index as HTML
40263
+ Completed 206 Partial Content in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
40264
+ Processing by ApplicationController#index as HTML
40265
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40266
+ Processing by ApplicationController#index as HTML
40267
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40268
+ Processing by ApplicationController#index as HTML
40269
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40270
+ Processing by ApplicationController#index as HTML
40271
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40272
+ Processing by ApplicationController#index as HTML
40273
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40274
+ Processing by ApplicationController#index as HTML
40275
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40276
+ Processing by ApplicationController#index as HTML
40277
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40278
+ Processing by ApplicationController#index as HTML
40279
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40280
+ Processing by ApplicationController#index as HTML
40281
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40282
+ Processing by ApplicationController#index as HTML
40283
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40284
+ Processing by ApplicationController#index as HTML
40285
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40286
+ Processing by ApplicationController#index as HTML
40287
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40288
+ Processing by ApplicationController#index as HTML
40289
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40290
+ Processing by ApplicationController#index as HTML
40291
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40292
+ Processing by ApplicationController#index as HTML
40293
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40294
+ Processing by ApplicationController#index as HTML
40295
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40296
+ Processing by ApplicationController#index as HTML
40297
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40298
+ Processing by ApplicationController#index as HTML
40299
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40300
+ Processing by ApplicationController#index as HTML
40301
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40302
+ Processing by ApplicationController#index as HTML
40303
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40304
+ Processing by ApplicationController#index as HTML
40305
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40306
+ Processing by ApplicationController#index as HTML
40307
+ Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
40308
+ Processing by ApplicationController#index as HTML
40309
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40310
+ Processing by ApplicationController#index as HTML
40311
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40312
+ Processing by ApplicationController#index as HTML
40313
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40314
+ Processing by ApplicationController#index as HTML
40315
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40316
+ Processing by ApplicationController#index as HTML
40317
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40318
+ Processing by ApplicationController#index as HTML
40319
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40320
+ Processing by ApplicationController#index as HTML
40321
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40322
+ Processing by ApplicationController#index as HTML
40323
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40324
+ Processing by ApplicationController#index as HTML
40325
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40326
+ Processing by ApplicationController#index as HTML
40327
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40328
+ Processing by ApplicationController#index as HTML
40329
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40330
+ Processing by ApplicationController#index as HTML
40331
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40332
+ Processing by ApplicationController#index as HTML
40333
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40334
+ Processing by ApplicationController#index as HTML
40335
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40336
+ Processing by ApplicationController#index as HTML
40337
+ Completed 206 Partial Content in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
40338
+ Processing by ApplicationController#index as HTML
40339
+ Completed 206 Partial Content in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
40340
+ Processing by ApplicationController#index as HTML
40341
+ Completed 206 Partial Content in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
40342
+ Processing by ApplicationController#index as HTML
40343
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40344
+ Processing by ApplicationController#index as HTML
40345
+ Completed 206 Partial Content in 4ms (Views: 1.3ms | ActiveRecord: 0.0ms)
40346
+ Processing by ApplicationController#index as HTML
40347
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40348
+ Processing by ApplicationController#index as HTML
40349
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40350
+ Processing by ApplicationController#index as HTML
40351
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40352
+ Processing by ApplicationController#index as HTML
40353
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40354
+ Processing by ApplicationController#index as HTML
40355
+ Completed 206 Partial Content in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
40356
+ Processing by ApplicationController#index as HTML
40357
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40358
+ Processing by ApplicationController#index as HTML
40359
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40360
+ Processing by ApplicationController#index as HTML
40361
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40362
+ Processing by ApplicationController#index as HTML
40363
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40364
+ Processing by ApplicationController#index as HTML
40365
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40366
+ Processing by ApplicationController#index as HTML
40367
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40368
+ Processing by ApplicationController#index as HTML
40369
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40370
+ Processing by ApplicationController#index as HTML
40371
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40372
+ Processing by ApplicationController#index as HTML
40373
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40374
+ Processing by ApplicationController#index as HTML
40375
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40376
+ Processing by ApplicationController#index as HTML
40377
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40378
+ Processing by ApplicationController#index as HTML
40379
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40380
+ Processing by ApplicationController#index as HTML
40381
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40382
+ Processing by ApplicationController#index as HTML
40383
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40384
+ Processing by ApplicationController#index as HTML
40385
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40386
+ Processing by ApplicationController#index as HTML
40387
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40388
+ Processing by ApplicationController#index as HTML
40389
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40390
+ Processing by ApplicationController#index as HTML
40391
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40392
+ Processing by ApplicationController#index as HTML
40393
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40394
+ Processing by ApplicationController#index as HTML
40395
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40396
+ Processing by ApplicationController#index as HTML
40397
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40398
+ Processing by ApplicationController#index as HTML
40399
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40400
+ Processing by ApplicationController#index as HTML
40401
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40402
+ Processing by ApplicationController#index as HTML
40403
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40404
+ Processing by ApplicationController#index as HTML
40405
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40406
+ Processing by ApplicationController#index as HTML
40407
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40408
+ Processing by ApplicationController#index as HTML
40409
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40410
+ Processing by ApplicationController#index as HTML
40411
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40412
+ Processing by ApplicationController#index as HTML
40413
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
40414
+ Processing by ApplicationController#index as HTML
40415
+ Completed 206 Partial Content in 3ms (Views: 1.6ms | ActiveRecord: 0.0ms)
40416
+ Processing by ApplicationController#index as HTML
40417
+ Completed 206 Partial Content in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
40418
+ Processing by ApplicationController#index as HTML
40419
+ Completed 206 Partial Content in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
40420
+ Processing by ApplicationController#index as HTML
40421
+ Completed 206 Partial Content in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
40422
+ Processing by ApplicationController#index as HTML
40423
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40424
+ Processing by ApplicationController#index as HTML
40425
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40426
+ Processing by ApplicationController#index as HTML
40427
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40428
+ Processing by ApplicationController#index as HTML
40429
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40430
+ Processing by ApplicationController#index as HTML
40431
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40432
+ Processing by ApplicationController#index as HTML
40433
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40434
+ Processing by ApplicationController#index as HTML
40435
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40436
+ Processing by ApplicationController#index as HTML
40437
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40438
+ Processing by ApplicationController#index as HTML
40439
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40440
+ Processing by ApplicationController#index as HTML
40441
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40442
+ Processing by ApplicationController#index as HTML
40443
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40444
+ Processing by ApplicationController#index as HTML
40445
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40446
+ Processing by ApplicationController#index as HTML
40447
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40448
+ Processing by ApplicationController#index as HTML
40449
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40450
+ Processing by ApplicationController#index as HTML
40451
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40452
+  (0.0ms) rollback transaction
40453
+  (0.0ms) begin transaction
40454
+ --------------------------------------------------------------------------------------
40455
+ ApplicationControllerTest: test_handles_ranges_beyond_collection_length_via_truncation
40456
+ --------------------------------------------------------------------------------------
40457
+ Processing by ApplicationController#index as HTML
40458
+ Completed 206 Partial Content in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
40459
+  (0.0ms) rollback transaction
40460
+  (0.0ms) begin transaction
40461
+ -----------------------------------------------------
40462
+ ApplicationControllerTest: test_includes_link_headers
40463
+ -----------------------------------------------------
40464
+ Processing by ApplicationController#index as HTML
40465
+ Completed 206 Partial Content in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
40466
+  (0.0ms) rollback transaction
40467
+  (0.0ms) begin transaction
40468
+ ----------------------------------------------------------------------
40469
+ ApplicationControllerTest: test_infinite_collections_have_no_last_page
40470
+ ----------------------------------------------------------------------
40471
+ Processing by ApplicationController#index as HTML
40472
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40473
+  (0.0ms) rollback transaction
40474
+  (0.0ms) begin transaction
40475
+ -------------------------------------------------------------------------------
40476
+ ApplicationControllerTest: test_last_page_range_can_extend_beyond_the_last_item
40477
+ -------------------------------------------------------------------------------
40478
+ Processing by ApplicationController#index as HTML
40479
+ Completed 206 Partial Content in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
40480
+  (0.0ms) rollback transaction
40481
+  (0.0ms) begin transaction
40482
+ ------------------------------------------------------------------------------------
40483
+ ApplicationControllerTest: test_next_link_with_omitted_end_number_shifts_by_max_page
40484
+ ------------------------------------------------------------------------------------
40485
+ Processing by ApplicationController#index as HTML
40486
+ Completed 206 Partial Content in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
40487
+  (0.0ms) rollback transaction
40488
+  (0.0ms) begin transaction
40489
+ ---------------------------------------------------------------------------
40490
+ ApplicationControllerTest: test_next_page_range_can_extend_beyond_last_item
40491
+ ---------------------------------------------------------------------------
40492
+ Processing by ApplicationController#index as HTML
40493
+ Completed 206 Partial Content in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
40494
+  (0.1ms) rollback transaction
40495
+  (0.0ms) begin transaction
40496
+ ----------------------------------------------------------------
40497
+ ApplicationControllerTest: test_omits_next_and_last_links_at_end
40498
+ ----------------------------------------------------------------
40499
+ Processing by ApplicationController#index as HTML
40500
+ Completed 206 Partial Content in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
40501
+  (0.0ms) rollback transaction
40502
+  (0.0ms) begin transaction
40503
+ -------------------------------------------------------------------
40504
+ ApplicationControllerTest: test_omits_prev_and_first_links_at_start
40505
+ -------------------------------------------------------------------
40506
+ Processing by ApplicationController#index as HTML
40507
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40508
+  (0.0ms) rollback transaction
40509
+  (0.0ms) begin transaction
40510
+ ---------------------------------------------------------------------------
40511
+ ApplicationControllerTest: test_omitting_the_end_number_asks_for_everything
40512
+ ---------------------------------------------------------------------------
40513
+ Processing by ApplicationController#index as HTML
40514
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40515
+  (0.0ms) rollback transaction
40516
+  (0.0ms) begin transaction
40517
+ -------------------------------------------------------------------------------
40518
+ ApplicationControllerTest: test_omitting_the_end_number_omits_in_first_link_too
40519
+ -------------------------------------------------------------------------------
40520
+ Processing by ApplicationController#index as HTML
40521
+ Completed 206 Partial Content in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
40522
+  (0.0ms) rollback transaction
40523
+  (0.0ms) begin transaction
40524
+ ---------------------------------------------------------------------
40525
+ ApplicationControllerTest: test_passes_along_exceptional_status_codes
40526
+ ---------------------------------------------------------------------
40527
+ Processing by ApplicationController#index as HTML
40528
+ Completed 100 Continue in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
40529
+ Processing by ApplicationController#index as HTML
40530
+ Completed 301 Moved Permanently in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40531
+ Processing by ApplicationController#index as HTML
40532
+ Completed 404 Not Found in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40533
+ Processing by ApplicationController#index as HTML
40534
+ Completed 500 Internal Server Error in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40535
+  (0.0ms) rollback transaction
40536
+  (0.0ms) begin transaction
40537
+ --------------------------------------------------------------------------
40538
+ ApplicationControllerTest: test_preserves_query_parameters_in_link_headers
40539
+ --------------------------------------------------------------------------
40540
+ Processing by ApplicationController#index as HTML
40541
+ Parameters: {"foo"=>"bar"}
40542
+ Completed 206 Partial Content in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
40543
+  (0.1ms) rollback transaction
40544
+  (0.0ms) begin transaction
40545
+ ----------------------------------------------------------------
40546
+ ApplicationControllerTest: test_prev_is_the_left_inverse_of_next
40547
+ ----------------------------------------------------------------
40548
+ Processing by ApplicationController#index as HTML
40549
+ Completed 206 Partial Content in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
40550
+ Processing by ApplicationController#index as HTML
40551
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40552
+ Processing by ApplicationController#index as HTML
40553
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40554
+ Processing by ApplicationController#index as HTML
40555
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40556
+ Processing by ApplicationController#index as HTML
40557
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40558
+ Processing by ApplicationController#index as HTML
40559
+ Completed 206 Partial Content in 3ms (Views: 1.3ms | ActiveRecord: 0.0ms)
40560
+ Processing by ApplicationController#index as HTML
40561
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40562
+ Processing by ApplicationController#index as HTML
40563
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40564
+ Processing by ApplicationController#index as HTML
40565
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40566
+ Processing by ApplicationController#index as HTML
40567
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40568
+ Processing by ApplicationController#index as HTML
40569
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40570
+ Processing by ApplicationController#index as HTML
40571
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40572
+ Processing by ApplicationController#index as HTML
40573
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40574
+ Processing by ApplicationController#index as HTML
40575
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40576
+ Processing by ApplicationController#index as HTML
40577
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40578
+ Processing by ApplicationController#index as HTML
40579
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40580
+ Processing by ApplicationController#index as HTML
40581
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40582
+ Processing by ApplicationController#index as HTML
40583
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40584
+ Processing by ApplicationController#index as HTML
40585
+ Completed 206 Partial Content in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
40586
+ Processing by ApplicationController#index as HTML
40587
+ Completed 206 Partial Content in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
40588
+ Processing by ApplicationController#index as HTML
40589
+ Completed 206 Partial Content in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
40590
+ Processing by ApplicationController#index as HTML
40591
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40592
+ Processing by ApplicationController#index as HTML
40593
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40594
+ Processing by ApplicationController#index as HTML
40595
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40596
+ Processing by ApplicationController#index as HTML
40597
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40598
+ Processing by ApplicationController#index as HTML
40599
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40600
+ Processing by ApplicationController#index as HTML
40601
+ Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
40602
+ Processing by ApplicationController#index as HTML
40603
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40604
+ Processing by ApplicationController#index as HTML
40605
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40606
+ Processing by ApplicationController#index as HTML
40607
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40608
+ Processing by ApplicationController#index as HTML
40609
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40610
+ Processing by ApplicationController#index as HTML
40611
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40612
+ Processing by ApplicationController#index as HTML
40613
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40614
+ Processing by ApplicationController#index as HTML
40615
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40616
+ Processing by ApplicationController#index as HTML
40617
+ Completed 206 Partial Content in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
40618
+ Processing by ApplicationController#index as HTML
40619
+ Completed 206 Partial Content in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
40620
+ Processing by ApplicationController#index as HTML
40621
+ Completed 206 Partial Content in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
40622
+ Processing by ApplicationController#index as HTML
40623
+ Completed 206 Partial Content in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
40624
+ Processing by ApplicationController#index as HTML
40625
+ Completed 206 Partial Content in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
40626
+ Processing by ApplicationController#index as HTML
40627
+ Completed 206 Partial Content in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
40628
+ Processing by ApplicationController#index as HTML
40629
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40630
+ Processing by ApplicationController#index as HTML
40631
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40632
+ Processing by ApplicationController#index as HTML
40633
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40634
+ Processing by ApplicationController#index as HTML
40635
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40636
+ Processing by ApplicationController#index as HTML
40637
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40638
+ Processing by ApplicationController#index as HTML
40639
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40640
+ Processing by ApplicationController#index as HTML
40641
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40642
+ Processing by ApplicationController#index as HTML
40643
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40644
+ Processing by ApplicationController#index as HTML
40645
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40646
+ Processing by ApplicationController#index as HTML
40647
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40648
+ Processing by ApplicationController#index as HTML
40649
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40650
+ Processing by ApplicationController#index as HTML
40651
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40652
+ Processing by ApplicationController#index as HTML
40653
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40654
+ Processing by ApplicationController#index as HTML
40655
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40656
+ Processing by ApplicationController#index as HTML
40657
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40658
+ Processing by ApplicationController#index as HTML
40659
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40660
+ Processing by ApplicationController#index as HTML
40661
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40662
+ Processing by ApplicationController#index as HTML
40663
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40664
+ Processing by ApplicationController#index as HTML
40665
+ Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
40666
+ Processing by ApplicationController#index as HTML
40667
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40668
+ Processing by ApplicationController#index as HTML
40669
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40670
+ Processing by ApplicationController#index as HTML
40671
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40672
+ Processing by ApplicationController#index as HTML
40673
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40674
+ Processing by ApplicationController#index as HTML
40675
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40676
+ Processing by ApplicationController#index as HTML
40677
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40678
+ Processing by ApplicationController#index as HTML
40679
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40680
+ Processing by ApplicationController#index as HTML
40681
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40682
+ Processing by ApplicationController#index as HTML
40683
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40684
+ Processing by ApplicationController#index as HTML
40685
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40686
+ Processing by ApplicationController#index as HTML
40687
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40688
+ Processing by ApplicationController#index as HTML
40689
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40690
+ Processing by ApplicationController#index as HTML
40691
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40692
+ Processing by ApplicationController#index as HTML
40693
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40694
+ Processing by ApplicationController#index as HTML
40695
+ Completed 206 Partial Content in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
40696
+ Processing by ApplicationController#index as HTML
40697
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40698
+ Processing by ApplicationController#index as HTML
40699
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40700
+ Processing by ApplicationController#index as HTML
40701
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40702
+ Processing by ApplicationController#index as HTML
40703
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40704
+ Processing by ApplicationController#index as HTML
40705
+ Completed 206 Partial Content in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
40706
+ Processing by ApplicationController#index as HTML
40707
+ Completed 206 Partial Content in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
40708
+ Processing by ApplicationController#index as HTML
40709
+ Completed 206 Partial Content in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
40710
+ Processing by ApplicationController#index as HTML
40711
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40712
+ Processing by ApplicationController#index as HTML
40713
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40714
+ Processing by ApplicationController#index as HTML
40715
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40716
+ Processing by ApplicationController#index as HTML
40717
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40718
+ Processing by ApplicationController#index as HTML
40719
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40720
+ Processing by ApplicationController#index as HTML
40721
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40722
+ Processing by ApplicationController#index as HTML
40723
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40724
+ Processing by ApplicationController#index as HTML
40725
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40726
+ Processing by ApplicationController#index as HTML
40727
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40728
+ Processing by ApplicationController#index as HTML
40729
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40730
+ Processing by ApplicationController#index as HTML
40731
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40732
+ Processing by ApplicationController#index as HTML
40733
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40734
+ Processing by ApplicationController#index as HTML
40735
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40736
+ Processing by ApplicationController#index as HTML
40737
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40738
+ Processing by ApplicationController#index as HTML
40739
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40740
+ Processing by ApplicationController#index as HTML
40741
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40742
+ Processing by ApplicationController#index as HTML
40743
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40744
+ Processing by ApplicationController#index as HTML
40745
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40746
+ Processing by ApplicationController#index as HTML
40747
+ Completed 206 Partial Content in 4ms (Views: 1.2ms | ActiveRecord: 0.0ms)
40748
+ Processing by ApplicationController#index as HTML
40749
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40750
+ Processing by ApplicationController#index as HTML
40751
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40752
+ Processing by ApplicationController#index as HTML
40753
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40754
+ Processing by ApplicationController#index as HTML
40755
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40756
+ Processing by ApplicationController#index as HTML
40757
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40758
+ Processing by ApplicationController#index as HTML
40759
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40760
+ Processing by ApplicationController#index as HTML
40761
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40762
+ Processing by ApplicationController#index as HTML
40763
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40764
+ Processing by ApplicationController#index as HTML
40765
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40766
+ Processing by ApplicationController#index as HTML
40767
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40768
+ Processing by ApplicationController#index as HTML
40769
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40770
+ Processing by ApplicationController#index as HTML
40771
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40772
+ Processing by ApplicationController#index as HTML
40773
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40774
+ Processing by ApplicationController#index as HTML
40775
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40776
+ Processing by ApplicationController#index as HTML
40777
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40778
+ Processing by ApplicationController#index as HTML
40779
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40780
+ Processing by ApplicationController#index as HTML
40781
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40782
+ Processing by ApplicationController#index as HTML
40783
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40784
+ Processing by ApplicationController#index as HTML
40785
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40786
+ Processing by ApplicationController#index as HTML
40787
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40788
+ Processing by ApplicationController#index as HTML
40789
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40790
+ Processing by ApplicationController#index as HTML
40791
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40792
+ Processing by ApplicationController#index as HTML
40793
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40794
+ Processing by ApplicationController#index as HTML
40795
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40796
+ Processing by ApplicationController#index as HTML
40797
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40798
+ Processing by ApplicationController#index as HTML
40799
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40800
+ Processing by ApplicationController#index as HTML
40801
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40802
+ Processing by ApplicationController#index as HTML
40803
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40804
+ Processing by ApplicationController#index as HTML
40805
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40806
+ Processing by ApplicationController#index as HTML
40807
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40808
+ Processing by ApplicationController#index as HTML
40809
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40810
+ Processing by ApplicationController#index as HTML
40811
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40812
+ Processing by ApplicationController#index as HTML
40813
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40814
+ Processing by ApplicationController#index as HTML
40815
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40816
+ Processing by ApplicationController#index as HTML
40817
+ Completed 206 Partial Content in 4ms (Views: 1.3ms | ActiveRecord: 0.0ms)
40818
+ Processing by ApplicationController#index as HTML
40819
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40820
+ Processing by ApplicationController#index as HTML
40821
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40822
+ Processing by ApplicationController#index as HTML
40823
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40824
+ Processing by ApplicationController#index as HTML
40825
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40826
+ Processing by ApplicationController#index as HTML
40827
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40828
+ Processing by ApplicationController#index as HTML
40829
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40830
+ Processing by ApplicationController#index as HTML
40831
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40832
+ Processing by ApplicationController#index as HTML
40833
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40834
+ Processing by ApplicationController#index as HTML
40835
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40836
+ Processing by ApplicationController#index as HTML
40837
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40838
+ Processing by ApplicationController#index as HTML
40839
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40840
+ Processing by ApplicationController#index as HTML
40841
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40842
+ Processing by ApplicationController#index as HTML
40843
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40844
+ Processing by ApplicationController#index as HTML
40845
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40846
+ Processing by ApplicationController#index as HTML
40847
+ Completed 206 Partial Content in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
40848
+ Processing by ApplicationController#index as HTML
40849
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40850
+ Processing by ApplicationController#index as HTML
40851
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40852
+ Processing by ApplicationController#index as HTML
40853
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40854
+ Processing by ApplicationController#index as HTML
40855
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40856
+ Processing by ApplicationController#index as HTML
40857
+ Completed 206 Partial Content in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
40858
+ Processing by ApplicationController#index as HTML
40859
+ Completed 206 Partial Content in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
40860
+ Processing by ApplicationController#index as HTML
40861
+ Completed 206 Partial Content in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
40862
+ Processing by ApplicationController#index as HTML
40863
+ Completed 206 Partial Content in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
40864
+ Processing by ApplicationController#index as HTML
40865
+ Completed 206 Partial Content in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
40866
+ Processing by ApplicationController#index as HTML
40867
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40868
+ Processing by ApplicationController#index as HTML
40869
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40870
+ Processing by ApplicationController#index as HTML
40871
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40872
+ Processing by ApplicationController#index as HTML
40873
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40874
+ Processing by ApplicationController#index as HTML
40875
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40876
+ Processing by ApplicationController#index as HTML
40877
+ Completed 206 Partial Content in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
40878
+ Processing by ApplicationController#index as HTML
40879
+ Completed 206 Partial Content in 4ms (Views: 1.3ms | ActiveRecord: 0.0ms)
40880
+ Processing by ApplicationController#index as HTML
40881
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40882
+ Processing by ApplicationController#index as HTML
40883
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40884
+ Processing by ApplicationController#index as HTML
40885
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40886
+ Processing by ApplicationController#index as HTML
40887
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40888
+  (0.1ms) rollback transaction
40889
+  (0.0ms) begin transaction
40890
+ ------------------------------------------------------------------------------------
40891
+ ApplicationControllerTest: test_prev_link_with_omitted_end_number_shifts_by_max_page
40892
+ ------------------------------------------------------------------------------------
40893
+ Processing by ApplicationController#index as HTML
40894
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40895
+  (0.0ms) rollback transaction
40896
+  (0.1ms) begin transaction
40897
+ ----------------------------------------------------------------------
40898
+ ApplicationControllerTest: test_previous_page_range_cannot_go_negative
40899
+ ----------------------------------------------------------------------
40900
+ Processing by ApplicationController#index as HTML
40901
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40902
+  (0.0ms) rollback transaction
40903
+  (0.1ms) begin transaction
40904
+ --------------------------------------------------------------------------------------------
40905
+ ApplicationControllerTest: test_rangeless_request_range_works_normally_if_max_range_>=_total
40906
+ --------------------------------------------------------------------------------------------
40907
+ Processing by ApplicationController#index as HTML
40908
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40909
+  (0.0ms) rollback transaction
40910
+  (0.1ms) begin transaction
40911
+ --------------------------------------------------------------------------------
40912
+ ApplicationControllerTest: test_rangeless_request_truncates_if_max_range_<_total
40913
+ --------------------------------------------------------------------------------
40914
+ Processing by ApplicationController#index as HTML
40915
+ Completed 206 Partial Content in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
40916
+  (0.0ms) rollback transaction
40917
+  (0.1ms) begin transaction
40918
+ ------------------------------------------------------------------------------------------
40919
+ ApplicationControllerTest: test_refuses_a_range_with_nonzero_start_when_there_are_no_items
40920
+ ------------------------------------------------------------------------------------------
40921
+ Processing by ApplicationController#index as HTML
40922
+ Completed 416 Requested Range Not Satisfiable in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
40923
+  (0.0ms) rollback transaction
40924
+  (0.1ms) begin transaction
40925
+ ------------------------------------------------------
40926
+ ApplicationControllerTest: test_refuses_offside_ranges
40927
+ ------------------------------------------------------
40928
+ Processing by ApplicationController#index as HTML
40929
+ Completed 416 Requested Range Not Satisfiable in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40930
+  (0.0ms) rollback transaction
40931
+  (0.0ms) begin transaction
40932
+ ------------------------------------------------------------
40933
+ ApplicationControllerTest: test_refuses_range_start_past_end
40934
+ ------------------------------------------------------------
40935
+ Processing by ApplicationController#index as HTML
40936
+ Completed 416 Requested Range Not Satisfiable in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
40937
+  (0.0ms) rollback transaction
40938
+  (0.1ms) begin transaction
40939
+ -------------------------------------------------------------------
40940
+ ApplicationControllerTest: test_reports_infinite/unknown_collection
40941
+ -------------------------------------------------------------------
40942
+ Processing by ApplicationController#index as HTML
40943
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40944
+  (0.0ms) rollback transaction
40945
+  (0.1ms) begin transaction
40946
+ ---------------------------------------------------------------------------------------
40947
+ ApplicationControllerTest: test_shifts_penultimate_page_to_beginning,_preserving_length
40948
+ ---------------------------------------------------------------------------------------
40949
+ Processing by ApplicationController#index as HTML
40950
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40951
+  (0.0ms) rollback transaction
40952
+  (0.2ms) begin transaction
40953
+ ---------------------------------------------------------------------------------------
40954
+ ApplicationControllerTest: test_accepts_a_range_starting_from_0_when_there_are_no_items
40955
+ ---------------------------------------------------------------------------------------
40956
+ Processing by ApplicationController#index as HTML
40957
+ Rendered application/index.html.erb within layouts/application (0.7ms)
40958
+ Completed 204 No Content in 9ms (Views: 9.0ms | ActiveRecord: 0.0ms)
40959
+  (0.1ms) rollback transaction
40960
+  (0.1ms) begin transaction
40961
+ --------------------------------------------------------
40962
+ ApplicationControllerTest: test_allows_one-item_requests
40963
+ --------------------------------------------------------
40964
+ Processing by ApplicationController#index as HTML
40965
+ Completed 206 Partial Content in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
40966
+  (0.0ms) rollback transaction
40967
+  (0.1ms) begin transaction
40968
+ ------------------------------------------------------------
40969
+ ApplicationControllerTest: test_an_acceptable_range_succeeds
40970
+ ------------------------------------------------------------
40971
+ Processing by ApplicationController#index as HTML
40972
+ Completed 206 Partial Content in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
40973
+  (0.0ms) rollback transaction
40974
+  (0.0ms) begin transaction
40975
+ ---------------------------------------------------------------
40976
+ ApplicationControllerTest: test_an_oversized_range_is_truncated
40977
+ ---------------------------------------------------------------
40978
+ Processing by ApplicationController#index as HTML
40979
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40980
+  (0.0ms) rollback transaction
40981
+  (0.0ms) begin transaction
40982
+ ----------------------------------------------------------------------
40983
+ ApplicationControllerTest: test_first_page_range_always_starts_at_zero
40984
+ ----------------------------------------------------------------------
40985
+ Processing by ApplicationController#index as HTML
40986
+ Completed 206 Partial Content in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
40987
+  (0.0ms) rollback transaction
40988
+  (0.0ms) begin transaction
40989
+ -------------------------------------------------------------------------------------
40990
+ ApplicationControllerTest: test_for_from_>_to-from,_next_is_the_right_inverse_of_prev
40991
+ -------------------------------------------------------------------------------------
40992
+ Processing by ApplicationController#index as HTML
40993
+ Completed 206 Partial Content in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
40994
+ Processing by ApplicationController#index as HTML
40995
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
40996
+ Processing by ApplicationController#index as HTML
40997
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
40998
+ Processing by ApplicationController#index as HTML
40999
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41000
+ Processing by ApplicationController#index as HTML
41001
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41002
+ Processing by ApplicationController#index as HTML
41003
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41004
+ Processing by ApplicationController#index as HTML
41005
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41006
+ Processing by ApplicationController#index as HTML
41007
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41008
+ Processing by ApplicationController#index as HTML
41009
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41010
+ Processing by ApplicationController#index as HTML
41011
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41012
+ Processing by ApplicationController#index as HTML
41013
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41014
+ Processing by ApplicationController#index as HTML
41015
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41016
+ Processing by ApplicationController#index as HTML
41017
+ Completed 206 Partial Content in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
41018
+ Processing by ApplicationController#index as HTML
41019
+ Completed 206 Partial Content in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
41020
+ Processing by ApplicationController#index as HTML
41021
+ Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
41022
+ Processing by ApplicationController#index as HTML
41023
+ Completed 206 Partial Content in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
41024
+ Processing by ApplicationController#index as HTML
41025
+ Completed 206 Partial Content in 6ms (Views: 1.4ms | ActiveRecord: 0.0ms)
41026
+ Processing by ApplicationController#index as HTML
41027
+ Completed 206 Partial Content in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
41028
+ Processing by ApplicationController#index as HTML
41029
+ Completed 206 Partial Content in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
41030
+ Processing by ApplicationController#index as HTML
41031
+ Completed 206 Partial Content in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
41032
+ Processing by ApplicationController#index as HTML
41033
+ Completed 206 Partial Content in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
41034
+ Processing by ApplicationController#index as HTML
41035
+ Completed 206 Partial Content in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
41036
+ Processing by ApplicationController#index as HTML
41037
+ Completed 206 Partial Content in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
41038
+ Processing by ApplicationController#index as HTML
41039
+ Completed 206 Partial Content in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
41040
+ Processing by ApplicationController#index as HTML
41041
+ Completed 206 Partial Content in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
41042
+ Processing by ApplicationController#index as HTML
41043
+ Completed 206 Partial Content in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
41044
+ Processing by ApplicationController#index as HTML
41045
+ Completed 206 Partial Content in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
41046
+ Processing by ApplicationController#index as HTML
41047
+ Completed 206 Partial Content in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
41048
+ Processing by ApplicationController#index as HTML
41049
+ Completed 206 Partial Content in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
41050
+ Processing by ApplicationController#index as HTML
41051
+ Completed 206 Partial Content in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
41052
+ Processing by ApplicationController#index as HTML
41053
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41054
+ Processing by ApplicationController#index as HTML
41055
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41056
+ Processing by ApplicationController#index as HTML
41057
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41058
+ Processing by ApplicationController#index as HTML
41059
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41060
+ Processing by ApplicationController#index as HTML
41061
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41062
+ Processing by ApplicationController#index as HTML
41063
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41064
+ Processing by ApplicationController#index as HTML
41065
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41066
+ Processing by ApplicationController#index as HTML
41067
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41068
+ Processing by ApplicationController#index as HTML
41069
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41070
+ Processing by ApplicationController#index as HTML
41071
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41072
+ Processing by ApplicationController#index as HTML
41073
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41074
+ Processing by ApplicationController#index as HTML
41075
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41076
+ Processing by ApplicationController#index as HTML
41077
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41078
+ Processing by ApplicationController#index as HTML
41079
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41080
+ Processing by ApplicationController#index as HTML
41081
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41082
+ Processing by ApplicationController#index as HTML
41083
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41084
+ Processing by ApplicationController#index as HTML
41085
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41086
+ Processing by ApplicationController#index as HTML
41087
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41088
+ Processing by ApplicationController#index as HTML
41089
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41090
+ Processing by ApplicationController#index as HTML
41091
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41092
+ Processing by ApplicationController#index as HTML
41093
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41094
+ Processing by ApplicationController#index as HTML
41095
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41096
+ Processing by ApplicationController#index as HTML
41097
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41098
+ Processing by ApplicationController#index as HTML
41099
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41100
+ Processing by ApplicationController#index as HTML
41101
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41102
+ Processing by ApplicationController#index as HTML
41103
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41104
+ Processing by ApplicationController#index as HTML
41105
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41106
+ Processing by ApplicationController#index as HTML
41107
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41108
+ Processing by ApplicationController#index as HTML
41109
+ Completed 206 Partial Content in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
41110
+ Processing by ApplicationController#index as HTML
41111
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41112
+ Processing by ApplicationController#index as HTML
41113
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41114
+ Processing by ApplicationController#index as HTML
41115
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41116
+ Processing by ApplicationController#index as HTML
41117
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41118
+ Processing by ApplicationController#index as HTML
41119
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41120
+ Processing by ApplicationController#index as HTML
41121
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41122
+ Processing by ApplicationController#index as HTML
41123
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41124
+ Processing by ApplicationController#index as HTML
41125
+ Completed 206 Partial Content in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
41126
+ Processing by ApplicationController#index as HTML
41127
+ Completed 206 Partial Content in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
41128
+ Processing by ApplicationController#index as HTML
41129
+ Completed 206 Partial Content in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
41130
+ Processing by ApplicationController#index as HTML
41131
+ Completed 206 Partial Content in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
41132
+ Processing by ApplicationController#index as HTML
41133
+ Completed 206 Partial Content in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
41134
+ Processing by ApplicationController#index as HTML
41135
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41136
+ Processing by ApplicationController#index as HTML
41137
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41138
+ Processing by ApplicationController#index as HTML
41139
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41140
+ Processing by ApplicationController#index as HTML
41141
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41142
+ Processing by ApplicationController#index as HTML
41143
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41144
+ Processing by ApplicationController#index as HTML
41145
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41146
+ Processing by ApplicationController#index as HTML
41147
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41148
+ Processing by ApplicationController#index as HTML
41149
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41150
+ Processing by ApplicationController#index as HTML
41151
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41152
+ Processing by ApplicationController#index as HTML
41153
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41154
+ Processing by ApplicationController#index as HTML
41155
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41156
+ Processing by ApplicationController#index as HTML
41157
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41158
+ Processing by ApplicationController#index as HTML
41159
+ Completed 206 Partial Content in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
41160
+ Processing by ApplicationController#index as HTML
41161
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41162
+ Processing by ApplicationController#index as HTML
41163
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41164
+ Processing by ApplicationController#index as HTML
41165
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41166
+ Processing by ApplicationController#index as HTML
41167
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41168
+ Processing by ApplicationController#index as HTML
41169
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41170
+ Processing by ApplicationController#index as HTML
41171
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41172
+ Processing by ApplicationController#index as HTML
41173
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41174
+ Processing by ApplicationController#index as HTML
41175
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41176
+ Processing by ApplicationController#index as HTML
41177
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41178
+ Processing by ApplicationController#index as HTML
41179
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41180
+ Processing by ApplicationController#index as HTML
41181
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41182
+ Processing by ApplicationController#index as HTML
41183
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41184
+ Processing by ApplicationController#index as HTML
41185
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41186
+ Processing by ApplicationController#index as HTML
41187
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41188
+ Processing by ApplicationController#index as HTML
41189
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41190
+ Processing by ApplicationController#index as HTML
41191
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41192
+ Processing by ApplicationController#index as HTML
41193
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41194
+ Processing by ApplicationController#index as HTML
41195
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41196
+ Processing by ApplicationController#index as HTML
41197
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41198
+ Processing by ApplicationController#index as HTML
41199
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41200
+ Processing by ApplicationController#index as HTML
41201
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41202
+ Processing by ApplicationController#index as HTML
41203
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41204
+ Processing by ApplicationController#index as HTML
41205
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41206
+ Processing by ApplicationController#index as HTML
41207
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41208
+ Processing by ApplicationController#index as HTML
41209
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41210
+ Processing by ApplicationController#index as HTML
41211
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41212
+ Processing by ApplicationController#index as HTML
41213
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41214
+ Processing by ApplicationController#index as HTML
41215
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41216
+ Processing by ApplicationController#index as HTML
41217
+ Completed 206 Partial Content in 4ms (Views: 1.1ms | ActiveRecord: 0.0ms)
41218
+ Processing by ApplicationController#index as HTML
41219
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41220
+ Processing by ApplicationController#index as HTML
41221
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41222
+ Processing by ApplicationController#index as HTML
41223
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41224
+ Processing by ApplicationController#index as HTML
41225
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41226
+ Processing by ApplicationController#index as HTML
41227
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41228
+ Processing by ApplicationController#index as HTML
41229
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41230
+ Processing by ApplicationController#index as HTML
41231
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41232
+ Processing by ApplicationController#index as HTML
41233
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41234
+ Processing by ApplicationController#index as HTML
41235
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41236
+ Processing by ApplicationController#index as HTML
41237
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41238
+ Processing by ApplicationController#index as HTML
41239
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41240
+ Processing by ApplicationController#index as HTML
41241
+ Completed 206 Partial Content in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
41242
+ Processing by ApplicationController#index as HTML
41243
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41244
+ Processing by ApplicationController#index as HTML
41245
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41246
+ Processing by ApplicationController#index as HTML
41247
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41248
+ Processing by ApplicationController#index as HTML
41249
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41250
+ Processing by ApplicationController#index as HTML
41251
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41252
+ Processing by ApplicationController#index as HTML
41253
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41254
+ Processing by ApplicationController#index as HTML
41255
+ Completed 206 Partial Content in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
41256
+ Processing by ApplicationController#index as HTML
41257
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41258
+ Processing by ApplicationController#index as HTML
41259
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41260
+ Processing by ApplicationController#index as HTML
41261
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41262
+ Processing by ApplicationController#index as HTML
41263
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41264
+ Processing by ApplicationController#index as HTML
41265
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41266
+ Processing by ApplicationController#index as HTML
41267
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41268
+ Processing by ApplicationController#index as HTML
41269
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41270
+ Processing by ApplicationController#index as HTML
41271
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41272
+ Processing by ApplicationController#index as HTML
41273
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41274
+ Processing by ApplicationController#index as HTML
41275
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41276
+ Processing by ApplicationController#index as HTML
41277
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41278
+ Processing by ApplicationController#index as HTML
41279
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41280
+ Processing by ApplicationController#index as HTML
41281
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41282
+ Processing by ApplicationController#index as HTML
41283
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41284
+ Processing by ApplicationController#index as HTML
41285
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41286
+ Processing by ApplicationController#index as HTML
41287
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41288
+ Processing by ApplicationController#index as HTML
41289
+ Completed 206 Partial Content in 4ms (Views: 1.1ms | ActiveRecord: 0.0ms)
41290
+ Processing by ApplicationController#index as HTML
41291
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41292
+ Processing by ApplicationController#index as HTML
41293
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41294
+ Processing by ApplicationController#index as HTML
41295
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41296
+ Processing by ApplicationController#index as HTML
41297
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41298
+ Processing by ApplicationController#index as HTML
41299
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41300
+ Processing by ApplicationController#index as HTML
41301
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41302
+ Processing by ApplicationController#index as HTML
41303
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41304
+ Processing by ApplicationController#index as HTML
41305
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41306
+ Processing by ApplicationController#index as HTML
41307
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41308
+ Processing by ApplicationController#index as HTML
41309
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41310
+ Processing by ApplicationController#index as HTML
41311
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41312
+ Processing by ApplicationController#index as HTML
41313
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41314
+ Processing by ApplicationController#index as HTML
41315
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41316
+ Processing by ApplicationController#index as HTML
41317
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41318
+ Processing by ApplicationController#index as HTML
41319
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41320
+ Processing by ApplicationController#index as HTML
41321
+ Completed 206 Partial Content in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
41322
+ Processing by ApplicationController#index as HTML
41323
+ Completed 206 Partial Content in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
41324
+ Processing by ApplicationController#index as HTML
41325
+ Completed 206 Partial Content in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
41326
+ Processing by ApplicationController#index as HTML
41327
+ Completed 206 Partial Content in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
41328
+ Processing by ApplicationController#index as HTML
41329
+ Completed 206 Partial Content in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
41330
+ Processing by ApplicationController#index as HTML
41331
+ Completed 206 Partial Content in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
41332
+  (0.1ms) rollback transaction
41333
+  (0.1ms) begin transaction
41334
+ --------------------------------------------------------------------------------------
41335
+ ApplicationControllerTest: test_handles_ranges_beyond_collection_length_via_truncation
41336
+ --------------------------------------------------------------------------------------
41337
+ Processing by ApplicationController#index as HTML
41338
+ Completed 206 Partial Content in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
41339
+  (0.1ms) rollback transaction
41340
+  (0.1ms) begin transaction
41341
+ -----------------------------------------------------
41342
+ ApplicationControllerTest: test_includes_link_headers
41343
+ -----------------------------------------------------
41344
+ Processing by ApplicationController#index as HTML
41345
+ Completed 206 Partial Content in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
41346
+  (0.0ms) rollback transaction
41347
+  (0.0ms) begin transaction
41348
+ ----------------------------------------------------------------------
41349
+ ApplicationControllerTest: test_infinite_collections_have_no_last_page
41350
+ ----------------------------------------------------------------------
41351
+ Processing by ApplicationController#index as HTML
41352
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41353
+  (0.0ms) rollback transaction
41354
+  (0.1ms) begin transaction
41355
+ -------------------------------------------------------------------------------
41356
+ ApplicationControllerTest: test_last_page_range_can_extend_beyond_the_last_item
41357
+ -------------------------------------------------------------------------------
41358
+ Processing by ApplicationController#index as HTML
41359
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41360
+  (0.0ms) rollback transaction
41361
+  (0.1ms) begin transaction
41362
+ ------------------------------------------------------------------------------------
41363
+ ApplicationControllerTest: test_next_link_with_omitted_end_number_shifts_by_max_page
41364
+ ------------------------------------------------------------------------------------
41365
+ Processing by ApplicationController#index as HTML
41366
+ Completed 206 Partial Content in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
41367
+  (0.0ms) rollback transaction
41368
+  (0.0ms) begin transaction
41369
+ ---------------------------------------------------------------------------
41370
+ ApplicationControllerTest: test_next_page_range_can_extend_beyond_last_item
41371
+ ---------------------------------------------------------------------------
41372
+ Processing by ApplicationController#index as HTML
41373
+ Completed 206 Partial Content in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
41374
+  (0.0ms) rollback transaction
41375
+  (0.1ms) begin transaction
41376
+ ----------------------------------------------------------------
41377
+ ApplicationControllerTest: test_omits_next_and_last_links_at_end
41378
+ ----------------------------------------------------------------
41379
+ Processing by ApplicationController#index as HTML
41380
+ Completed 206 Partial Content in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
41381
+  (0.1ms) rollback transaction
41382
+  (0.1ms) begin transaction
41383
+ -------------------------------------------------------------------
41384
+ ApplicationControllerTest: test_omits_prev_and_first_links_at_start
41385
+ -------------------------------------------------------------------
41386
+ Processing by ApplicationController#index as HTML
41387
+ Completed 206 Partial Content in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
41388
+  (0.0ms) rollback transaction
41389
+  (0.1ms) begin transaction
41390
+ ---------------------------------------------------------------------------
41391
+ ApplicationControllerTest: test_omitting_the_end_number_asks_for_everything
41392
+ ---------------------------------------------------------------------------
41393
+ Processing by ApplicationController#index as HTML
41394
+ Completed 206 Partial Content in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
41395
+  (0.0ms) rollback transaction
41396
+  (0.1ms) begin transaction
41397
+ -------------------------------------------------------------------------------
41398
+ ApplicationControllerTest: test_omitting_the_end_number_omits_in_first_link_too
41399
+ -------------------------------------------------------------------------------
41400
+ Processing by ApplicationController#index as HTML
41401
+ Completed 206 Partial Content in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
41402
+  (0.0ms) rollback transaction
41403
+  (0.0ms) begin transaction
41404
+ ---------------------------------------------------------------------
41405
+ ApplicationControllerTest: test_passes_along_exceptional_status_codes
41406
+ ---------------------------------------------------------------------
41407
+ Processing by ApplicationController#index as HTML
41408
+ Completed 100 Continue in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
41409
+ Processing by ApplicationController#index as HTML
41410
+ Completed 301 Moved Permanently in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41411
+ Processing by ApplicationController#index as HTML
41412
+ Completed 404 Not Found in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41413
+ Processing by ApplicationController#index as HTML
41414
+ Completed 500 Internal Server Error in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41415
+  (0.0ms) rollback transaction
41416
+  (0.0ms) begin transaction
41417
+ --------------------------------------------------------------------------
41418
+ ApplicationControllerTest: test_preserves_query_parameters_in_link_headers
41419
+ --------------------------------------------------------------------------
41420
+ Processing by ApplicationController#index as HTML
41421
+ Parameters: {"foo"=>"bar"}
41422
+ Completed 206 Partial Content in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
41423
+  (0.0ms) rollback transaction
41424
+  (0.0ms) begin transaction
41425
+ ----------------------------------------------------------------
41426
+ ApplicationControllerTest: test_prev_is_the_left_inverse_of_next
41427
+ ----------------------------------------------------------------
41428
+ Processing by ApplicationController#index as HTML
41429
+ Completed 206 Partial Content in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
41430
+ Processing by ApplicationController#index as HTML
41431
+ Completed 206 Partial Content in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
41432
+ Processing by ApplicationController#index as HTML
41433
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41434
+ Processing by ApplicationController#index as HTML
41435
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41436
+ Processing by ApplicationController#index as HTML
41437
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41438
+ Processing by ApplicationController#index as HTML
41439
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41440
+ Processing by ApplicationController#index as HTML
41441
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41442
+ Processing by ApplicationController#index as HTML
41443
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41444
+ Processing by ApplicationController#index as HTML
41445
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41446
+ Processing by ApplicationController#index as HTML
41447
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41448
+ Processing by ApplicationController#index as HTML
41449
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41450
+ Processing by ApplicationController#index as HTML
41451
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41452
+ Processing by ApplicationController#index as HTML
41453
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41454
+ Processing by ApplicationController#index as HTML
41455
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41456
+ Processing by ApplicationController#index as HTML
41457
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41458
+ Processing by ApplicationController#index as HTML
41459
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41460
+ Processing by ApplicationController#index as HTML
41461
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41462
+ Processing by ApplicationController#index as HTML
41463
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41464
+ Processing by ApplicationController#index as HTML
41465
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41466
+ Processing by ApplicationController#index as HTML
41467
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41468
+ Processing by ApplicationController#index as HTML
41469
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41470
+ Processing by ApplicationController#index as HTML
41471
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41472
+ Processing by ApplicationController#index as HTML
41473
+ Completed 206 Partial Content in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
41474
+ Processing by ApplicationController#index as HTML
41475
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41476
+ Processing by ApplicationController#index as HTML
41477
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41478
+ Processing by ApplicationController#index as HTML
41479
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41480
+ Processing by ApplicationController#index as HTML
41481
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41482
+ Processing by ApplicationController#index as HTML
41483
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41484
+ Processing by ApplicationController#index as HTML
41485
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41486
+ Processing by ApplicationController#index as HTML
41487
+ Completed 206 Partial Content in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
41488
+ Processing by ApplicationController#index as HTML
41489
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41490
+ Processing by ApplicationController#index as HTML
41491
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41492
+ Processing by ApplicationController#index as HTML
41493
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41494
+ Processing by ApplicationController#index as HTML
41495
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41496
+ Processing by ApplicationController#index as HTML
41497
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41498
+ Processing by ApplicationController#index as HTML
41499
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41500
+ Processing by ApplicationController#index as HTML
41501
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41502
+ Processing by ApplicationController#index as HTML
41503
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41504
+ Processing by ApplicationController#index as HTML
41505
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41506
+ Processing by ApplicationController#index as HTML
41507
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41508
+ Processing by ApplicationController#index as HTML
41509
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41510
+ Processing by ApplicationController#index as HTML
41511
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41512
+ Processing by ApplicationController#index as HTML
41513
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41514
+ Processing by ApplicationController#index as HTML
41515
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41516
+ Processing by ApplicationController#index as HTML
41517
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41518
+ Processing by ApplicationController#index as HTML
41519
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41520
+ Processing by ApplicationController#index as HTML
41521
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41522
+ Processing by ApplicationController#index as HTML
41523
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41524
+ Processing by ApplicationController#index as HTML
41525
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41526
+ Processing by ApplicationController#index as HTML
41527
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41528
+ Processing by ApplicationController#index as HTML
41529
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41530
+ Processing by ApplicationController#index as HTML
41531
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41532
+ Processing by ApplicationController#index as HTML
41533
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41534
+ Processing by ApplicationController#index as HTML
41535
+ Completed 206 Partial Content in 4ms (Views: 1.3ms | ActiveRecord: 0.0ms)
41536
+ Processing by ApplicationController#index as HTML
41537
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41538
+ Processing by ApplicationController#index as HTML
41539
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41540
+ Processing by ApplicationController#index as HTML
41541
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41542
+ Processing by ApplicationController#index as HTML
41543
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41544
+ Processing by ApplicationController#index as HTML
41545
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41546
+ Processing by ApplicationController#index as HTML
41547
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41548
+ Processing by ApplicationController#index as HTML
41549
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41550
+ Processing by ApplicationController#index as HTML
41551
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41552
+ Processing by ApplicationController#index as HTML
41553
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41554
+ Processing by ApplicationController#index as HTML
41555
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41556
+ Processing by ApplicationController#index as HTML
41557
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41558
+ Processing by ApplicationController#index as HTML
41559
+ Completed 206 Partial Content in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
41560
+ Processing by ApplicationController#index as HTML
41561
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41562
+ Processing by ApplicationController#index as HTML
41563
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41564
+ Processing by ApplicationController#index as HTML
41565
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41566
+ Processing by ApplicationController#index as HTML
41567
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41568
+ Processing by ApplicationController#index as HTML
41569
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41570
+ Processing by ApplicationController#index as HTML
41571
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41572
+ Processing by ApplicationController#index as HTML
41573
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41574
+ Processing by ApplicationController#index as HTML
41575
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41576
+ Processing by ApplicationController#index as HTML
41577
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41578
+ Processing by ApplicationController#index as HTML
41579
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41580
+ Processing by ApplicationController#index as HTML
41581
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41582
+ Processing by ApplicationController#index as HTML
41583
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41584
+ Processing by ApplicationController#index as HTML
41585
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41586
+ Processing by ApplicationController#index as HTML
41587
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41588
+ Processing by ApplicationController#index as HTML
41589
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41590
+ Processing by ApplicationController#index as HTML
41591
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41592
+ Processing by ApplicationController#index as HTML
41593
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41594
+ Processing by ApplicationController#index as HTML
41595
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41596
+ Processing by ApplicationController#index as HTML
41597
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41598
+ Processing by ApplicationController#index as HTML
41599
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41600
+ Processing by ApplicationController#index as HTML
41601
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41602
+ Processing by ApplicationController#index as HTML
41603
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41604
+ Processing by ApplicationController#index as HTML
41605
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41606
+ Processing by ApplicationController#index as HTML
41607
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41608
+ Processing by ApplicationController#index as HTML
41609
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41610
+ Processing by ApplicationController#index as HTML
41611
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41612
+ Processing by ApplicationController#index as HTML
41613
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41614
+ Processing by ApplicationController#index as HTML
41615
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41616
+ Processing by ApplicationController#index as HTML
41617
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41618
+ Processing by ApplicationController#index as HTML
41619
+ Completed 206 Partial Content in 4ms (Views: 1.3ms | ActiveRecord: 0.0ms)
41620
+ Processing by ApplicationController#index as HTML
41621
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41622
+ Processing by ApplicationController#index as HTML
41623
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41624
+ Processing by ApplicationController#index as HTML
41625
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41626
+ Processing by ApplicationController#index as HTML
41627
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41628
+ Processing by ApplicationController#index as HTML
41629
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41630
+ Processing by ApplicationController#index as HTML
41631
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41632
+ Processing by ApplicationController#index as HTML
41633
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41634
+ Processing by ApplicationController#index as HTML
41635
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41636
+ Processing by ApplicationController#index as HTML
41637
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41638
+ Processing by ApplicationController#index as HTML
41639
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41640
+ Processing by ApplicationController#index as HTML
41641
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41642
+ Processing by ApplicationController#index as HTML
41643
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41644
+ Processing by ApplicationController#index as HTML
41645
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41646
+ Processing by ApplicationController#index as HTML
41647
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41648
+ Processing by ApplicationController#index as HTML
41649
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41650
+ Processing by ApplicationController#index as HTML
41651
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41652
+ Processing by ApplicationController#index as HTML
41653
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41654
+ Processing by ApplicationController#index as HTML
41655
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41656
+ Processing by ApplicationController#index as HTML
41657
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41658
+ Processing by ApplicationController#index as HTML
41659
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41660
+ Processing by ApplicationController#index as HTML
41661
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41662
+ Processing by ApplicationController#index as HTML
41663
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41664
+ Processing by ApplicationController#index as HTML
41665
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41666
+ Processing by ApplicationController#index as HTML
41667
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41668
+ Processing by ApplicationController#index as HTML
41669
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41670
+ Processing by ApplicationController#index as HTML
41671
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41672
+ Processing by ApplicationController#index as HTML
41673
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41674
+ Processing by ApplicationController#index as HTML
41675
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41676
+ Processing by ApplicationController#index as HTML
41677
+ Completed 206 Partial Content in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
41678
+ Processing by ApplicationController#index as HTML
41679
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41680
+ Processing by ApplicationController#index as HTML
41681
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41682
+ Processing by ApplicationController#index as HTML
41683
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41684
+ Processing by ApplicationController#index as HTML
41685
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41686
+ Processing by ApplicationController#index as HTML
41687
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41688
+ Processing by ApplicationController#index as HTML
41689
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41690
+ Processing by ApplicationController#index as HTML
41691
+ Completed 206 Partial Content in 4ms (Views: 1.2ms | ActiveRecord: 0.0ms)
41692
+ Processing by ApplicationController#index as HTML
41693
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41694
+ Processing by ApplicationController#index as HTML
41695
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41696
+ Processing by ApplicationController#index as HTML
41697
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41698
+ Processing by ApplicationController#index as HTML
41699
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41700
+ Processing by ApplicationController#index as HTML
41701
+ Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
41702
+ Processing by ApplicationController#index as HTML
41703
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41704
+ Processing by ApplicationController#index as HTML
41705
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41706
+ Processing by ApplicationController#index as HTML
41707
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41708
+ Processing by ApplicationController#index as HTML
41709
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41710
+ Processing by ApplicationController#index as HTML
41711
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41712
+ Processing by ApplicationController#index as HTML
41713
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41714
+ Processing by ApplicationController#index as HTML
41715
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41716
+ Processing by ApplicationController#index as HTML
41717
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41718
+ Processing by ApplicationController#index as HTML
41719
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41720
+ Processing by ApplicationController#index as HTML
41721
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41722
+ Processing by ApplicationController#index as HTML
41723
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41724
+ Processing by ApplicationController#index as HTML
41725
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41726
+ Processing by ApplicationController#index as HTML
41727
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41728
+ Processing by ApplicationController#index as HTML
41729
+ Completed 206 Partial Content in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
41730
+ Processing by ApplicationController#index as HTML
41731
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41732
+ Processing by ApplicationController#index as HTML
41733
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41734
+ Processing by ApplicationController#index as HTML
41735
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41736
+ Processing by ApplicationController#index as HTML
41737
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41738
+ Processing by ApplicationController#index as HTML
41739
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41740
+ Processing by ApplicationController#index as HTML
41741
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41742
+ Processing by ApplicationController#index as HTML
41743
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41744
+ Processing by ApplicationController#index as HTML
41745
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41746
+ Processing by ApplicationController#index as HTML
41747
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41748
+ Processing by ApplicationController#index as HTML
41749
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41750
+ Processing by ApplicationController#index as HTML
41751
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41752
+ Processing by ApplicationController#index as HTML
41753
+ Completed 206 Partial Content in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
41754
+ Processing by ApplicationController#index as HTML
41755
+ Completed 206 Partial Content in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41756
+ Processing by ApplicationController#index as HTML
41757
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41758
+ Processing by ApplicationController#index as HTML
41759
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41760
+ Processing by ApplicationController#index as HTML
41761
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41762
+ Processing by ApplicationController#index as HTML
41763
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41764
+ Processing by ApplicationController#index as HTML
41765
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41766
+ Processing by ApplicationController#index as HTML
41767
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41768
+ Processing by ApplicationController#index as HTML
41769
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41770
+ Processing by ApplicationController#index as HTML
41771
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41772
+ Processing by ApplicationController#index as HTML
41773
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41774
+ Processing by ApplicationController#index as HTML
41775
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41776
+ Processing by ApplicationController#index as HTML
41777
+ Completed 206 Partial Content in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
41778
+ Processing by ApplicationController#index as HTML
41779
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41780
+  (0.1ms) rollback transaction
41781
+  (0.0ms) begin transaction
41782
+ ------------------------------------------------------------------------------------
41783
+ ApplicationControllerTest: test_prev_link_with_omitted_end_number_shifts_by_max_page
41784
+ ------------------------------------------------------------------------------------
41785
+ Processing by ApplicationController#index as HTML
41786
+ Completed 206 Partial Content in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
41787
+  (0.0ms) rollback transaction
41788
+  (0.0ms) begin transaction
41789
+ ----------------------------------------------------------------------
41790
+ ApplicationControllerTest: test_previous_page_range_cannot_go_negative
41791
+ ----------------------------------------------------------------------
41792
+ Processing by ApplicationController#index as HTML
41793
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41794
+  (0.0ms) rollback transaction
41795
+  (0.0ms) begin transaction
41796
+ --------------------------------------------------------------------------------------------
41797
+ ApplicationControllerTest: test_rangeless_request_range_works_normally_if_max_range_>=_total
41798
+ --------------------------------------------------------------------------------------------
41799
+ Processing by ApplicationController#index as HTML
41800
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41801
+  (0.0ms) rollback transaction
41802
+  (0.0ms) begin transaction
41803
+ --------------------------------------------------------------------------------
41804
+ ApplicationControllerTest: test_rangeless_request_truncates_if_max_range_<_total
41805
+ --------------------------------------------------------------------------------
41806
+ Processing by ApplicationController#index as HTML
41807
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41808
+  (0.0ms) rollback transaction
41809
+  (0.0ms) begin transaction
41810
+ ------------------------------------------------------------------------------------------
41811
+ ApplicationControllerTest: test_refuses_a_range_with_nonzero_start_when_there_are_no_items
41812
+ ------------------------------------------------------------------------------------------
41813
+ Processing by ApplicationController#index as HTML
41814
+ Completed 416 Requested Range Not Satisfiable in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41815
+  (0.0ms) rollback transaction
41816
+  (0.0ms) begin transaction
41817
+ ------------------------------------------------------
41818
+ ApplicationControllerTest: test_refuses_offside_ranges
41819
+ ------------------------------------------------------
41820
+ Processing by ApplicationController#index as HTML
41821
+ Completed 416 Requested Range Not Satisfiable in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
41822
+  (0.0ms) rollback transaction
41823
+  (0.0ms) begin transaction
41824
+ ------------------------------------------------------------
41825
+ ApplicationControllerTest: test_refuses_range_start_past_end
41826
+ ------------------------------------------------------------
41827
+ Processing by ApplicationController#index as HTML
41828
+ Completed 416 Requested Range Not Satisfiable in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
41829
+  (0.0ms) rollback transaction
41830
+  (0.0ms) begin transaction
41831
+ -------------------------------------------------------------------
41832
+ ApplicationControllerTest: test_reports_infinite/unknown_collection
41833
+ -------------------------------------------------------------------
41834
+ Processing by ApplicationController#index as HTML
41835
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41836
+  (0.0ms) rollback transaction
41837
+  (0.0ms) begin transaction
41838
+ ---------------------------------------------------------------------------------------
41839
+ ApplicationControllerTest: test_shifts_penultimate_page_to_beginning,_preserving_length
41840
+ ---------------------------------------------------------------------------------------
41841
+ Processing by ApplicationController#index as HTML
41842
+ Completed 206 Partial Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
41843
+  (0.0ms) rollback transaction