branston 0.4.0 → 0.4.1

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.
Files changed (49) hide show
  1. data/lib/branston/app/controllers/iterations_controller.rb +2 -0
  2. data/lib/branston/app/controllers/stories_controller.rb +93 -53
  3. data/lib/branston/app/helpers/iterations_helper.rb +38 -0
  4. data/lib/branston/app/models/iteration.rb +12 -0
  5. data/lib/branston/app/views/iterations/index.html.erb +1 -0
  6. data/lib/branston/app/views/iterations/show.html.erb +6 -1
  7. data/lib/branston/app/views/stories/index.html.erb +0 -6
  8. data/lib/branston/config/environment.rb +2 -2
  9. data/lib/branston/config/routes.rb +1 -1
  10. data/lib/branston/coverage/app-controllers-application_controller_rb.html +1 -1
  11. data/lib/branston/coverage/app-controllers-iterations_controller_rb.html +101 -107
  12. data/lib/branston/coverage/app-controllers-outcomes_controller_rb.html +102 -114
  13. data/lib/branston/coverage/app-controllers-preconditions_controller_rb.html +90 -54
  14. data/lib/branston/coverage/app-controllers-releases_controller_rb.html +89 -101
  15. data/lib/branston/coverage/app-controllers-scenarios_controller_rb.html +77 -101
  16. data/lib/branston/coverage/app-controllers-sessions_controller_rb.html +42 -60
  17. data/lib/branston/coverage/app-controllers-stories_controller_rb.html +110 -260
  18. data/lib/branston/coverage/app-controllers-user_roles_controller_rb.html +87 -123
  19. data/lib/branston/coverage/app-controllers-users_controller_rb.html +27 -39
  20. data/lib/branston/coverage/app-helpers-application_helper_rb.html +7 -25
  21. data/lib/branston/coverage/app-helpers-iterations_helper_rb.html +1 -1
  22. data/lib/branston/coverage/app-helpers-outcomes_helper_rb.html +1 -1
  23. data/lib/branston/coverage/app-helpers-preconditions_helper_rb.html +1 -1
  24. data/lib/branston/coverage/app-helpers-releases_helper_rb.html +1 -1
  25. data/lib/branston/coverage/app-helpers-sessions_helper_rb.html +1 -1
  26. data/lib/branston/coverage/app-helpers-stories_helper_rb.html +1 -1
  27. data/lib/branston/coverage/app-helpers-user_roles_helper_rb.html +1 -1
  28. data/lib/branston/coverage/app-models-iteration_rb.html +1 -1
  29. data/lib/branston/coverage/app-models-outcome_rb.html +1 -1
  30. data/lib/branston/coverage/app-models-participation_rb.html +1 -1
  31. data/lib/branston/coverage/app-models-precondition_rb.html +3 -9
  32. data/lib/branston/coverage/app-models-release_rb.html +1 -1
  33. data/lib/branston/coverage/app-models-scenario_rb.html +3 -3
  34. data/lib/branston/coverage/app-models-story_rb.html +8 -254
  35. data/lib/branston/coverage/app-models-user_rb.html +9 -33
  36. data/lib/branston/coverage/app-models-user_role_rb.html +1 -1
  37. data/lib/branston/coverage/index.html +90 -106
  38. data/lib/branston/coverage/lib-faker_extras_rb.html +1 -1
  39. data/lib/branston/coverage/lib-story_generator_rb.html +49 -43
  40. data/lib/branston/db/development.sqlite3 +0 -0
  41. data/lib/branston/db/production.sqlite3 +0 -0
  42. data/lib/branston/db/test.sqlite3 +0 -0
  43. data/lib/branston/log/development.log +1111 -5708
  44. data/lib/branston/log/test.log +23047 -87379
  45. metadata +13 -6
  46. data/lib/branston/coverage/lib-client_rb.html +0 -537
  47. data/lib/branston/tmp/performance/BrowsingTest#test_homepage_process_time_flat.txt +0 -8
  48. data/lib/branston/tmp/performance/BrowsingTest#test_homepage_process_time_graph.html +0 -6039
  49. data/lib/branston/tmp/performance/BrowsingTest#test_homepage_process_time_tree.txt +0 -9858
@@ -28,8 +28,8 @@
28
28
  <tbody>
29
29
  <tr>
