registrar-rails 0.3.1 → 0.3.2

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: 7e5b0cc9d545b5950550457f0accb3a9b415651f
4
- data.tar.gz: f663ec082ea8604da295ee0e8ebc3cfc475b28c8
3
+ metadata.gz: f990a942bbad2fa1e86dffec577795690a55b188
4
+ data.tar.gz: 8a8744ed07b5af38b937d9048dcb98761c1410e4
5
5
  SHA512:
6
- metadata.gz: 5c0922a9d0a0fa3948b7a8883ec26e898f52b124c7e0c5218f8213a9c04a7d19dd9d70eb749df93fa4b6274380d1767849c249b3ec9edfa3a2c48e55f9d7b5f1
7
- data.tar.gz: db358ff0d893f1abbf7255a7d61ef94b6ac77ab009c200d8dc707703cb59a26b51104d47373647288bfcf789fd2c4df5dad26358bfdfc0ca17a2b6872e1e9833
6
+ metadata.gz: 041c313c79c2919115f3792c8e71baf7ce594ab3c4ee90f8442518b02c3309e9ca181a9e009dbdb93db83aabe228238522acc58498f1cdcc338c465f0cdb706a
7
+ data.tar.gz: 27be420e69d2b9063085fb97ba73ebe895131d7758ae8492d26f5b5064f2d90b08d6268cc8176955f2787f95f8a4733ba4c589fbbb18f7c31f49d42ddc4cc861
@@ -1,6 +1,11 @@
1
1
  class RegistrarController < ApplicationController
2
2
  skip_before_action :verify_authenticity_token
3
3
 
4
+ def sign_out
5
+ sign_out_current_profile
6
+ redirect_to after_sign_out_url
7
+ end
8
+
4
9
  def callback
5
10
  redirect_to after_auth_url
6
11
  end
data/config/routes.rb CHANGED
@@ -1,4 +1,5 @@
1
1
  Rails.application.routes.draw do
2
2
  # Delegate all OmniAuth callbacks to Registrar
3
3
  match 'auth/:strategy/callback' => 'registrar#callback', :via => [:get, :post]
4
+ get 'sign_out' => 'registrar#sign_out'
4
5
  end
@@ -1,5 +1,5 @@
1
1
  module Registrar
2
2
  module Rails
3
- VERSION = "0.3.1"
3
+ VERSION = "0.3.2"
4
4
  end
5
5
  end
@@ -1,4 +1,3 @@
1
1
  Rails.application.routes.draw do
2
- mount Registrar::Rails::Engine => "/registrar"
3
2
  get '/' => 'some#index'
4
3
  end
