preserve 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/preserve/version.rb +1 -1
- data/spec/dummy/log/test.log +400 -0
- metadata +31 -31
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d3c55422dbbd94a43a7e1af32e47a0e3e87b414fefef81e71f05499ef28aa0c7
|
|
4
|
+
data.tar.gz: 01a549e42fd1b16ae8e422b68032b84428b0682c5abcc65930ca75f0e6ae95ac
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 969c317d68acb46b88d71c922e08debe7446019cdd5f5fe56b1c0990090b4e9a960f9d6f769cdea058ebef3f07cf755dd57b3d2776957940be118069a14d1119
|
|
7
|
+
data.tar.gz: cbd2920ecfccd5fa7b2a4cb90a4bb063b3913816447b25911bf3b3397e8056cb2c30925012589074505ec2ab68bc5939f6313fb89044fb51495bb1d6b73050c5
|
data/lib/preserve/version.rb
CHANGED
data/spec/dummy/log/test.log
CHANGED
|
@@ -4258,3 +4258,403 @@ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
|
4258
4258
|
Started GET "/parameters" for 127.0.0.1 at 2018-11-02 18:32:58 +0100
|
|
4259
4259
|
Processing by ParametersController#index as HTML
|
|
4260
4260
|
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
4261
|
+
Started GET "/parameters?per_page=20" for 127.0.0.1 at 2018-11-17 16:51:50 +0100
|
|
4262
|
+
Processing by ParametersController#index as HTML
|
|
4263
|
+
Parameters: {"per_page"=>"20"}
|
|
4264
|
+
Completed 200 OK in 9ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
|
4265
|
+
Started GET "/parameters" for 127.0.0.1 at 2018-11-17 16:51:50 +0100
|
|
4266
|
+
Processing by ParametersController#index as HTML
|
|
4267
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
|
4268
|
+
Started GET "/parameters?per_page=20" for 127.0.0.1 at 2018-11-17 16:51:50 +0100
|
|
4269
|
+
Processing by ParametersController#index as HTML
|
|
4270
|
+
Parameters: {"per_page"=>"20"}
|
|
4271
|
+
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
4272
|
+
Started GET "/parameters?per_page=10" for 127.0.0.1 at 2018-11-17 16:51:50 +0100
|
|
4273
|
+
Processing by ParametersController#index as HTML
|
|
4274
|
+
Parameters: {"per_page"=>"10"}
|
|
4275
|
+
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
4276
|
+
Started GET "/parameters?per_page=20&page=5" for 127.0.0.1 at 2018-11-17 16:51:50 +0100
|
|
4277
|
+
Processing by ParametersController#index as HTML
|
|
4278
|
+
Parameters: {"per_page"=>"20", "page"=>"5"}
|
|
4279
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
|
4280
|
+
Started GET "/parameters" for 127.0.0.1 at 2018-11-17 16:51:50 +0100
|
|
4281
|
+
Processing by ParametersController#index as HTML
|
|
4282
|
+
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
4283
|
+
Started POST "/parameters" for 127.0.0.1 at 2018-11-17 16:51:50 +0100
|
|
4284
|
+
Processing by ParametersController#create as HTML
|
|
4285
|
+
Parameters: {"per_page"=>"20"}
|
|
4286
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
|
4287
|
+
Started POST "/parameters" for 127.0.0.1 at 2018-11-17 16:51:50 +0100
|
|
4288
|
+
Processing by ParametersController#create as HTML
|
|
4289
|
+
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
4290
|
+
Started GET "/parameters?order=created_at" for 127.0.0.1 at 2018-11-17 16:51:50 +0100
|
|
4291
|
+
Processing by ParametersController#index as HTML
|
|
4292
|
+
Parameters: {"order"=>"created_at"}
|
|
4293
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
|
4294
|
+
Started GET "/parameters?locale=en" for 127.0.0.1 at 2018-11-17 16:51:50 +0100
|
|
4295
|
+
Processing by ParametersController#index as HTML
|
|
4296
|
+
Parameters: {"locale"=>"en"}
|
|
4297
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
|
4298
|
+
Started GET "/parameters" for 127.0.0.1 at 2018-11-17 16:51:50 +0100
|
|
4299
|
+
Processing by ParametersController#index as HTML
|
|
4300
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
|
4301
|
+
Started GET "/parameters?per_page=20" for 127.0.0.1 at 2018-11-24 00:35:38 +0100
|
|
4302
|
+
Processing by ParametersController#index as HTML
|
|
4303
|
+
Parameters: {"per_page"=>"20"}
|
|
4304
|
+
Completed 200 OK in 10ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
|
4305
|
+
Started GET "/parameters" for 127.0.0.1 at 2018-11-24 00:35:38 +0100
|
|
4306
|
+
Processing by ParametersController#index as HTML
|
|
4307
|
+
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
4308
|
+
Started GET "/parameters?per_page=20" for 127.0.0.1 at 2018-11-24 00:35:38 +0100
|
|
4309
|
+
Processing by ParametersController#index as HTML
|
|
4310
|
+
Parameters: {"per_page"=>"20"}
|
|
4311
|
+
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
4312
|
+
Started GET "/parameters?per_page=10" for 127.0.0.1 at 2018-11-24 00:35:38 +0100
|
|
4313
|
+
Processing by ParametersController#index as HTML
|
|
4314
|
+
Parameters: {"per_page"=>"10"}
|
|
4315
|
+
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
4316
|
+
Started GET "/parameters?per_page=20&page=5" for 127.0.0.1 at 2018-11-24 00:35:38 +0100
|
|
4317
|
+
Processing by ParametersController#index as HTML
|
|
4318
|
+
Parameters: {"per_page"=>"20", "page"=>"5"}
|
|
4319
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
|
4320
|
+
Started GET "/parameters" for 127.0.0.1 at 2018-11-24 00:35:38 +0100
|
|
4321
|
+
Processing by ParametersController#index as HTML
|
|
4322
|
+
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
4323
|
+
Started POST "/parameters" for 127.0.0.1 at 2018-11-24 00:35:38 +0100
|
|
4324
|
+
Processing by ParametersController#create as HTML
|
|
4325
|
+
Parameters: {"per_page"=>"20"}
|
|
4326
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
|
4327
|
+
Started POST "/parameters" for 127.0.0.1 at 2018-11-24 00:35:38 +0100
|
|
4328
|
+
Processing by ParametersController#create as HTML
|
|
4329
|
+
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
4330
|
+
Started GET "/parameters?order=created_at" for 127.0.0.1 at 2018-11-24 00:35:38 +0100
|
|
4331
|
+
Processing by ParametersController#index as HTML
|
|
4332
|
+
Parameters: {"order"=>"created_at"}
|
|
4333
|
+
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
4334
|
+
Started GET "/parameters?locale=en" for 127.0.0.1 at 2018-11-24 00:35:38 +0100
|
|
4335
|
+
Processing by ParametersController#index as HTML
|
|
4336
|
+
Parameters: {"locale"=>"en"}
|
|
4337
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
|
4338
|
+
Started GET "/parameters" for 127.0.0.1 at 2018-11-24 00:35:38 +0100
|
|
4339
|
+
Processing by ParametersController#index as HTML
|
|
4340
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
|
4341
|
+
Started GET "/parameters?per_page=20" for 127.0.0.1 at 2018-12-06 23:08:00 +0100
|
|
4342
|
+
Processing by ParametersController#index as HTML
|
|
4343
|
+
Parameters: {"per_page"=>"20"}
|
|
4344
|
+
Completed 200 OK in 9ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
|
4345
|
+
Started GET "/parameters" for 127.0.0.1 at 2018-12-06 23:08:00 +0100
|
|
4346
|
+
Processing by ParametersController#index as HTML
|
|
4347
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
|
4348
|
+
Started GET "/parameters?per_page=20" for 127.0.0.1 at 2018-12-06 23:08:00 +0100
|
|
4349
|
+
Processing by ParametersController#index as HTML
|
|
4350
|
+
Parameters: {"per_page"=>"20"}
|
|
4351
|
+
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
4352
|
+
Started GET "/parameters?per_page=10" for 127.0.0.1 at 2018-12-06 23:08:00 +0100
|
|
4353
|
+
Processing by ParametersController#index as HTML
|
|
4354
|
+
Parameters: {"per_page"=>"10"}
|
|
4355
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
|
4356
|
+
Started GET "/parameters?per_page=20&page=5" for 127.0.0.1 at 2018-12-06 23:08:00 +0100
|
|
4357
|
+
Processing by ParametersController#index as HTML
|
|
4358
|
+
Parameters: {"per_page"=>"20", "page"=>"5"}
|
|
4359
|
+
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
4360
|
+
Started GET "/parameters" for 127.0.0.1 at 2018-12-06 23:08:00 +0100
|
|
4361
|
+
Processing by ParametersController#index as HTML
|
|
4362
|
+
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
4363
|
+
Started POST "/parameters" for 127.0.0.1 at 2018-12-06 23:08:00 +0100
|
|
4364
|
+
Processing by ParametersController#create as HTML
|
|
4365
|
+
Parameters: {"per_page"=>"20"}
|
|
4366
|
+
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
4367
|
+
Started POST "/parameters" for 127.0.0.1 at 2018-12-06 23:08:00 +0100
|
|
4368
|
+
Processing by ParametersController#create as HTML
|
|
4369
|
+
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
4370
|
+
Started GET "/parameters?order=created_at" for 127.0.0.1 at 2018-12-06 23:08:00 +0100
|
|
4371
|
+
Processing by ParametersController#index as HTML
|
|
4372
|
+
Parameters: {"order"=>"created_at"}
|
|
4373
|
+
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
4374
|
+
Started GET "/parameters?locale=en" for 127.0.0.1 at 2018-12-06 23:08:00 +0100
|
|
4375
|
+
Processing by ParametersController#index as HTML
|
|
4376
|
+
Parameters: {"locale"=>"en"}
|
|
4377
|
+
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
4378
|
+
Started GET "/parameters" for 127.0.0.1 at 2018-12-06 23:08:00 +0100
|
|
4379
|
+
Processing by ParametersController#index as HTML
|
|
4380
|
+
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
|
4381
|
+
Started GET "/parameters?per_page=20" for 127.0.0.1 at 2019-03-17 12:53:59 +0100
|
|
4382
|
+
Processing by ParametersController#index as HTML
|
|
4383
|
+
Parameters: {"per_page"=>"20"}
|
|
4384
|
+
Completed 200 OK in 14ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
|
4385
|
+
Started GET "/parameters" for 127.0.0.1 at 2019-03-17 12:53:59 +0100
|
|
4386
|
+
Processing by ParametersController#index as HTML
|
|
4387
|
+
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
4388
|
+
Started GET "/parameters?per_page=20" for 127.0.0.1 at 2019-03-17 12:53:59 +0100
|
|
4389
|
+
Processing by ParametersController#index as HTML
|
|
4390
|
+
Parameters: {"per_page"=>"20"}
|
|
4391
|
+
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
4392
|
+
Started GET "/parameters?per_page=10" for 127.0.0.1 at 2019-03-17 12:53:59 +0100
|
|
4393
|
+
Processing by ParametersController#index as HTML
|
|
4394
|
+
Parameters: {"per_page"=>"10"}
|
|
4395
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
|
4396
|
+
Started GET "/parameters?per_page=20&page=5" for 127.0.0.1 at 2019-03-17 12:53:59 +0100
|
|
4397
|
+
Processing by ParametersController#index as HTML
|
|
4398
|
+
Parameters: {"per_page"=>"20", "page"=>"5"}
|
|
4399
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
|
4400
|
+
Started GET "/parameters" for 127.0.0.1 at 2019-03-17 12:53:59 +0100
|
|
4401
|
+
Processing by ParametersController#index as HTML
|
|
4402
|
+
Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
|
4403
|
+
Started POST "/parameters" for 127.0.0.1 at 2019-03-17 12:53:59 +0100
|
|
4404
|
+
Processing by ParametersController#create as HTML
|
|
4405
|
+
Parameters: {"per_page"=>"20"}
|
|
4406
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
|
4407
|
+
Started POST "/parameters" for 127.0.0.1 at 2019-03-17 12:53:59 +0100
|
|
4408
|
+
Processing by ParametersController#create as HTML
|
|
4409
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
|
4410
|
+
Started GET "/parameters?order=created_at" for 127.0.0.1 at 2019-03-17 12:53:59 +0100
|
|
4411
|
+
Processing by ParametersController#index as HTML
|
|
4412
|
+
Parameters: {"order"=>"created_at"}
|
|
4413
|
+
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
4414
|
+
Started GET "/parameters?locale=en" for 127.0.0.1 at 2019-03-17 12:53:59 +0100
|
|
4415
|
+
Processing by ParametersController#index as HTML
|
|
4416
|
+
Parameters: {"locale"=>"en"}
|
|
4417
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
|
4418
|
+
Started GET "/parameters" for 127.0.0.1 at 2019-03-17 12:53:59 +0100
|
|
4419
|
+
Processing by ParametersController#index as HTML
|
|
4420
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
|
4421
|
+
Started GET "/parameters?per_page=20" for 127.0.0.1 at 2019-03-17 12:54:04 +0100
|
|
4422
|
+
Processing by ParametersController#index as HTML
|
|
4423
|
+
Parameters: {"per_page"=>"20"}
|
|
4424
|
+
Completed 200 OK in 15ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
|
4425
|
+
Started GET "/parameters" for 127.0.0.1 at 2019-03-17 12:54:04 +0100
|
|
4426
|
+
Processing by ParametersController#index as HTML
|
|
4427
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
|
4428
|
+
Started GET "/parameters?per_page=20" for 127.0.0.1 at 2019-03-17 12:54:04 +0100
|
|
4429
|
+
Processing by ParametersController#index as HTML
|
|
4430
|
+
Parameters: {"per_page"=>"20"}
|
|
4431
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
|
4432
|
+
Started GET "/parameters?per_page=10" for 127.0.0.1 at 2019-03-17 12:54:04 +0100
|
|
4433
|
+
Processing by ParametersController#index as HTML
|
|
4434
|
+
Parameters: {"per_page"=>"10"}
|
|
4435
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
|
4436
|
+
Started GET "/parameters?per_page=20&page=5" for 127.0.0.1 at 2019-03-17 12:54:04 +0100
|
|
4437
|
+
Processing by ParametersController#index as HTML
|
|
4438
|
+
Parameters: {"per_page"=>"20", "page"=>"5"}
|
|
4439
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
|
4440
|
+
Started GET "/parameters" for 127.0.0.1 at 2019-03-17 12:54:04 +0100
|
|
4441
|
+
Processing by ParametersController#index as HTML
|
|
4442
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
|
4443
|
+
Started POST "/parameters" for 127.0.0.1 at 2019-03-17 12:54:04 +0100
|
|
4444
|
+
Processing by ParametersController#create as HTML
|
|
4445
|
+
Parameters: {"per_page"=>"20"}
|
|
4446
|
+
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
4447
|
+
Started POST "/parameters" for 127.0.0.1 at 2019-03-17 12:54:04 +0100
|
|
4448
|
+
Processing by ParametersController#create as HTML
|
|
4449
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
|
4450
|
+
Started GET "/parameters?order=created_at" for 127.0.0.1 at 2019-03-17 12:54:04 +0100
|
|
4451
|
+
Processing by ParametersController#index as HTML
|
|
4452
|
+
Parameters: {"order"=>"created_at"}
|
|
4453
|
+
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
|
4454
|
+
Started GET "/parameters?locale=en" for 127.0.0.1 at 2019-03-17 12:54:04 +0100
|
|
4455
|
+
Processing by ParametersController#index as HTML
|
|
4456
|
+
Parameters: {"locale"=>"en"}
|
|
4457
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
|
4458
|
+
Started GET "/parameters" for 127.0.0.1 at 2019-03-17 12:54:04 +0100
|
|
4459
|
+
Processing by ParametersController#index as HTML
|
|
4460
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
|
4461
|
+
Started GET "/parameters?per_page=20" for 127.0.0.1 at 2019-03-17 12:54:27 +0100
|
|
4462
|
+
Processing by ParametersController#index as HTML
|
|
4463
|
+
Parameters: {"per_page"=>"20"}
|
|
4464
|
+
Completed 200 OK in 18ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
|
4465
|
+
Started GET "/parameters" for 127.0.0.1 at 2019-03-17 12:54:27 +0100
|
|
4466
|
+
Processing by ParametersController#index as HTML
|
|
4467
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
|
4468
|
+
Started GET "/parameters?per_page=20" for 127.0.0.1 at 2019-03-17 12:54:27 +0100
|
|
4469
|
+
Processing by ParametersController#index as HTML
|
|
4470
|
+
Parameters: {"per_page"=>"20"}
|
|
4471
|
+
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
|
4472
|
+
Started GET "/parameters?per_page=10" for 127.0.0.1 at 2019-03-17 12:54:27 +0100
|
|
4473
|
+
Processing by ParametersController#index as HTML
|
|
4474
|
+
Parameters: {"per_page"=>"10"}
|
|
4475
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
|
4476
|
+
Started GET "/parameters?per_page=20&page=5" for 127.0.0.1 at 2019-03-17 12:54:27 +0100
|
|
4477
|
+
Processing by ParametersController#index as HTML
|
|
4478
|
+
Parameters: {"per_page"=>"20", "page"=>"5"}
|
|
4479
|
+
Completed 200 OK in 7ms (Views: 2.7ms | ActiveRecord: 0.0ms)
|
|
4480
|
+
Started GET "/parameters" for 127.0.0.1 at 2019-03-17 12:54:27 +0100
|
|
4481
|
+
Processing by ParametersController#index as HTML
|
|
4482
|
+
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
|
4483
|
+
Started POST "/parameters" for 127.0.0.1 at 2019-03-17 12:54:27 +0100
|
|
4484
|
+
Processing by ParametersController#create as HTML
|
|
4485
|
+
Parameters: {"per_page"=>"20"}
|
|
4486
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
|
4487
|
+
Started POST "/parameters" for 127.0.0.1 at 2019-03-17 12:54:27 +0100
|
|
4488
|
+
Processing by ParametersController#create as HTML
|
|
4489
|
+
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
4490
|
+
Started GET "/parameters?order=created_at" for 127.0.0.1 at 2019-03-17 12:54:27 +0100
|
|
4491
|
+
Processing by ParametersController#index as HTML
|
|
4492
|
+
Parameters: {"order"=>"created_at"}
|
|
4493
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
|
4494
|
+
Started GET "/parameters?locale=en" for 127.0.0.1 at 2019-03-17 12:54:27 +0100
|
|
4495
|
+
Processing by ParametersController#index as HTML
|
|
4496
|
+
Parameters: {"locale"=>"en"}
|
|
4497
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
|
4498
|
+
Started GET "/parameters" for 127.0.0.1 at 2019-03-17 12:54:27 +0100
|
|
4499
|
+
Processing by ParametersController#index as HTML
|
|
4500
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
|
4501
|
+
Started GET "/parameters?per_page=20" for 127.0.0.1 at 2019-03-17 12:55:14 +0100
|
|
4502
|
+
Processing by ParametersController#index as HTML
|
|
4503
|
+
Parameters: {"per_page"=>"20"}
|
|
4504
|
+
Completed 200 OK in 14ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
|
4505
|
+
Started GET "/parameters" for 127.0.0.1 at 2019-03-17 12:55:14 +0100
|
|
4506
|
+
Processing by ParametersController#index as HTML
|
|
4507
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
|
4508
|
+
Started GET "/parameters?per_page=20" for 127.0.0.1 at 2019-03-17 12:55:14 +0100
|
|
4509
|
+
Processing by ParametersController#index as HTML
|
|
4510
|
+
Parameters: {"per_page"=>"20"}
|
|
4511
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
|
4512
|
+
Started GET "/parameters?per_page=10" for 127.0.0.1 at 2019-03-17 12:55:14 +0100
|
|
4513
|
+
Processing by ParametersController#index as HTML
|
|
4514
|
+
Parameters: {"per_page"=>"10"}
|
|
4515
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
|
4516
|
+
Started GET "/parameters?per_page=20&page=5" for 127.0.0.1 at 2019-03-17 12:55:14 +0100
|
|
4517
|
+
Processing by ParametersController#index as HTML
|
|
4518
|
+
Parameters: {"per_page"=>"20", "page"=>"5"}
|
|
4519
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
|
4520
|
+
Started GET "/parameters" for 127.0.0.1 at 2019-03-17 12:55:14 +0100
|
|
4521
|
+
Processing by ParametersController#index as HTML
|
|
4522
|
+
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
|
4523
|
+
Started POST "/parameters" for 127.0.0.1 at 2019-03-17 12:55:14 +0100
|
|
4524
|
+
Processing by ParametersController#create as HTML
|
|
4525
|
+
Parameters: {"per_page"=>"20"}
|
|
4526
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
|
4527
|
+
Started POST "/parameters" for 127.0.0.1 at 2019-03-17 12:55:14 +0100
|
|
4528
|
+
Processing by ParametersController#create as HTML
|
|
4529
|
+
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
4530
|
+
Started GET "/parameters?order=created_at" for 127.0.0.1 at 2019-03-17 12:55:14 +0100
|
|
4531
|
+
Processing by ParametersController#index as HTML
|
|
4532
|
+
Parameters: {"order"=>"created_at"}
|
|
4533
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
|
4534
|
+
Started GET "/parameters?locale=en" for 127.0.0.1 at 2019-03-17 12:55:14 +0100
|
|
4535
|
+
Processing by ParametersController#index as HTML
|
|
4536
|
+
Parameters: {"locale"=>"en"}
|
|
4537
|
+
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
|
4538
|
+
Started GET "/parameters" for 127.0.0.1 at 2019-03-17 12:55:14 +0100
|
|
4539
|
+
Processing by ParametersController#index as HTML
|
|
4540
|
+
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
|
4541
|
+
Started GET "/parameters?per_page=20" for 127.0.0.1 at 2019-03-17 12:55:19 +0100
|
|
4542
|
+
Processing by ParametersController#index as HTML
|
|
4543
|
+
Parameters: {"per_page"=>"20"}
|
|
4544
|
+
Completed 200 OK in 15ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
|
4545
|
+
Started GET "/parameters" for 127.0.0.1 at 2019-03-17 12:55:19 +0100
|
|
4546
|
+
Processing by ParametersController#index as HTML
|
|
4547
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
|
4548
|
+
Started GET "/parameters?per_page=20" for 127.0.0.1 at 2019-03-17 12:55:19 +0100
|
|
4549
|
+
Processing by ParametersController#index as HTML
|
|
4550
|
+
Parameters: {"per_page"=>"20"}
|
|
4551
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
|
4552
|
+
Started GET "/parameters?per_page=10" for 127.0.0.1 at 2019-03-17 12:55:19 +0100
|
|
4553
|
+
Processing by ParametersController#index as HTML
|
|
4554
|
+
Parameters: {"per_page"=>"10"}
|
|
4555
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
|
4556
|
+
Started GET "/parameters?per_page=20&page=5" for 127.0.0.1 at 2019-03-17 12:55:19 +0100
|
|
4557
|
+
Processing by ParametersController#index as HTML
|
|
4558
|
+
Parameters: {"per_page"=>"20", "page"=>"5"}
|
|
4559
|
+
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
|
4560
|
+
Started GET "/parameters" for 127.0.0.1 at 2019-03-17 12:55:19 +0100
|
|
4561
|
+
Processing by ParametersController#index as HTML
|
|
4562
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
|
4563
|
+
Started POST "/parameters" for 127.0.0.1 at 2019-03-17 12:55:19 +0100
|
|
4564
|
+
Processing by ParametersController#create as HTML
|
|
4565
|
+
Parameters: {"per_page"=>"20"}
|
|
4566
|
+
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
|
4567
|
+
Started POST "/parameters" for 127.0.0.1 at 2019-03-17 12:55:19 +0100
|
|
4568
|
+
Processing by ParametersController#create as HTML
|
|
4569
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
|
4570
|
+
Started GET "/parameters?order=created_at" for 127.0.0.1 at 2019-03-17 12:55:19 +0100
|
|
4571
|
+
Processing by ParametersController#index as HTML
|
|
4572
|
+
Parameters: {"order"=>"created_at"}
|
|
4573
|
+
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
|
4574
|
+
Started GET "/parameters?locale=en" for 127.0.0.1 at 2019-03-17 12:55:19 +0100
|
|
4575
|
+
Processing by ParametersController#index as HTML
|
|
4576
|
+
Parameters: {"locale"=>"en"}
|
|
4577
|
+
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
|
4578
|
+
Started GET "/parameters" for 127.0.0.1 at 2019-03-17 12:55:19 +0100
|
|
4579
|
+
Processing by ParametersController#index as HTML
|
|
4580
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
|
4581
|
+
Started GET "/parameters?per_page=20" for 127.0.0.1 at 2019-03-17 13:09:12 +0100
|
|
4582
|
+
Processing by ParametersController#index as HTML
|
|
4583
|
+
Parameters: {"per_page"=>"20"}
|
|
4584
|
+
Completed 200 OK in 9ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
|
4585
|
+
Started GET "/parameters" for 127.0.0.1 at 2019-03-17 13:09:13 +0100
|
|
4586
|
+
Processing by ParametersController#index as HTML
|
|
4587
|
+
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
4588
|
+
Started GET "/parameters?per_page=20" for 127.0.0.1 at 2019-03-17 13:09:13 +0100
|
|
4589
|
+
Processing by ParametersController#index as HTML
|
|
4590
|
+
Parameters: {"per_page"=>"20"}
|
|
4591
|
+
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
4592
|
+
Started GET "/parameters?per_page=10" for 127.0.0.1 at 2019-03-17 13:09:13 +0100
|
|
4593
|
+
Processing by ParametersController#index as HTML
|
|
4594
|
+
Parameters: {"per_page"=>"10"}
|
|
4595
|
+
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
4596
|
+
Started GET "/parameters?per_page=20&page=5" for 127.0.0.1 at 2019-03-17 13:09:13 +0100
|
|
4597
|
+
Processing by ParametersController#index as HTML
|
|
4598
|
+
Parameters: {"per_page"=>"20", "page"=>"5"}
|
|
4599
|
+
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
4600
|
+
Started GET "/parameters" for 127.0.0.1 at 2019-03-17 13:09:13 +0100
|
|
4601
|
+
Processing by ParametersController#index as HTML
|
|
4602
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
|
4603
|
+
Started POST "/parameters" for 127.0.0.1 at 2019-03-17 13:09:13 +0100
|
|
4604
|
+
Processing by ParametersController#create as HTML
|
|
4605
|
+
Parameters: {"per_page"=>"20"}
|
|
4606
|
+
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
|
4607
|
+
Started POST "/parameters" for 127.0.0.1 at 2019-03-17 13:09:13 +0100
|
|
4608
|
+
Processing by ParametersController#create as HTML
|
|
4609
|
+
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
4610
|
+
Started GET "/parameters?order=created_at" for 127.0.0.1 at 2019-03-17 13:09:13 +0100
|
|
4611
|
+
Processing by ParametersController#index as HTML
|
|
4612
|
+
Parameters: {"order"=>"created_at"}
|
|
4613
|
+
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
|
4614
|
+
Started GET "/parameters?locale=en" for 127.0.0.1 at 2019-03-17 13:09:13 +0100
|
|
4615
|
+
Processing by ParametersController#index as HTML
|
|
4616
|
+
Parameters: {"locale"=>"en"}
|
|
4617
|
+
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
|
4618
|
+
Started GET "/parameters" for 127.0.0.1 at 2019-03-17 13:09:13 +0100
|
|
4619
|
+
Processing by ParametersController#index as HTML
|
|
4620
|
+
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
4621
|
+
Started GET "/parameters?per_page=20" for 127.0.0.1 at 2019-03-17 15:11:51 +0100
|
|
4622
|
+
Processing by ParametersController#index as HTML
|
|
4623
|
+
Parameters: {"per_page"=>"20"}
|
|
4624
|
+
Completed 200 OK in 18ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
|
4625
|
+
Started GET "/parameters" for 127.0.0.1 at 2019-03-17 15:11:51 +0100
|
|
4626
|
+
Processing by ParametersController#index as HTML
|
|
4627
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
|
4628
|
+
Started GET "/parameters?per_page=20" for 127.0.0.1 at 2019-03-17 15:11:51 +0100
|
|
4629
|
+
Processing by ParametersController#index as HTML
|
|
4630
|
+
Parameters: {"per_page"=>"20"}
|
|
4631
|
+
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
|
4632
|
+
Started GET "/parameters?per_page=10" for 127.0.0.1 at 2019-03-17 15:11:51 +0100
|
|
4633
|
+
Processing by ParametersController#index as HTML
|
|
4634
|
+
Parameters: {"per_page"=>"10"}
|
|
4635
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
|
4636
|
+
Started GET "/parameters?per_page=20&page=5" for 127.0.0.1 at 2019-03-17 15:11:51 +0100
|
|
4637
|
+
Processing by ParametersController#index as HTML
|
|
4638
|
+
Parameters: {"per_page"=>"20", "page"=>"5"}
|
|
4639
|
+
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
|
4640
|
+
Started GET "/parameters" for 127.0.0.1 at 2019-03-17 15:11:51 +0100
|
|
4641
|
+
Processing by ParametersController#index as HTML
|
|
4642
|
+
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
4643
|
+
Started POST "/parameters" for 127.0.0.1 at 2019-03-17 15:11:51 +0100
|
|
4644
|
+
Processing by ParametersController#create as HTML
|
|
4645
|
+
Parameters: {"per_page"=>"20"}
|
|
4646
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
|
4647
|
+
Started POST "/parameters" for 127.0.0.1 at 2019-03-17 15:11:51 +0100
|
|
4648
|
+
Processing by ParametersController#create as HTML
|
|
4649
|
+
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
4650
|
+
Started GET "/parameters?order=created_at" for 127.0.0.1 at 2019-03-17 15:11:51 +0100
|
|
4651
|
+
Processing by ParametersController#index as HTML
|
|
4652
|
+
Parameters: {"order"=>"created_at"}
|
|
4653
|
+
Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
|
4654
|
+
Started GET "/parameters?locale=en" for 127.0.0.1 at 2019-03-17 15:11:51 +0100
|
|
4655
|
+
Processing by ParametersController#index as HTML
|
|
4656
|
+
Parameters: {"locale"=>"en"}
|
|
4657
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
|
4658
|
+
Started GET "/parameters" for 127.0.0.1 at 2019-03-17 15:11:51 +0100
|
|
4659
|
+
Processing by ParametersController#index as HTML
|
|
4660
|
+
Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: preserve
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Bartosz Pieńkowski
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2019-03-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -28,16 +28,16 @@ dependencies:
|
|
|
28
28
|
name: sqlite3
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
|
-
- - "
|
|
31
|
+
- - "~>"
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version:
|
|
33
|
+
version: 1.3.13
|
|
34
34
|
type: :development
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
|
-
- - "
|
|
38
|
+
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version:
|
|
40
|
+
version: 1.3.13
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: rspec-rails
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -138,48 +138,48 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
138
138
|
version: '0'
|
|
139
139
|
requirements: []
|
|
140
140
|
rubyforge_project:
|
|
141
|
-
rubygems_version: 2.7.
|
|
141
|
+
rubygems_version: 2.7.9
|
|
142
142
|
signing_key:
|
|
143
143
|
specification_version: 4
|
|
144
144
|
summary: Persist parameter values between requests
|
|
145
145
|
test_files:
|
|
146
|
-
- spec/
|
|
147
|
-
- spec/dummy/app/assets/stylesheets/application.css
|
|
146
|
+
- spec/spec_helper.rb
|
|
148
147
|
- spec/dummy/app/controllers/application_controller.rb
|
|
149
148
|
- spec/dummy/app/controllers/parameters_controller.rb
|
|
150
|
-
- spec/dummy/app/helpers/application_helper.rb
|
|
151
149
|
- spec/dummy/app/views/layouts/application.html.erb
|
|
152
|
-
- spec/dummy/
|
|
153
|
-
- spec/dummy/
|
|
150
|
+
- spec/dummy/app/assets/javascripts/application.js
|
|
151
|
+
- spec/dummy/app/assets/stylesheets/application.css
|
|
152
|
+
- spec/dummy/app/helpers/application_helper.rb
|
|
154
153
|
- spec/dummy/bin/rake
|
|
155
154
|
- spec/dummy/bin/setup
|
|
156
|
-
- spec/dummy/
|
|
157
|
-
- spec/dummy/
|
|
158
|
-
- spec/dummy/config/
|
|
159
|
-
- spec/dummy/config/
|
|
160
|
-
- spec/dummy/config/
|
|
155
|
+
- spec/dummy/bin/bundle
|
|
156
|
+
- spec/dummy/bin/rails
|
|
157
|
+
- spec/dummy/config/secrets.yml
|
|
158
|
+
- spec/dummy/config/routes.rb
|
|
159
|
+
- spec/dummy/config/locales/en.yml
|
|
161
160
|
- spec/dummy/config/environments/production.rb
|
|
161
|
+
- spec/dummy/config/environments/development.rb
|
|
162
162
|
- spec/dummy/config/environments/test.rb
|
|
163
|
-
- spec/dummy/config/
|
|
163
|
+
- spec/dummy/config/environment.rb
|
|
164
|
+
- spec/dummy/config/application.rb
|
|
165
|
+
- spec/dummy/config/database.yml
|
|
166
|
+
- spec/dummy/config/boot.rb
|
|
164
167
|
- spec/dummy/config/initializers/backtrace_silencers.rb
|
|
165
|
-
- spec/dummy/config/initializers/cookies_serializer.rb
|
|
166
|
-
- spec/dummy/config/initializers/filter_parameter_logging.rb
|
|
167
|
-
- spec/dummy/config/initializers/inflections.rb
|
|
168
168
|
- spec/dummy/config/initializers/mime_types.rb
|
|
169
|
+
- spec/dummy/config/initializers/filter_parameter_logging.rb
|
|
169
170
|
- spec/dummy/config/initializers/session_store.rb
|
|
170
171
|
- spec/dummy/config/initializers/wrap_parameters.rb
|
|
171
|
-
- spec/dummy/config/
|
|
172
|
-
- spec/dummy/config/
|
|
173
|
-
- spec/dummy/config/
|
|
172
|
+
- spec/dummy/config/initializers/assets.rb
|
|
173
|
+
- spec/dummy/config/initializers/cookies_serializer.rb
|
|
174
|
+
- spec/dummy/config/initializers/inflections.rb
|
|
174
175
|
- spec/dummy/config.ru
|
|
175
|
-
- spec/dummy/
|
|
176
|
-
- spec/dummy/
|
|
177
|
-
- spec/dummy/public/404.html
|
|
176
|
+
- spec/dummy/Rakefile
|
|
177
|
+
- spec/dummy/public/favicon.ico
|
|
178
178
|
- spec/dummy/public/422.html
|
|
179
179
|
- spec/dummy/public/500.html
|
|
180
|
-
- spec/dummy/public/
|
|
181
|
-
- spec/dummy/
|
|
180
|
+
- spec/dummy/public/404.html
|
|
181
|
+
- spec/dummy/db/test.sqlite3
|
|
182
|
+
- spec/dummy/log/test.log
|
|
182
183
|
- spec/dummy/README.rdoc
|
|
183
|
-
- spec/preserve_spec.rb
|
|
184
|
-
- spec/spec_helper.rb
|
|
185
184
|
- spec/support/request_helpers.rb
|
|
185
|
+
- spec/preserve_spec.rb
|