30
30
  <td class="left_align"><a href="app-controllers-user_roles_controller_rb.html">app/controllers/user_roles_controller.rb</a></td>
31
- <td class='right_align'><tt>91</tt></td>
32
- <td class='right_align'><tt>62</tt></td>
31
+ <td class='right_align'><tt>85</tt></td>
32
+ <td class='right_align'><tt>60</tt></td>
33
33
  <td class="left_align"><div class="percent_graph_legend"><tt class=''>100.00%</tt></div>
34
34
  <div class="percent_graph">
35
35
  <div class="covered" style="width:100px"></div>
@@ -63,547 +63,511 @@
63
63
 
64
64
 
65
65
  <tr class="inferred">
66
- <td><pre><a name="line2">2</a> </pre></td>
67
- </tr>
68
-
69
-
70
-
71
- <tr class="marked">
72
- <td><pre><a name="line3">3</a> layout 'main'</pre></td>
73
- </tr>
74
-
75
-
76
-
77
- <tr class="inferred">
78
- <td><pre><a name="line4">4</a> </pre></td>
79
- </tr>
80
-
81
-
82
-
83
- <tr class="marked">
84
- <td><pre><a name="line5">5</a> before_filter :login_required</pre></td>
85
- </tr>
86
-
87
-
88
-
89
- <tr class="inferred">
90
- <td><pre><a name="line6">6</a> </pre></td>
91
- </tr>
92
-
93
-
94
-
95
- <tr class="inferred">
96
- <td><pre><a name="line7">7</a> # GET /user_roles</pre></td>
66
+ <td><pre><a name="line2">2</a> # GET /user_roles</pre></td>
97
67
  </tr>
98
68
 
99
69
 
100
70
 
101
71
  <tr class="inferred">
102
- <td><pre><a name="line8">8</a> # GET /user_roles.xml</pre></td>
72
+ <td><pre><a name="line3">3</a> # GET /user_roles.xml</pre></td>
103
73
  </tr>
104
74
 
105
75
 
106
76
 
107
77
  <tr class="marked">
108
- <td><pre><a name="line9">9</a> def index</pre></td>
78
+ <td><pre><a name="line4">4</a> def index</pre></td>
109
79
  </tr>
110
80
 
111
81
 
112
82
 
113
83
  <tr class="marked">
114
- <td><pre><a name="line10">10</a> @user_roles = UserRole.all</pre></td>
84
+ <td><pre><a name="line5">5</a> @user_roles = UserRole.all</pre></td>
115
85
  </tr>
116
86
 
117
87
 
118
88
 
119
89
  <tr class="inferred">
120
- <td><pre><a name="line11">11</a> </pre></td>
90
+ <td><pre><a name="line6">6</a> </pre></td>
121
91
  </tr>
122
92
 
123
93
 
124
94
 
125
95
  <tr class="marked">
126
- <td><pre><a name="line12">12</a> respond_to do |format|</pre></td>
96
+ <td><pre><a name="line7">7</a> respond_to do |format|</pre></td>
127
97
  </tr>
128
98
 
129
99
 
130
100
 
131
101
  <tr class="marked">
132
- <td><pre><a name="line13">13</a> format.html # index.html.erb</pre></td>
102
+ <td><pre><a name="line8">8</a> format.html # index.html.erb</pre></td>
133
103
  </tr>
134
104
 
135
105
 
136
106
 
137
107
  <tr class="marked">
138
- <td><pre><a name="line14">14</a> format.xml { render :xml =&gt; @user_roles }</pre></td>
108
+ <td><pre><a name="line9">9</a> format.xml { render :xml =&gt; @user_roles }</pre></td>
139
109
  </tr>
140
110
 
141
111
 
142
112
 
143
113
  <tr class="inferred">
144
- <td><pre><a name="line15">15</a> end</pre></td>
114
+ <td><pre><a name="line10">10</a> end</pre></td>
145
115
  </tr>
146
116
 
147
117
 
148
118
 
149
119
  <tr class="inferred">
150
- <td><pre><a name="line16">16</a> end</pre></td>
120
+ <td><pre><a name="line11">11</a> end</pre></td>
151
121
  </tr>
152
122
 
153
123
 
154
124
 
155
125
  <tr class="inferred">
156
- <td><pre><a name="line17">17</a> </pre></td>
126
+ <td><pre><a name="line12">12</a> </pre></td>
157
127
  </tr>