@@ -1,982 +1,16 @@
1
- ------------------------------------------------------
2
- CurrentProfileTest: test_no_current_profile_by_default
3
- ------------------------------------------------------
4
- Processing by SomeController#index as HTML
5
- Rendered text template (0.0ms)
6
- Completed 200 OK in 4ms (Views: 4.0ms)
7
- ------------------------------------------------------
8
- CurrentProfileTest: test_no_current_profile_by_default
9
- ------------------------------------------------------
10
- Processing by SomeController#index as HTML
11
- Rendered text template (0.0ms)
12
- Completed 200 OK in 4ms (Views: 3.6ms)
13
- ------------------------------------------------------
14
- CurrentProfileTest: test_no_current_profile_by_default
15
- ------------------------------------------------------
16
- Processing by SomeController#index as HTML
17
- Rendered text template (0.0ms)
18
- Completed 200 OK in 4ms (Views: 3.7ms)
19
- ------------------------------------------------------
20
- CurrentProfileTest: test_no_current_profile_by_default
21
- ------------------------------------------------------
22
- Processing by SomeController#index as HTML
23
- Rendered text template (0.0ms)
24
- Completed 200 OK in 4ms (Views: 3.8ms)
25
- ------------------------------------------------------
26
- CurrentProfileTest: test_no_current_profile_by_default
27
- ------------------------------------------------------
28
- Processing by SomeController#index as HTML
29
- Rendered text template (0.0ms)
30
- Completed 200 OK in 6ms (Views: 5.4ms)
31
- ------------------------------------------------------
32
- CurrentProfileTest: test_no_current_profile_by_default
33
- ------------------------------------------------------
34
- Processing by SomeController#index as HTML
35
- Rendered text template (0.0ms)
36
- Completed 200 OK in 4ms (Views: 3.8ms)
37
- ------------------------------------------------------
38
- CurrentProfileTest: test_no_current_profile_by_default
39
- ------------------------------------------------------
40
- Processing by SomeController#index as HTML
41
- Rendered text template (0.0ms)
42
- Completed 200 OK in 4ms (Views: 3.5ms)
43
- ------------------------------------------------------
44
- CurrentProfileTest: test_no_current_profile_by_default
45
- ------------------------------------------------------
46
- Processing by SomeController#index as HTML
47
- Rendered text template (0.0ms)
48
- Completed 200 OK in 3ms (Views: 3.2ms)
49
- ------------------------------------------------------
50
- CurrentProfileTest: test_no_current_profile_by_default
51
- ------------------------------------------------------
52
- Processing by SomeController#index as HTML
53
- Rendered text template (0.0ms)
54
- Completed 200 OK in 3ms (Views: 3.3ms)
55
- ------------------------------------------------------
56
- CurrentProfileTest: test_no_current_profile_by_default
57
- ------------------------------------------------------
58
- Processing by SomeController#index as HTML
59
- Rendered text template (0.0ms)
60
- Completed 200 OK in 3ms (Views: 3.3ms)
61
- ------------------------------------------------------
62
- CurrentProfileTest: test_no_current_profile_by_default
63
- ------------------------------------------------------
64
- Processing by SomeController#index as HTML
65
- Rendered text template (0.0ms)
66
- Completed 200 OK in 4ms (Views: 3.5ms)
67
- ------------------------------------------------------
68
- CurrentProfileTest: test_no_current_profile_by_default
69
- ------------------------------------------------------
70
- Processing by SomeController#index as HTML
71
- Rendered text template (0.0ms)
72
- Completed 200 OK in 3ms (Views: 2.6ms)
73
- ------------------------------------------------------
74
- CurrentProfileTest: test_no_current_profile_by_default
75
- ------------------------------------------------------
76
- Processing by SomeController#index as HTML
77
- Rendered text template (0.0ms)
78
- Completed 200 OK in 3ms (Views: 2.6ms)
79
- ------------------------------------------------------
80
- CurrentProfileTest: test_no_current_profile_by_default
81
- ------------------------------------------------------
82
- Processing by SomeController#index as HTML
83
- Rendered text template (0.0ms)
84
- Completed 200 OK in 3ms (Views: 2.7ms)
85
- ------------------------------------------------------
86
- CurrentProfileTest: test_no_current_profile_by_default
87
- ------------------------------------------------------
88
- Processing by SomeController#index as HTML
89
- Rendered text template (0.0ms)
90
- Completed 200 OK in 3ms (Views: 2.7ms)
91
- ------------------------------------------------------
92
- CurrentProfileTest: test_no_current_profile_by_default
93
- ------------------------------------------------------
94
- Processing by SomeController#index as HTML
95
- Rendered text template (0.0ms)
96
- Completed 200 OK in 4ms (Views: 3.5ms)
97
- ------------------------------------------------------
98
- CurrentProfileTest: test_no_current_profile_by_default
99
- ------------------------------------------------------
100
- Processing by SomeController#index as HTML
101
- Rendered text template (0.0ms)
102
- Completed 200 OK in 4ms (Views: 3.7ms)
103
- ------------------------------------------------------
104
- CurrentProfileTest: test_no_current_profile_by_default
105
- ------------------------------------------------------
106
- Processing by SomeController#index as HTML
107
- Rendered text template (0.0ms)
108
- Completed 200 OK in 3ms (Views: 2.8ms)
109
- ------------------------------------------------------
110
- CurrentProfileTest: test_no_current_profile_by_default
111
- ------------------------------------------------------
112
- Processing by SomeController#index as HTML
113
- Rendered text template (0.0ms)
114
- Completed 200 OK in 5ms (Views: 4.4ms)
115
- ------------------------------------------------------
116
- CurrentProfileTest: test_no_current_profile_by_default
117
- ------------------------------------------------------
118
- Processing by SomeController#index as HTML
119
- Rendered text template (0.0ms)
120
- Completed 200 OK in 3ms (Views: 2.7ms)
121
- -----------------------------------------------------
122
- CurrentProfileTest: test_with_given_registrar_profile
123
- -----------------------------------------------------
124
- ------------------------------------------------------
125
- CurrentProfileTest: test_no_current_profile_by_default
126
- ------------------------------------------------------
127
- Processing by SomeController#index as HTML
128
- Rendered text template (0.0ms)
129
- Completed 200 OK in 3ms (Views: 2.7ms)
130
- ------------------------------------------------------
131
- CurrentProfileTest: test_no_current_profile_by_default
132
- ------------------------------------------------------
133
- Processing by SomeController#index as HTML
134
- Rendered text template (0.0ms)
135
- Completed 200 OK in 3ms (Views: 2.6ms)
136
- -----------------------------------------------------
137
- CurrentProfileTest: test_with_given_registrar_profile
138
- -----------------------------------------------------
139
- Processing by SomeController#index as HTML
140
- Rendered text template (0.0ms)
141
- Completed 200 OK in 0ms (Views: 0.2ms)
142
- ------------------------------------------------------
143
- CurrentProfileTest: test_no_current_profile_by_default
144
- ------------------------------------------------------
145
- Processing by SomeController#index as HTML
146
- Rendered text template (0.0ms)
147
- Completed 200 OK in 3ms (Views: 2.7ms)
148
- -----------------------------------------------------
149
- CurrentProfileTest: test_with_given_registrar_profile
150
- -----------------------------------------------------
151
- Processing by SomeController#index as HTML
152
- Rendered text template (0.0ms)
153
- Completed 200 OK in 0ms (Views: 0.2ms)
154
- ------------------------------------------------------
155
- CurrentProfileTest: test_no_current_profile_by_default
156
- ------------------------------------------------------
157
- Processing by SomeController#index as HTML
158
- Rendered text template (0.0ms)
159
- Completed 200 OK in 3ms (Views: 2.9ms)
160
- -----------------------------------------------------
161
- CurrentProfileTest: test_with_given_registrar_profile
162
- -----------------------------------------------------
163
- ------------------------------------------------------
164
- CurrentProfileTest: test_no_current_profile_by_default
165
- ------------------------------------------------------
166
- Processing by SomeController#index as HTML
167
- Rendered text template (0.0ms)
168
- Completed 200 OK in 3ms (Views: 3.0ms)
169
- -----------------------------------------------------
170
- CurrentProfileTest: test_with_given_registrar_profile
171
- -----------------------------------------------------
172
- ------------------------------------------------------
173
- CurrentProfileTest: test_no_current_profile_by_default
174
- ------------------------------------------------------
175
- Processing by SomeController#index as HTML
176
- Rendered text template (0.0ms)
177
- Completed 200 OK in 3ms (Views: 2.9ms)
178
- -----------------------------------------------------
179
- CurrentProfileTest: test_with_given_registrar_profile
180
- -----------------------------------------------------
181
- ------------------------------------------------------
182
- CurrentProfileTest: test_no_current_profile_by_default
183
- ------------------------------------------------------
184
- Processing by SomeController#index as HTML
185
- Rendered text template (0.0ms)
186
- Completed 200 OK in 3ms (Views: 2.6ms)
187
- -----------------------------------------------------
188
- CurrentProfileTest: test_with_given_registrar_profile
189
- -----------------------------------------------------
190
- Processing by SomeController#index as HTML
191
- Parameters: {"rack_env"=>{"registrar.profile"=>"my profile"}}
192
- Rendered text template (0.0ms)
193
- Completed 200 OK in 0ms (Views: 0.2ms)
194
- ------------------------------------------------------
195
- CurrentProfileTest: test_no_current_profile_by_default
196
- ------------------------------------------------------
197
- Processing by SomeController#index as HTML
198
- Rendered text template (0.0ms)
199
- Completed 200 OK in 3ms (Views: 2.7ms)
200
- -----------------------------------------------------
201
- CurrentProfileTest: test_with_given_registrar_profile
202
- -----------------------------------------------------
203
- Processing by SomeController#index as HTML
204
- Parameters: {"rack_env"=>{"registrar.profile"=>"my profile"}}
205
- Rendered text template (0.0ms)
206
- Completed 200 OK in 0ms (Views: 0.2ms)
207
- ------------------------------------------------------
208
- CurrentProfileTest: test_no_current_profile_by_default
209
- ------------------------------------------------------
210
- Processing by SomeController#index as HTML
211
- Rendered text template (0.0ms)
212
- Completed 200 OK in 4ms (Views: 2.7ms)
213
- -----------------------------------------------------
214
- CurrentProfileTest: test_with_given_registrar_profile
215
- -----------------------------------------------------
216
- Processing by SomeController#index as HTML
217
- Parameters: {"rack_env"=>{"registrar.profile"=>"my profile"}}
218
- Rendered text template (0.0ms)
219
- Completed 200 OK in 1ms (Views: 0.2ms)
220
- ------------------------------------------------------
221
- CurrentProfileTest: test_no_current_profile_by_default
222
- ------------------------------------------------------
223
- Processing by SomeController#index as HTML
224
- Rendered text template (0.0ms)
225
- Completed 200 OK in 3ms (Views: 2.7ms)
226
- -----------------------------------------------------
227
- CurrentProfileTest: test_with_given_registrar_profile
228
- -----------------------------------------------------
229
- Processing by SomeController#index as HTML
230
- Parameters: {"rack_env"=>{"registrar.profile"=>"my profile"}}
231
- Rendered text template (0.0ms)
232
- Completed 200 OK in 0ms (Views: 0.2ms)
233
- ------------------------------------------------------
234
- CurrentProfileTest: test_no_current_profile_by_default
235
- ------------------------------------------------------
236
- Processing by SomeController#index as HTML
237
- Rendered text template (0.0ms)
238
- Completed 200 OK in 4ms (Views: 3.0ms)
239
- -----------------------------------------------------
240
- CurrentProfileTest: test_with_given_registrar_profile
241
- -----------------------------------------------------
242
- Processing by SomeController#index as HTML
243
- Parameters: {"rack_env"=>{"registrar.profile"=>"my profile"}}
244
- Rendered text template (0.0ms)
245
- Completed 200 OK in 1ms (Views: 0.2ms)
246
- ------------------------------------------------------
247
- CurrentProfileTest: test_no_current_profile_by_default
248
- ------------------------------------------------------
249
- Processing by SomeController#index as HTML
250
- Rendered text template (0.0ms)
251
- Completed 200 OK in 3ms (Views: 2.9ms)
252
- -----------------------------------------------------
253
- CurrentProfileTest: test_with_given_registrar_profile
254
- -----------------------------------------------------
255
- Processing by SomeController#index as HTML
256
- Parameters: {"rack_env"=>{"registrar.profile"=>"my profile"}}
257
- Rendered text template (0.0ms)
258
- Completed 200 OK in 0ms (Views: 0.2ms)
259
- ------------------------------------------------------
260
- CurrentProfileTest: test_no_current_profile_by_default
261
- ------------------------------------------------------
262
- Processing by SomeController#index as HTML
263
- Rendered text template (0.0ms)
264
- Completed 200 OK in 3ms (Views: 2.6ms)
265
- -----------------------------------------------------
266
- CurrentProfileTest: test_with_given_registrar_profile
267
- -----------------------------------------------------
268
- Processing by SomeController#index as HTML
269
- Parameters: {"rack_env"=>{"registrar.profile"=>"my profile"}}
270
- Rendered text template (0.0ms)
271
- Completed 200 OK in 0ms (Views: 0.3ms)
272
- ----------------------------------------------------------------------------------
273
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
274
- ----------------------------------------------------------------------------------
275
- Processing by SomeController#index as HTML
276
- Parameters: {"rack_env"=>{"registrar.profile"=>"foo"}}
277
- Rendered text template (0.0ms)
278
- Completed 200 OK in 3ms (Views: 2.7ms)
279
- ---------------------------------------------------------------
280
- CurrentProfileTest: test_not_exposes_current_profile_by_default
281
- ---------------------------------------------------------------
282
- Processing by SomeController#index as HTML
283
- Rendered text template (0.0ms)
284
- Completed 200 OK in 0ms (Views: 0.2ms)
285
- ----------------------------------------------------------------------------------
286
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
287
- ----------------------------------------------------------------------------------
288
- Processing by SomeController#index as HTML
289
- Parameters: {"rack_env"=>{"registrar.profile"=>"foo"}}
290
- Rendered text template (0.0ms)
291
- Completed 200 OK in 3ms (Views: 2.9ms)
292
- ---------------------------------------------------------------
293
- CurrentProfileTest: test_not_exposes_current_profile_by_default
294
- ---------------------------------------------------------------
295
- Processing by SomeController#index as HTML
296
- Rendered text template (0.0ms)
297
- Completed 200 OK in 0ms (Views: 0.2ms)
298
- ---------------------------------------------------------------
299
- CurrentProfileTest: test_not_exposes_current_profile_by_default
300
- ---------------------------------------------------------------
301
- Processing by SomeController#index as HTML
302
- Rendered text template (0.0ms)
303
- Completed 200 OK in 3ms (Views: 2.8ms)
304
- ----------------------------------------------------------------------------------
305
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
306
- ----------------------------------------------------------------------------------
307
- Processing by SomeController#index as HTML
308
- Parameters: {"rack_env"=>{"registrar.profile"=>"foo"}}
309
- Rendered text template (0.0ms)
310
- Completed 200 OK in 0ms (Views: 0.2ms)
311
- ---------------------------------------------------------------
312
- CurrentProfileTest: test_not_exposes_current_profile_by_default
313
- ---------------------------------------------------------------
314
- Processing by SomeController#index as HTML
315
- Rendered text template (0.0ms)
316
- Completed 200 OK in 3ms (Views: 2.6ms)
317
- ----------------------------------------------------------------------------------
318
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
319
- ----------------------------------------------------------------------------------
320
- ----------------------------------------------------------------------------------
321
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
322
- ----------------------------------------------------------------------------------
323
- ---------------------------------------------------------------
324
- CurrentProfileTest: test_not_exposes_current_profile_by_default
325
- ---------------------------------------------------------------
326
- Processing by SomeController#index as HTML
327
- Rendered text template (0.0ms)
328
- Completed 200 OK in 3ms (Views: 2.7ms)
329
- ----------------------------------------------------------------------------------
330
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
331
- ----------------------------------------------------------------------------------
332
- ---------------------------------------------------------------
333
- CurrentProfileTest: test_not_exposes_current_profile_by_default
334
- ---------------------------------------------------------------
335
- Processing by SomeController#index as HTML
336
- Rendered text template (0.0ms)
337
- Completed 200 OK in 3ms (Views: 2.7ms)
338
- ----------------------------------------------------------------------------------
339
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
340
- ----------------------------------------------------------------------------------
341
- ---------------------------------------------------------------
342
- CurrentProfileTest: test_not_exposes_current_profile_by_default
343
- ---------------------------------------------------------------
344
- Processing by SomeController#index as HTML
345
- Rendered text template (0.0ms)
346
- Completed 200 OK in 3ms (Views: 2.7ms)
347
- ----------------------------------------------------------------------------------
348
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
349
- ----------------------------------------------------------------------------------
350
- ---------------------------------------------------------------
351
- CurrentProfileTest: test_not_exposes_current_profile_by_default
352
- ---------------------------------------------------------------
353
- ----------------------------------------------------------------------------------
354
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
355
- ----------------------------------------------------------------------------------
356
- ---------------------------------------------------------------
357
- CurrentProfileTest: test_not_exposes_current_profile_by_default
358
- ---------------------------------------------------------------
359
- ---------------------------------------------------------------
360
- CurrentProfileTest: test_not_exposes_current_profile_by_default
361
- ---------------------------------------------------------------
362
- ----------------------------------------------------------------------------------
363
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
364
- ----------------------------------------------------------------------------------
365
- ---------------------------------------------------------------
366
- CurrentProfileTest: test_not_exposes_current_profile_by_default
367
- ---------------------------------------------------------------
368
- ----------------------------------------------------------------------------------
369
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
370
- ----------------------------------------------------------------------------------
371
- ----------------------------------------------------------------------------------
372
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
373
- ----------------------------------------------------------------------------------
374
- Processing by SomeController#index as HTML
375
- Parameters: {"rack_env"=>{"registrar.profile"=>"foo"}}
376
- Rendered text template (0.0ms)
377
- Completed 200 OK in 3ms (Views: 2.9ms)
378
- ---------------------------------------------------------------
379
- CurrentProfileTest: test_not_exposes_current_profile_by_default
380
- ---------------------------------------------------------------
381
- ---------------------------------------------------------------
382
- CurrentProfileTest: test_not_exposes_current_profile_by_default
383
- ---------------------------------------------------------------
384
- ----------------------------------------------------------------------------------
385
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
386
- ----------------------------------------------------------------------------------
387
- Processing by SomeController#index as HTML
388
- Parameters: {"rack_env"=>{"registrar.profile"=>"foo"}}
389
- Rendered text template (0.0ms)
390
- Completed 200 OK in 3ms (Views: 2.7ms)
391
- ----------------------------------------------------------------------------------
392
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
393
- ----------------------------------------------------------------------------------
394
- Processing by SomeController#index as HTML
395
- Parameters: {"rack_env"=>{"registrar.profile"=>"foo"}}
396
- Rendered text template (0.0ms)
397
- Completed 200 OK in 3ms (Views: 2.7ms)
398
- ---------------------------------------------------------------
399
- CurrentProfileTest: test_not_exposes_current_profile_by_default
400
- ---------------------------------------------------------------
401
- ----------------------------------------------------------------------------------
402
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
403
- ----------------------------------------------------------------------------------
404
- Processing by SomeController#index as HTML
405
- Parameters: {"rack_env"=>{"registrar.profile"=>"#<OpenStruct uid=\"1\">"}}
406
- Rendered text template (0.0ms)
407
- Completed 200 OK in 3ms (Views: 2.8ms)
408
- ---------------------------------------------------------------
409
- CurrentProfileTest: test_not_exposes_current_profile_by_default
410
- ---------------------------------------------------------------
411
- ----------------------------------------------------------------------------------
412
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
413
- ----------------------------------------------------------------------------------
414
- Processing by SomeController#index as HTML
415
- Parameters: {"rack_env"=>{"registrar.profile"=>"#<OpenStruct uid=\"1\">"}}
416
- Rendered text template (0.0ms)
417
- Completed 200 OK in 3ms (Views: 2.7ms)
418
- ---------------------------------------------------------------
419
- CurrentProfileTest: test_not_exposes_current_profile_by_default
420
- ---------------------------------------------------------------
421
- ----------------------------------------------------------------------------------
422
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
423
- ----------------------------------------------------------------------------------
424
- Processing by SomeController#index as HTML
425
- Parameters: {"rack_env"=>{"registrar.profile"=>"#<OpenStruct uid=\"1\">"}}
426
- Rendered text template (0.0ms)
427
- Completed 200 OK in 3ms (Views: 2.7ms)
428
- ---------------------------------------------------------------
429
- CurrentProfileTest: test_not_exposes_current_profile_by_default
430
- ---------------------------------------------------------------
431
- ---------------------------------------------------------------
432
- CurrentProfileTest: test_not_exposes_current_profile_by_default
433
- ---------------------------------------------------------------
434
- ----------------------------------------------------------------------------------
435
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
436
- ----------------------------------------------------------------------------------
437
- Processing by SomeController#index as HTML
438
- Parameters: {"rack_env"=>{"registrar.profile"=>"#<OpenStruct uid=\"1\">"}}
439
- Rendered text template (0.0ms)
440
- Completed 200 OK in 3ms (Views: 2.7ms)
441
1
  ----------------------------------------------------------------------------------