158
128
 
159
129
 
160
130
 
161
131
  <tr class="inferred">
162
- <td><pre><a name="line18">18</a> # GET /user_roles/1</pre></td>
132
+ <td><pre><a name="line13">13</a> # GET /user_roles/1</pre></td>
163
133
  </tr>
164
134
 
165
135
 
166
136
 
167
137
  <tr class="inferred">
168
- <td><pre><a name="line19">19</a> # GET /user_roles/1.xml</pre></td>
138
+ <td><pre><a name="line14">14</a> # GET /user_roles/1.xml</pre></td>
169
139
  </tr>
170
140
 
171
141
 
172
142
 
173
143
  <tr class="marked">
174
- <td><pre><a name="line20">20</a> def show</pre></td>
144
+ <td><pre><a name="line15">15</a> def show</pre></td>
175
145
  </tr>
176
146
 
177
147
 
178
148
 
179
149
  <tr class="marked">
180
- <td><pre><a name="line21">21</a> @user_role = UserRole.find(params[:id])</pre></td>
150
+ <td><pre><a name="line16">16</a> @user_role = UserRole.find(params[:id])</pre></td>
181
151
  </tr>
182
152
 
183
153
 
184
154
 
185
155
  <tr class="inferred">
186
- <td><pre><a name="line22">22</a> </pre></td>
156
+ <td><pre><a name="line17">17</a> </pre></td>
187
157
  </tr>
188
158
 
189
159
 
190
160
 
191
161
  <tr class="marked">
192
- <td><pre><a name="line23">23</a> respond_to do |format|</pre></td>
162
+ <td><pre><a name="line18">18</a> respond_to do |format|</pre></td>
193
163
  </tr>
194
164
 
195
165
 
196
166
 
197
167
  <tr class="marked">
198
- <td><pre><a name="line24">24</a> format.html # show.html.erb</pre></td>
168
+ <td><pre><a name="line19">19</a> format.html # show.html.erb</pre></td>
199
169
  </tr>
200
170
 
201
171
 
202
172
 
203
173
  <tr class="marked">
204
- <td><pre><a name="line25">25</a> format.xml { render :xml =&gt; @user_role }</pre></td>
174
+ <td><pre><a name="line20">20</a> format.xml { render :xml =&gt; @user_role }</pre></td>
205
175
  </tr>
206
176
 
207
177
 
208
178
 
209
179
  <tr class="inferred">
210
- <td><pre><a name="line26">26</a> end</pre></td>
180
+ <td><pre><a name="line21">21</a> end</pre></td>
211
181
  </tr>
212
182
 
213
183
 
214
184
 
215
185
  <tr class="inferred">
216
- <td><pre><a name="line27">27</a> end</pre></td>
186
+ <td><pre><a name="line22">22</a> end</pre></td>
217
187
  </tr>
218
188
 
219
189
 
220
190
 
221
191
  <tr class="inferred">
222
- <td><pre><a name="line28">28</a> </pre></td>
192
+ <td><pre><a name="line23">23</a> </pre></td>
223
193
  </tr>
224
194
 
225
195
 
226
196
 
227
197
  <tr class="inferred">
228
- <td><pre><a name="line29">29</a> # GET /user_roles/new</pre></td>
198
+ <td><pre><a name="line24">24</a> # GET /user_roles/new</pre></td>
229
199
  </tr>
230
200
 
231
201
 
232
202
 
233
203
  <tr class="inferred">
234
- <td><pre><a name="line30">30</a> # GET /user_roles/new.xml</pre></td>
204
+ <td><pre><a name="line25">25</a> # GET /user_roles/new.xml</pre></td>
235
205
  </tr>
236
206
 
237
207
 
238
208
 
239
209
  <tr class="marked">
240
- <td><pre><a name="line31">31</a> def new</pre></td>
210
+ <td><pre><a name="line26">26</a> def new</pre></td>
241
211
  </tr>
242
212
 
243
213
 
244
214
 
245
215
  <tr class="marked">
246
- <td><pre><a name="line32">32</a> @user_role = UserRole.new</pre></td>
216
+ <td><pre><a name="line27">27</a> @user_role = UserRole.new</pre></td>
247
217
  </tr>
248
218
 
249
219
 
250
220
 
251
221
  <tr class="inferred">
252
- <td><pre><a name="line33">33</a> </pre></td>
222
+ <td><pre><a name="line28">28</a> </pre></td>
253
223
  </tr>
254
224
 
255
225
 
256
226
 
257
227
  <tr class="marked">
258
- <td><pre><a name="line34">34</a> respond_to do |format|</pre></td>
228
+ <td><pre><a name="line29">29</a> respond_to do |format|</pre></td>
259
229
  </tr>
260
230
 
261
231
 
262
232
 
263
233
  <tr class="marked">
264
- <td><pre><a name="line35">35</a> format.html # new.html.erb</pre></td>
234
+ <td><pre><a name="line30">30</a> format.html # new.html.erb</pre></td>
265
235
  </tr>
266
236
 
267
237
 
268
238
 
269
239
  <tr class="marked">
270
- <td><pre><a name="line36">36</a> format.xml { render :xml =&gt; @user_role }</pre></td>
240
+ <td><pre><a name="line31">31</a> format.xml { render :xml =&gt; @user_role }</pre></td>
271
241
  </tr>
272
242
 
273
243
 
274
244
 
275
245
  <tr class="inferred">
276
- <td><pre><a name="line37">37</a> end</pre></td>
246
+ <td><pre><a name="line32">32</a> end</pre></td>
277
247
  </tr>
278
248
 
279
249
 
280
250
 
281
251
  <tr class="inferred">
282
- <td><pre><a name="line38">38</a> end</pre></td>
252
+ <td><pre><a name="line33">33</a> end</pre></td>
283
253
  </tr>
284
254
 
285
255
 
286
256
 
287
257
  <tr class="inferred">
288
- <td><pre><a name="line39">39</a> </pre></td>
258
+ <td><pre><a name="line34">34</a> </pre></td>
289
259
  </tr>
290
260
 
291
261
 
292
262
 
293
263
  <tr class="inferred">
294
- <td><pre><a name="line40">40</a> # GET /user_roles/1/edit</pre></td>
264
+ <td><pre><a name="line35">35</a> # GET /user_roles/1/edit</pre></td>
295
265
  </tr>
296
266
 
297
267
 
298
268
 
299
269
  <tr class="marked">
300
- <td><pre><a name="line41">41</a> def edit</pre></td>
270
+ <td><pre><a name="line36">36</a> def edit</pre></td>
301
271
  </tr>
302
272
 
303
273
 
304
274
 
305
275
  <tr class="marked">
306
- <td><pre><a name="line42">42</a> @user_role = UserRole.find(params[:id])</pre></td>
276
+ <td><pre><a name="line37">37</a> @user_role = UserRole.find(params[:id])</pre></td>
307
277
  </tr>
308
278
 
309
279
 
310
280
 
311
281
  <tr class="inferred">
312
- <td><pre><a name="line43">43</a> end</pre></td>
282
+ <td><pre><a name="line38">38</a> end</pre></td>
313
283
  </tr>
314
284
 
315
285
 
316
286
 
317
287
  <tr class="inferred">
318
- <td><pre><a name="line44">44</a> </pre></td>
288
+ <td><pre><a name="line39">39</a> </pre></td>
319
289
  </tr>
320
290
 
321
291
 
322
292
 
323
293
  <tr class="inferred">
324
- <td><pre><a name="line45">45</a> # POST /user_roles</pre></td>
294
+ <td><pre><a name="line40">40</a> # POST /user_roles</pre></td>
325
295
  </tr>
326
296
 
327
297
 
328
298
 
329
299
  <tr class="inferred">
330
- <td><pre><a name="line46">46</a> # POST /user_roles.xml</pre></td>
300
+ <td><pre><a name="line41">41</a> # POST /user_roles.xml</pre></td>
331
301
  </tr>
332
302
 
333
303
 
334
304
 
335
305
  <tr class="marked">
336
- <td><pre><a name="line47">47</a> def create</pre></td>
306
+ <td><pre><a name="line42">42</a> def create</pre></td>
337
307
  </tr>
338
308
 
339
309
 
340
310
 
341
311
  <tr class="marked">
342
- <td><pre><a name="line48">48</a> @user_role = UserRole.new(params[:user_role])</pre></td>
312
+ <td><pre><a name="line43">43</a> @user_role = UserRole.new(params[:user_role])</pre></td>
343
313
  </tr>