442
2
  CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
443
3
  ----------------------------------------------------------------------------------
4
+ Started GET "/" for 127.0.0.1 at 2016-03-22 15:52:50 +0100
444
5
  Processing by SomeController#index as HTML
445
- Parameters: {"rack_env"=>{"registrar.profile"=>"#<OpenStruct uid=\"1\">"}}
446
- Rendered text template (0.0ms)
447
- Completed 200 OK in 3ms (Views: 2.7ms)
448
- ---------------------------------------------------------------
449
- CurrentProfileTest: test_not_exposes_current_profile_by_default
450
- ---------------------------------------------------------------
6
+ Completed 200 OK in 6ms (Views: 0.2ms)
451
7
  ----------------------------------------------------------------------------------
452
8
  CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
453
9
  ----------------------------------------------------------------------------------
454
- Processing by SomeController#index as HTML
455
- Rendered text template (0.0ms)
456
- Completed 200 OK in 3ms (Views: 2.6ms)
457
- ----------------------------------------------------------------------------------
458
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
459
- ----------------------------------------------------------------------------------
460
- Processing by SomeController#index as HTML
461
- Rendered text template (0.0ms)
462
- Completed 200 OK in 3ms (Views: 2.9ms)
463
- ----------------------------------------------------------------------------------
464
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
465
- ----------------------------------------------------------------------------------
466
- Processing by SomeController#index as HTML
467
- Rendered text template (0.0ms)
468
- Completed 200 OK in 3ms (Views: 2.7ms)
469
- ----------------------------------------------------------------------------------
470
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
471
- ----------------------------------------------------------------------------------
472
- Processing by SomeController#index as HTML
473
- Rendered text template (0.0ms)
474
- Completed 200 OK in 3ms (Views: 2.7ms)
475
- ----------------------------------------------------------------------------------
476
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
477
- ----------------------------------------------------------------------------------
478
- Processing by SomeController#index as HTML
479
- Rendered text template (0.0ms)
480
- Completed 200 OK in 3ms (Views: 2.7ms)
481
- ----------------------------------------------------------------------------------
482
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
483
- ----------------------------------------------------------------------------------
484
- Processing by SomeController#index as HTML
485
- Rendered text template (0.0ms)
486
- Completed 200 OK in 3ms (Views: 2.7ms)
487
- ----------------------------------------------------------------------------------
488
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
489
- ----------------------------------------------------------------------------------
490
- Processing by SomeController#index as HTML
491
- Rendered text template (0.0ms)
492
- Completed 200 OK in 3ms (Views: 2.9ms)
493
- ----------------------------------------------------------------------------------
494
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
495
- ----------------------------------------------------------------------------------
496
- Processing by SomeController#index as HTML
497
- Rendered text template (0.0ms)
498
- Completed 200 OK in 3ms (Views: 2.7ms)
499
- ----------------------------------------------------------------------------------
500
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
501
- ----------------------------------------------------------------------------------
502
- Processing by SomeController#index as HTML
503
- Rendered text template (0.0ms)
504
- Completed 200 OK in 3ms (Views: 2.8ms)
505
- ----------------------------------------------------------------------------------
506
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
507
- ----------------------------------------------------------------------------------
508
- Processing by SomeController#index as HTML
509
- Rendered text template (0.0ms)
510
- Completed 200 OK in 3ms (Views: 2.7ms)
511
- ----------------------------------------------------------------------------------
512
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
513
- ----------------------------------------------------------------------------------
514
- Processing by SomeController#index as HTML
515
- Rendered text template (0.0ms)
516
- Completed 200 OK in 3ms (Views: 2.9ms)
517
- ----------------------------------------------------------------------------------
518
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
519
- ----------------------------------------------------------------------------------
520
- Processing by SomeController#index as HTML
521
- Rendered text template (0.0ms)
522
- Completed 200 OK in 3ms (Views: 2.7ms)
523
- ----------------------------------------------------------------------------------
524
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
525
- ----------------------------------------------------------------------------------
526
- Processing by SomeController#index as HTML
527
- Rendered text template (0.0ms)
528
- Completed 200 OK in 3ms (Views: 2.9ms)
529
- ----------------------------------------------------------------------------------
530
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
531
- ----------------------------------------------------------------------------------
532
- Processing by SomeController#index as HTML
533
- Rendered text template (0.0ms)
534
- Completed 200 OK in 3ms (Views: 2.7ms)
535
- ----------------------------------------------------------------------------------
536
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
537
- ----------------------------------------------------------------------------------
538
- Processing by SomeController#index as HTML
539
- Rendered text template (0.0ms)
540
- Completed 200 OK in 3ms (Views: 2.7ms)
541
- ----------------------------------------------------------------------------------
542
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
543
- ----------------------------------------------------------------------------------
544
- Processing by SomeController#index as HTML
545
- Rendered text template (0.0ms)
546
- Completed 200 OK in 3ms (Views: 2.9ms)
547
- ----------------------------------------------------------------------------------
548
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
549
- ----------------------------------------------------------------------------------
550
- Processing by SomeController#index as HTML
551
- Rendered text template (0.0ms)
552
- Completed 200 OK in 3ms (Views: 2.7ms)
553
- ----------------------------------------------------------------------------------
554
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
555
- ----------------------------------------------------------------------------------
556
- Processing by SomeController#index as HTML
557
- Rendered text template (0.0ms)
558
- Completed 200 OK in 3ms (Views: 2.7ms)
559
- ----------------------------------------------------------------------------------
560
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
561
- ----------------------------------------------------------------------------------
562
- Processing by SomeController#index as HTML
563
- Rendered text template (0.0ms)
564
- Completed 200 OK in 3ms (Views: 2.7ms)
565
- ----------------------------------------------------------------------------------
566
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
567
- ----------------------------------------------------------------------------------
568
- Processing by SomeController#index as HTML
569
- Rendered text template (0.0ms)
570
- Completed 200 OK in 3ms (Views: 2.7ms)
571
- ----------------------------------------------------------------------------------
572
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
573
- ----------------------------------------------------------------------------------
574
- Processing by SomeController#index as HTML
575
- Rendered text template (0.0ms)
576
- Completed 200 OK in 3ms (Views: 2.8ms)
577
- ----------------------------------------------------------------------------------
578
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
579
- ----------------------------------------------------------------------------------
580
- Processing by SomeController#index as HTML
581
- Rendered text template (0.0ms)
582
- Completed 200 OK in 3ms (Views: 3.0ms)
583
- ----------------------------------------------------------------------------------
584
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
585
- ----------------------------------------------------------------------------------
586
- Processing by SomeController#index as HTML
587
- Rendered text template (0.0ms)
588
- Completed 200 OK in 3ms (Views: 2.7ms)
589
- ----------------------------------------------------------------------------------
590
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
591
- ----------------------------------------------------------------------------------
592
- Processing by SomeController#index as HTML
593
- Rendered text template (0.0ms)
594
- Completed 200 OK in 3ms (Views: 2.6ms)
595
- ----------------------------------------------------------------------------------
596
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
597
- ----------------------------------------------------------------------------------
598
- Processing by SomeController#index as HTML
599
- Rendered text template (0.0ms)
600
- Completed 200 OK in 3ms (Views: 2.7ms)
601
- ----------------------------------------------------------------------------------
602
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
603
- ----------------------------------------------------------------------------------
604
- Processing by SomeController#index as HTML
605
- Rendered text template (0.0ms)
606
- Completed 200 OK in 3ms (Views: 2.7ms)
607
- ----------------------------------------------------------------------------------
608
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
609
- ----------------------------------------------------------------------------------
610
- Processing by SomeController#index as HTML
611
- Rendered text template (0.0ms)
612
- Completed 200 OK in 3ms (Views: 2.6ms)
613
- ----------------------------------------------------------------------------------
614
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
615
- ----------------------------------------------------------------------------------
616
- Processing by SomeController#index as HTML
617
- Rendered text template (0.0ms)
618
- Completed 200 OK in 3ms (Views: 2.6ms)
619
- ----------------------------------------------------------------------------------
620
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
621
- ----------------------------------------------------------------------------------
622
- Processing by SomeController#index as HTML
623
- Rendered text template (0.0ms)
624
- Completed 200 OK in 3ms (Views: 2.7ms)
625
- ----------------------------------------------------------------------------------
626
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
627
- ----------------------------------------------------------------------------------
628
- Processing by SomeController#index as HTML
629
- Rendered text template (0.0ms)
630
- Completed 200 OK in 3ms (Views: 2.8ms)
631
- ----------------------------------------------------------------------------------
632
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
633
- ----------------------------------------------------------------------------------
634
- Processing by SomeController#index as HTML
635
- Rendered text template (0.0ms)
636
- Completed 200 OK in 3ms (Views: 2.7ms)
637
- ----------------------------------------------------------------------------------
638
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
639
- ----------------------------------------------------------------------------------
640
- Processing by SomeController#index as HTML
641
- Rendered text template (0.0ms)
642
- Completed 200 OK in 3ms (Views: 2.7ms)
643
- ----------------------------------------------------------------------------------
644
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
645
- ----------------------------------------------------------------------------------
646
- Processing by SomeController#index as HTML
647
- Rendered text template (0.0ms)
648
- Completed 200 OK in 3ms (Views: 2.7ms)
649
- ----------------------------------------------------------------------------------
650
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
651
- ----------------------------------------------------------------------------------
652
- Processing by SomeController#index as HTML
653
- Rendered text template (0.0ms)
654
- Completed 200 OK in 3ms (Views: 2.7ms)
655
- ----------------------------------------------------------------------------------
656
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
657
- ----------------------------------------------------------------------------------
658
- Processing by SomeController#index as HTML
659
- Rendered text template (0.0ms)
660
- Completed 200 OK in 3ms (Views: 2.6ms)
661
- ----------------------------------------------------------------------------------
662
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
663
- ----------------------------------------------------------------------------------
664
- ----------------------------------------------------------------------------------
665
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
666
- ----------------------------------------------------------------------------------
667
- Started GET "/" for 127.0.0.1 at 2015-06-01 16:08:33 +0200
668
- ----------------------------------------------------------------------------------
669
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
670
- ----------------------------------------------------------------------------------
671
- Started GET "/" for 127.0.0.1 at 2015-06-01 16:09:20 +0200
672
- Processing by SomeController#index as HTML
673
- Rendered text template (0.0ms)
674
- Completed 200 OK in 3ms (Views: 2.9ms)
675
- ----------------------------------------------------------------------------------
676
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
677
- ----------------------------------------------------------------------------------
678
- Started GET "/" for 127.0.0.1 at 2015-06-01 16:09:40 +0200
679
- Processing by SomeController#index as HTML
680
- Rendered text template (0.0ms)
681
- Completed 200 OK in 3ms (Views: 2.9ms)
682
- ----------------------------------------------------------------------------------
683
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
684
- ----------------------------------------------------------------------------------
685
- Started GET "/" for 127.0.0.1 at 2015-06-01 16:11:32 +0200
686
- Processing by SomeController#index as HTML
687
- Completed 500 Internal Server Error in 2ms
688
- ----------------------------------------------------------------------------------
689
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
690
- ----------------------------------------------------------------------------------
691
- Started GET "/" for 127.0.0.1 at 2015-06-01 16:11:46 +0200
692
- Processing by SomeController#index as HTML
693
- Completed 500 Internal Server Error in 3ms
694
- ----------------------------------------------------------------------------------
695
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
696
- ----------------------------------------------------------------------------------
697
- Started GET "/" for 127.0.0.1 at 2015-06-01 16:12:58 +0200
698
- Processing by SomeController#index as HTML
699
- Completed 500 Internal Server Error in 3ms
700
- ----------------------------------------------------------------------------------
701
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
702
- ----------------------------------------------------------------------------------
703
- Started GET "/" for 127.0.0.1 at 2015-06-01 16:13:26 +0200
704
- Processing by SomeController#index as HTML
705
- Completed 200 OK in 18ms (Views: 0.3ms)
706
- ----------------------------------------------------------------------------------
707
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
708
- ----------------------------------------------------------------------------------
709
- Started GET "/" for 127.0.0.1 at 2015-06-01 16:14:21 +0200
710
- Processing by SomeController#index as HTML
711
- Completed 200 OK in 15ms (Views: 0.2ms)
712
- ----------------------------------------------------------------------------------
713
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
714
- ----------------------------------------------------------------------------------
715
- Started GET "/" for 127.0.0.1 at 2015-06-01 16:14:44 +0200
716
- Processing by SomeController#index as HTML
717
- Completed 200 OK in 14ms (Views: 0.1ms)
718
- ----------------------------------------------------------------------------------
719
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
720
- ----------------------------------------------------------------------------------
721
- Started GET "/" for 127.0.0.1 at 2015-06-01 16:16:12 +0200
722
- Processing by SomeController#index as HTML
723
- Completed 200 OK in 14ms (Views: 0.1ms)
724
- ----------------------------------------------------------------------------------
725
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
726
- ----------------------------------------------------------------------------------
727
- Started GET "/" for 127.0.0.1 at 2015-06-01 16:16:38 +0200
728
- Processing by SomeController#index as HTML
729
- Rendered text template (0.0ms)
730
- Completed 200 OK in 17ms (Views: 2.8ms)
731
- ----------------------------------------------------------------------------------
732
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
733
- ----------------------------------------------------------------------------------
734
- Started GET "/" for 127.0.0.1 at 2015-06-01 16:16:56 +0200
735
- Processing by SomeController#index as HTML
736
- Rendered text template (0.0ms)
737
- Completed 200 OK in 17ms (Views: 3.0ms)
738
- ----------------------------------------------------------------------------------
739
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
740
- ----------------------------------------------------------------------------------
741
- Started GET "/" for 127.0.0.1 at 2015-06-01 16:17:11 +0200
742
- Processing by SomeController#index as HTML
743
- Rendered text template (0.0ms)
744
- Completed 200 OK in 17ms (Views: 2.7ms)
745
- ----------------------------------------------------------------------------------
746
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
747
- ----------------------------------------------------------------------------------
748
- Started GET "/" for 127.0.0.1 at 2015-06-01 16:17:37 +0200
749
- ----------------------------------------------------------------------------------
750
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
751
- ----------------------------------------------------------------------------------
752
- Started GET "/" for 127.0.0.1 at 2015-06-01 16:19:32 +0200
753
- Processing by SomeController#index as HTML
754
- Completed 500 Internal Server Error in 0ms
755
- ----------------------------------------------------------------------------------
756
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
757
- ----------------------------------------------------------------------------------
758
- Started GET "/" for 127.0.0.1 at 2015-06-01 16:19:46 +0200
759
- Processing by SomeController#index as HTML
760
- Rendered text template (0.0ms)
761
- Completed 200 OK in 17ms (Views: 2.7ms)
762
- ----------------------------------------------------------------------------------
763
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
764
- ----------------------------------------------------------------------------------
765
- Started GET "/" for 127.0.0.1 at 2015-06-01 16:20:19 +0200
766
- Processing by SomeController#index as HTML
767
- Rendered text template (0.0ms)
768
- Completed 200 OK in 17ms (Views: 2.7ms)
769
- ----------------------------------------------------------------------------------
770
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
771
- ----------------------------------------------------------------------------------
772
- Started GET "/" for 127.0.0.1 at 2015-06-01 16:20:46 +0200
773
- Processing by SomeController#index as HTML
774
- Rendered text template (0.0ms)
775
- Completed 200 OK in 17ms (Views: 2.8ms)
776
- ----------------------------------------------------------------------------------
777
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
778
- ----------------------------------------------------------------------------------
779
- Started GET "/" for 127.0.0.1 at 2015-06-01 16:20:59 +0200
780
- Processing by SomeController#index as HTML
781
- Rendered text template (0.0ms)
782
- Completed 200 OK in 17ms (Views: 2.8ms)
783
- ----------------------------------------------------------------------------------
784
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
785
- ----------------------------------------------------------------------------------
786
- Started GET "/" for 127.0.0.1 at 2015-06-01 16:21:27 +0200
787
- Processing by SomeController#index as HTML
788
- Rendered text template (0.0ms)
789
- Completed 200 OK in 17ms (Views: 2.7ms)
790
- ----------------------------------------------------------------------------------
791
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
792
- ----------------------------------------------------------------------------------
793
- Started GET "/" for 127.0.0.1 at 2015-06-01 16:21:40 +0200
794
- Processing by SomeController#index as HTML
795
- Completed 500 Internal Server Error in 14ms
796
- ----------------------------------------------------------------------------------
797
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
798
- ----------------------------------------------------------------------------------
799
- Started GET "/" for 127.0.0.1 at 2015-06-01 16:21:55 +0200
800
- Processing by SomeController#index as HTML
801
- Rendered text template (0.0ms)
802
- Completed 200 OK in 18ms (Views: 3.5ms)
803
- ----------------------------------------------------------------------------------
804
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
805
- ----------------------------------------------------------------------------------
806
- Started GET "/" for 127.0.0.1 at 2015-06-01 16:26:17 +0200
807
- Processing by SomeController#index as HTML
808
- Rendered text template (0.0ms)
809
- Completed 200 OK in 17ms (Views: 2.8ms)
810
- ----------------------------------------------------------------------------------
811
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
812
- ----------------------------------------------------------------------------------
813
- Started GET "/" for 127.0.0.1 at 2015-06-01 16:46:21 +0200
814
- Processing by SomeController#index as HTML
815
- Rendered text template (0.0ms)
816
- Completed 200 OK in 17ms (Views: 2.9ms)
817
- ----------------------------------------------------------------------------------
818
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
819
- ----------------------------------------------------------------------------------
820
- Started GET "/" for 127.0.0.1 at 2015-06-01 16:46:51 +0200
821
- Processing by SomeController#index as HTML
822
- Completed 500 Internal Server Error in 14ms
823
- ----------------------------------------------------------------------------------
824
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
825
- ----------------------------------------------------------------------------------
826
- Started GET "/" for 127.0.0.1 at 2015-06-01 16:47:16 +0200
827
- Processing by SomeController#index as HTML
828
- Rendered text template (0.0ms)
829
- Completed 200 OK in 17ms (Views: 2.9ms)
830
- ----------------------------------------------------------------------------------
831
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
832
- ----------------------------------------------------------------------------------
833
- Started GET "/" for 127.0.0.1 at 2015-06-01 16:47:52 +0200
834
- Processing by SomeController#index as HTML
835
- Rendered text template (0.0ms)
836
- Completed 200 OK in 17ms (Views: 3.1ms)
837
- ----------------------------------------------------------------------------------
838
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
839
- ----------------------------------------------------------------------------------
840
- Started GET "/" for 127.0.0.1 at 2015-06-01 16:55:41 +0200
841
- Processing by SomeController#index as HTML
842
- Rendered text template (0.0ms)
843
- Completed 200 OK in 17ms (Views: 2.7ms)
844
- ----------------------------------------------------------------------------------
845
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
846
- ----------------------------------------------------------------------------------
847
- Started GET "/" for 127.0.0.1 at 2015-06-02 11:16:20 +0200
848
- Processing by SomeController#index as HTML
849
- Completed 500 Internal Server Error in 14ms
850
- ----------------------------------------------------------------------------------
851
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
852
- ----------------------------------------------------------------------------------
853
- Started GET "/" for 127.0.0.1 at 2015-06-02 11:16:48 +0200
854
- Processing by SomeController#index as HTML
855
- Completed 500 Internal Server Error in 14ms
856
- ----------------------------------------------------------------------------------
857
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
858
- ----------------------------------------------------------------------------------
859
- Started GET "/" for 127.0.0.1 at 2015-06-02 11:18:07 +0200
860
- Processing by SomeController#index as HTML
861
- Rendered text template (0.0ms)
862
- Completed 200 OK in 17ms (Views: 3.0ms)
863
- ----------------------------------------------------------------------------------
864
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
865
- ----------------------------------------------------------------------------------
866
- Started GET "/" for 127.0.0.1 at 2015-06-02 11:18:34 +0200
867
- Processing by SomeController#index as HTML
868
- Completed 200 OK in 14ms (Views: 0.1ms)
869
- ----------------------------------------------------------------------------------
870
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
871
- ----------------------------------------------------------------------------------
872
- Started GET "/" for 127.0.0.1 at 2015-06-02 11:18:41 +0200
873
- Processing by SomeController#index as HTML
874
- Completed 200 OK in 14ms (Views: 0.1ms)
875
- ----------------------------------------------------------------------------------
876
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
877
- ----------------------------------------------------------------------------------
878
- Started GET "/" for 127.0.0.1 at 2015-06-02 11:19:44 +0200
879
- Processing by SomeController#index as HTML
880
- Completed 200 OK in 14ms (Views: 0.2ms)
881
- ----------------------------------------------------------------------------------
882
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
883
- ----------------------------------------------------------------------------------
884
- Started GET "/" for 127.0.0.1 at 2015-06-02 17:21:48 +0200
885
- Processing by SomeController#index as HTML
886
- Completed 500 Internal Server Error in 17ms
887
- ----------------------------------------------------------------------------------
888
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
889
- ----------------------------------------------------------------------------------
890
- Started GET "/" for 127.0.0.1 at 2015-06-02 17:22:04 +0200
891
- Processing by SomeController#index as HTML
892
- Completed 200 OK in 14ms (Views: 0.1ms)
893
- ----------------------------------------------------------------------------------
894
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
895
- ----------------------------------------------------------------------------------
896
- Started GET "/" for 127.0.0.1 at 2015-06-02 17:24:43 +0200
897
- Processing by SomeController#index as HTML
898
- Completed 200 OK in 14ms (Views: 0.2ms)
899
- ----------------------------------------------------------------------------------
900
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
901
- ----------------------------------------------------------------------------------
902
- Started GET "/" for 127.0.0.1 at 2015-12-02 11:00:51 +0100
903
- Processing by SomeController#index as HTML
904
- Completed 200 OK in 16ms (Views: 0.2ms)
905
- ----------------------------------------------------------------------------------
906
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
907
- ----------------------------------------------------------------------------------
908
- Started GET "/" for 127.0.0.1 at 2015-12-02 11:03:25 +0100
909
- Processing by SomeController#index as HTML
910
- Completed 200 OK in 14ms (Views: 0.1ms)
911
- ----------------------------------------------------------------------------------
912
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
913
- ----------------------------------------------------------------------------------
914
- Started GET "/" for 127.0.0.1 at 2015-12-02 11:06:23 +0100
915
- Processing by SomeController#index as HTML
916
- Completed 200 OK in 14ms (Views: 0.1ms)
917
- ----------------------------------------------------------------------------------
918
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
919
- ----------------------------------------------------------------------------------
920
- Started GET "/" for 127.0.0.1 at 2015-12-02 11:34:25 +0100
921
- Processing by SomeController#index as HTML
922
- Completed 200 OK in 14ms (Views: 0.1ms)
923
- ----------------------------------------------------------------------------------
924
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
925
- ----------------------------------------------------------------------------------
926
- Started GET "/" for 127.0.0.1 at 2015-12-02 12:37:02 +0100
927
- Processing by SomeController#index as HTML
928
- Completed 200 OK in 14ms (Views: 0.2ms)
929
- ----------------------------------------------------------------------------------
930
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
931
- ----------------------------------------------------------------------------------
932
- Started GET "/" for 127.0.0.1 at 2015-12-02 14:18:24 +0100
933
- Processing by SomeController#index as HTML
934
- Completed 200 OK in 14ms (Views: 0.2ms)
935
- ----------------------------------------------------------------------------------
936
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
937
- ----------------------------------------------------------------------------------
938
- Started GET "/" for 127.0.0.1 at 2015-12-02 14:26:31 +0100
939
- Processing by SomeController#index as HTML
940
- Completed 200 OK in 14ms (Views: 0.1ms)
941
- ----------------------------------------------------------------------------------
942
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
943
- ----------------------------------------------------------------------------------
944
- Started GET "/" for 127.0.0.1 at 2016-02-09 15:46:02 +0100
945
- Processing by SomeController#index as HTML
946
- Completed 500 Internal Server Error in 14ms
947
- ----------------------------------------------------------------------------------
948
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
949
- ----------------------------------------------------------------------------------
950
- Started GET "/" for 127.0.0.1 at 2016-02-09 15:47:32 +0100
951
- Processing by SomeController#index as HTML
952
- Completed 500 Internal Server Error in 17ms
953
- ----------------------------------------------------------------------------------
954
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
955
- ----------------------------------------------------------------------------------
956
- Started GET "/" for 127.0.0.1 at 2016-02-09 15:47:57 +0100
957
- Processing by SomeController#index as HTML
958
- Completed 200 OK in 15ms (Views: 0.2ms)
959
- ----------------------------------------------------------------------------------
960
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
961
- ----------------------------------------------------------------------------------
962
- Started GET "/" for 127.0.0.1 at 2016-02-09 15:48:46 +0100
963
- Processing by SomeController#index as HTML
964
- Completed 200 OK in 14ms (Views: 0.1ms)
965
- ----------------------------------------------------------------------------------
966
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
967
- ----------------------------------------------------------------------------------
968
- Started GET "/" for 127.0.0.1 at 2016-02-09 16:01:50 +0100
969
- Processing by SomeController#index as HTML
970
- Completed 200 OK in 14ms (Views: 0.2ms)
971
- ----------------------------------------------------------------------------------
972
- CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
973
- ----------------------------------------------------------------------------------
974
- Started GET "/" for 127.0.0.1 at 2016-02-10 10:25:39 +0100
975
- Processing by SomeController#index as HTML
976
- Completed 200 OK in 14ms (Views: 0.2ms)
10
+ Started GET "/" for 127.0.0.1 at 2016-03-22 15:54:47 +0100
977
11
  ----------------------------------------------------------------------------------