344
314
 
345
315
 
346
316
 
347
317
  <tr class="inferred">
348
- <td><pre><a name="line49">49</a> </pre></td>
318
+ <td><pre><a name="line44">44</a> </pre></td>
349
319
  </tr>
350
320
 
351
321
 
352
322
 
353
323
  <tr class="marked">
354
- <td><pre><a name="line50">50</a> respond_to do |format|</pre></td>
324
+ <td><pre><a name="line45">45</a> respond_to do |format|</pre></td>
355
325
  </tr>
356
326
 
357
327
 
358
328
 
359
329
  <tr class="marked">
360
- <td><pre><a name="line51">51</a> if @user_role.save</pre></td>
330
+ <td><pre><a name="line46">46</a> if @user_role.save</pre></td>
361
331
  </tr>
362
332
 
363
333
 
364
334
 
365
335
  <tr class="marked">
366
- <td><pre><a name="line52">52</a> flash[:notice] = 'UserRole was successfully created.'</pre></td>
336
+ <td><pre><a name="line47">47</a> flash[:notice] = 'UserRole was successfully created.'</pre></td>
367
337
  </tr>
368
338
 
369
339
 
370
340
 
371
341
  <tr class="marked">
372
- <td><pre><a name="line53">53</a> format.html { redirect_to(@user_role) }</pre></td>
342
+ <td><pre><a name="line48">48</a> format.html { redirect_to(@user_role) }</pre></td>
373
343
  </tr>
374
344
 
375
345
 
376
346
 
377
347
  <tr class="marked">
378
- <td><pre><a name="line54">54</a> format.xml { render :xml =&gt; @user_role, :status =&gt; :created, :location =&gt; @user_role }</pre></td>
348
+ <td><pre><a name="line49">49</a> format.xml { render :xml =&gt; @user_role, :status =&gt; :created, :location =&gt; @user_role }</pre></td>
379
349
  </tr>
380
350
 
381
351
 
382
352
 
383
353
  <tr class="inferred">
384
- <td><pre><a name="line55">55</a> else</pre></td>
354
+ <td><pre><a name="line50">50</a> else</pre></td>
385
355
  </tr>
386
356
 
387
357
 
388
358
 
389
359
  <tr class="marked">
390
- <td><pre><a name="line56">56</a> format.html { render :action =&gt; &quot;new&quot; }</pre></td>
360
+ <td><pre><a name="line51">51</a> format.html { render :action =&gt; &quot;new&quot; }</pre></td>
391
361
  </tr>
392
362
 
393
363
 
394
364
 
395
365
  <tr class="marked">
396
- <td><pre><a name="line57">57</a> format.xml { render :xml =&gt; @user_role.errors, :status =&gt; :unprocessable_entity }</pre></td>
366
+ <td><pre><a name="line52">52</a> format.xml { render :xml =&gt; @user_role.errors, :status =&gt; :unprocessable_entity }</pre></td>
397
367
  </tr>
398
368
 
399
369
 
400
370
 
401
371
  <tr class="inferred">
402
- <td><pre><a name="line58">58</a> end</pre></td>
372
+ <td><pre><a name="line53">53</a> end</pre></td>
403
373
  </tr>
404
374
 
405
375
 
406
376
 
407
377
  <tr class="inferred">
408
- <td><pre><a name="line59">59</a> end</pre></td>
378
+ <td><pre><a name="line54">54</a> end</pre></td>
409
379
  </tr>
410
380
 
411
381
 
412
382
 
413
383
  <tr class="inferred">
414
- <td><pre><a name="line60">60</a> end</pre></td>
384
+ <td><pre><a name="line55">55</a> end</pre></td>
415
385
  </tr>
416
386
 
417
387
 
418
388
 
419
389
  <tr class="inferred">
420
- <td><pre><a name="line61">61</a> </pre></td>
390
+ <td><pre><a name="line56">56</a> </pre></td>
421
391
  </tr>
422
392
 
423
393
 
424
394
 
425
395
  <tr class="inferred">
426
- <td><pre><a name="line62">62</a> # PUT /user_roles/1</pre></td>
396
+ <td><pre><a name="line57">57</a> # PUT /user_roles/1</pre></td>
427
397
  </tr>
428
398
 
429
399
 
430
400
 
431
401
  <tr class="inferred">
432
- <td><pre><a name="line63">63</a> # PUT /user_roles/1.xml</pre></td>
402
+ <td><pre><a name="line58">58</a> # PUT /user_roles/1.xml</pre></td>
433
403
  </tr>
434
404
 
435
405
 
436
406
 
437
407
  <tr class="marked">
438
- <td><pre><a name="line64">64</a> def update</pre></td>
408
+ <td><pre><a name="line59">59</a> def update</pre></td>
439
409
  </tr>
440
410
 
441
411
 
442
412
 
443
413
  <tr class="marked">
444
- <td><pre><a name="line65">65</a> @user_role = UserRole.find(params[:id])</pre></td>
414
+ <td><pre><a name="line60">60</a> @user_role = UserRole.find(params[:id])</pre></td>
445
415
  </tr>
446
416
 
447
417
 
448
418
 
449
419
  <tr class="inferred">
450
- <td><pre><a name="line66">66</a> </pre></td>
420
+ <td><pre><a name="line61">61</a> </pre></td>
451
421
  </tr>
452
422
 
453
423
 
454
424
 
455
425
  <tr class="marked">
456
- <td><pre><a name="line67">67</a> respond_to do |format|</pre></td>
426
+ <td><pre><a name="line62">62</a> respond_to do |format|</pre></td>
457
427
  </tr>
458
428
 
459
429
 
460
430
 
461
431
  <tr class="marked">
462
- <td><pre><a name="line68">68</a> if @user_role.update_attributes(params[:user_role])</pre></td>
432
+ <td><pre><a name="line63">63</a> if @user_role.update_attributes(params[:user_role])</pre></td>
463
433
  </tr>
464
434
 
465
435
 
466
436
 
467
437
  <tr class="marked">
468
- <td><pre><a name="line69">69</a> flash[:notice] = 'UserRole was successfully updated.'</pre></td>
438
+ <td><pre><a name="line64">64</a> flash[:notice] = 'UserRole was successfully updated.'</pre></td>
469
439
  </tr>
470
440
 
471
441
 
472
442
 
473
443
  <tr class="marked">
474
- <td><pre><a name="line70">70</a> format.html { redirect_to(@user_role) }</pre></td>
444
+ <td><pre><a name="line65">65</a> format.html { redirect_to(@user_role) }</pre></td>
475
445
  </tr>
476
446
 
477
447
 
478
448
 
479
449
  <tr class="marked">
480
- <td><pre><a name="line71">71</a> format.xml { head :ok }</pre></td>
450
+ <td><pre><a name="line66">66</a> format.xml { head :ok }</pre></td>
481
451
  </tr>
482
452
 
483
453
 
484
454
 
485
455
  <tr class="inferred">
486
- <td><pre><a name="line72">72</a> else</pre></td>
456
+ <td><pre><a name="line67">67</a> else</pre></td>
487
457
  </tr>
488
458
 
489
459
 
490
460
 
491
461
  <tr class="marked">
492
- <td><pre><a name="line73">73</a> format.html { render :action =&gt; &quot;edit&quot; }</pre></td>
462
+ <td><pre><a name="line68">68</a> format.html { render :action =&gt; &quot;edit&quot; }</pre></td>
493
463
  </tr>
494
464
 
495
465
 
496
466
 
497
467
  <tr class="marked">
498
- <td><pre><a name="line74">74</a> format.xml { render :xml =&gt; @user_role.errors, :status =&gt; :unprocessable_entity }</pre></td>
468
+ <td><pre><a name="line69">69</a> format.xml { render :xml =&gt; @user_role.errors, :status =&gt; :unprocessable_entity }</pre></td>
499
469
  </tr>
500
470
 
501
471
 
502
472
 
503
473
  <tr class="inferred">
504
- <td><pre><a name="line75">75</a> end</pre></td>
474
+ <td><pre><a name="line70">70</a> end</pre></td>
505
475
  </tr>
506
476
 
507
477
 
508
478
 
509
479
  <tr class="inferred">
510
- <td><pre><a name="line76">76</a> end</pre></td>
480
+ <td><pre><a name="line71">71</a> end</pre></td>
511
481
  </tr>
512
482
 
513
483
 
514
484
 
515
485
  <tr class="inferred">