978
12
  CurrentProfileTest: test_exposes_current_profile_if_registrar.profile_is_avaliable
979
13
  ----------------------------------------------------------------------------------
980
- Started GET "/" for 127.0.0.1 at 2016-02-10 14:29:16 +0100
14
+ Started GET "/" for 127.0.0.1 at 2016-03-22 15:54:54 +0100
981
15
  Processing by SomeController#index as HTML
982
- Completed 200 OK in 14ms (Views: 0.1ms)
16
+ Completed 200 OK in 6ms (Views: 0.2ms)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: registrar-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Owiesniak
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-02-19 00:00:00.000000000 Z
11
+ date: 2016-03-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -77,7 +77,6 @@ files:
77
77
  - test/dummy/config/initializers/wrap_parameters.rb
78
78
  - test/dummy/config/routes.rb
79
79
  - test/dummy/config/secrets.yml
80
- - test/dummy/log/development.log
81
80
  - test/dummy/log/test.log
82
81
  - test/test_helper.rb
83
82
  homepage:
@@ -100,35 +99,34 @@ required_rubygems_version: !ruby/object:Gem::Requirement
100
99
  version: '0'
101
100
  requirements: []
102
101
  rubyforge_project:
103
- rubygems_version: 2.2.2
102
+ rubygems_version: 2.4.8
104
103
  signing_key:
105
104
  specification_version: 4
106
105
  summary: Rails Engine to integrate Registrar
107
106
  test_files:
108
107
  - test/controller_extensions/current_profile_test.rb
109
108
  - test/test_helper.rb
110
- - test/dummy/config.ru
111
- - test/dummy/config/routes.rb
112
- - test/dummy/config/environments/development.rb
113
- - test/dummy/config/environments/test.rb
109
+ - test/dummy/log/test.log
110
+ - test/dummy/bin/rails
111
+ - test/dummy/bin/setup
112
+ - test/dummy/bin/bundle
113
+ - test/dummy/bin/rake
114
+ - test/dummy/README.rdoc
114
115
  - test/dummy/config/environments/production.rb
116
+ - test/dummy/config/environments/test.rb
117
+ - test/dummy/config/environments/development.rb
115
118
  - test/dummy/config/environment.rb
119
+ - test/dummy/config/routes.rb
120
+ - test/dummy/config/initializers/filter_parameter_logging.rb
116
121
  - test/dummy/config/initializers/cookies_serializer.rb
117
122
  - test/dummy/config/initializers/assets.rb
118
123
  - test/dummy/config/initializers/authentication.rb
119
- - test/dummy/config/initializers/wrap_parameters.rb
120
124
  - test/dummy/config/initializers/session_store.rb
121
- - test/dummy/config/initializers/filter_parameter_logging.rb
125
+ - test/dummy/config/initializers/wrap_parameters.rb
122
126
  - test/dummy/config/application.rb
123
127
  - test/dummy/config/boot.rb
124
128
  - test/dummy/config/secrets.yml
125
- - test/dummy/log/development.log
126
- - test/dummy/log/test.log
127
- - test/dummy/README.rdoc
128
129
  - test/dummy/Rakefile
129
- - test/dummy/app/controllers/application_controller.rb
130
130
  - test/dummy/app/controllers/some_controller.rb
131
- - test/dummy/bin/rails
132
- - test/dummy/bin/rake
133
- - test/dummy/bin/setup
134
- - test/dummy/bin/bundle
131
+ - test/dummy/app/controllers/application_controller.rb
132
+ - test/dummy/config.ru
File without changes