516
- <td><pre><a name="line77">77</a> end</pre></td>
486
+ <td><pre><a name="line72">72</a> end</pre></td>
517
487
  </tr>
518
488
 
519
489
 
520
490
 
521
491
  <tr class="inferred">
522
- <td><pre><a name="line78">78</a> </pre></td>
492
+ <td><pre><a name="line73">73</a> </pre></td>
523
493
  </tr>
524
494
 
525
495
 
526
496
 
527
497
  <tr class="inferred">
528
- <td><pre><a name="line79">79</a> # DELETE /user_roles/1</pre></td>
498
+ <td><pre><a name="line74">74</a> # DELETE /user_roles/1</pre></td>
529
499
  </tr>
530
500
 
531
501
 
532
502
 
533
503
  <tr class="inferred">
534
- <td><pre><a name="line80">80</a> # DELETE /user_roles/1.xml</pre></td>
504
+ <td><pre><a name="line75">75</a> # DELETE /user_roles/1.xml</pre></td>
535
505
  </tr>
536
506
 
537
507
 
538
508
 
539
509
  <tr class="marked">
540
- <td><pre><a name="line81">81</a> def destroy</pre></td>
510
+ <td><pre><a name="line76">76</a> def destroy</pre></td>
541
511
  </tr>
542
512
 
543
513
 
544
514
 
545
515
  <tr class="marked">
546
- <td><pre><a name="line82">82</a> @user_role = UserRole.find(params[:id])</pre></td>
516
+ <td><pre><a name="line77">77</a> @user_role = UserRole.find(params[:id])</pre></td>
547
517
  </tr>
548
518
 
549
519
 
550
520
 
551
521
  <tr class="marked">
552
- <td><pre><a name="line83">83</a> @user_role.destroy</pre></td>
522
+ <td><pre><a name="line78">78</a> @user_role.destroy</pre></td>
553
523
  </tr>
554
524
 
555
525
 
556
526
 
557
527
  <tr class="inferred">
558
- <td><pre><a name="line84">84</a> </pre></td>
528
+ <td><pre><a name="line79">79</a> </pre></td>
559
529
  </tr>
560
530
 
561
531
 
562
532
 
563
533
  <tr class="marked">
564
- <td><pre><a name="line85">85</a> respond_to do |format|</pre></td>
534
+ <td><pre><a name="line80">80</a> respond_to do |format|</pre></td>
565
535
  </tr>
566
536
 
567
537
 
568
538
 
569
539
  <tr class="marked">
570
- <td><pre><a name="line86">86</a> format.html { redirect_to(user_roles_url) }</pre></td>
540
+ <td><pre><a name="line81">81</a> format.html { redirect_to(user_roles_url) }</pre></td>
571
541
  </tr>
572
542
 
573
543
 
574
544
 
575
545
  <tr class="marked">
576
- <td><pre><a name="line87">87</a> format.xml { head :ok }</pre></td>
577
- </tr>
578
-
579
-
580
-
581
- <tr class="inferred">
582
- <td><pre><a name="line88">88</a> end</pre></td>
546
+ <td><pre><a name="line82">82</a> format.xml { head :ok }</pre></td>
583
547
  </tr>
584
548
 
585
549
 
586
550
 
587
551
  <tr class="inferred">
588
- <td><pre><a name="line89">89</a> end</pre></td>
552
+ <td><pre><a name="line83">83</a> end</pre></td>
589
553
  </tr>
590
554
 
591
555
 
592
556
 
593
557
  <tr class="inferred">
594
- <td><pre><a name="line90">90</a> end</pre></td>
558
+ <td><pre><a name="line84">84</a> end</pre></td>
595
559
  </tr>
596
560
 
597
561
 
598
562
 
599
563
  <tr class="inferred">
600
- <td><pre><a name="line91">91</a> </pre></td>
564
+ <td><pre><a name="line85">85</a> end</pre></td>
601
565
  </tr>
602
566
 
603
567
  </tbody>
604
568
  </table>
605
569
 
606
- <p>Generated on Wed Dec 23 14:36:07 +0000 2009 with <a href="http://github.com/relevance/rcov">rcov 0.9.2.1</a></p>
570
+ <p>Generated on Thu Dec 03 16:49:25 +0000 2009 with <a href="http://github.com/relevance/rcov">rcov 0.9.6</a></p>
607
571
 
608
572
  </body>
609
573
  </html>