branston 0.3.4 → 0.3.6

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 (50) hide show
  1. data/README.rdoc +29 -4
  2. data/lib/branston/app/helpers/application_helper.rb +2 -2
  3. data/lib/branston/config/environment.rb +1 -6
  4. data/lib/branston/config/environments/production.rb +1 -4
  5. data/lib/branston/coverage/app-controllers-application_controller_rb.html +141 -0
  6. data/lib/branston/coverage/app-controllers-iterations_controller_rb.html +699 -0
  7. data/lib/branston/coverage/app-controllers-outcomes_controller_rb.html +675 -0
  8. data/lib/branston/coverage/app-controllers-preconditions_controller_rb.html +699 -0
  9. data/lib/branston/coverage/app-controllers-releases_controller_rb.html +621 -0
  10. data/lib/branston/coverage/app-controllers-scenarios_controller_rb.html +687 -0
  11. data/lib/branston/coverage/app-controllers-sessions_controller_rb.html +327 -0
  12. data/lib/branston/coverage/app-controllers-stories_controller_rb.html +795 -0
  13. data/lib/branston/coverage/app-controllers-user_roles_controller_rb.html +609 -0
  14. data/lib/branston/coverage/app-controllers-users_controller_rb.html +231 -0
  15. data/lib/branston/coverage/app-helpers-application_helper_rb.html +147 -0
  16. data/lib/branston/coverage/app-helpers-iterations_helper_rb.html +75 -0
  17. data/lib/branston/coverage/app-helpers-outcomes_helper_rb.html +75 -0
  18. data/lib/branston/coverage/app-helpers-preconditions_helper_rb.html +75 -0
  19. data/lib/branston/coverage/app-helpers-releases_helper_rb.html +75 -0
  20. data/lib/branston/coverage/app-helpers-sessions_helper_rb.html +75 -0
  21. data/lib/branston/coverage/app-helpers-stories_helper_rb.html +75 -0
  22. data/lib/branston/coverage/app-helpers-user_roles_helper_rb.html +75 -0
  23. data/lib/branston/coverage/app-models-iteration_rb.html +153 -0
  24. data/lib/branston/coverage/app-models-outcome_rb.html +159 -0
  25. data/lib/branston/coverage/app-models-participation_rb.html +105 -0
  26. data/lib/branston/coverage/app-models-precondition_rb.html +159 -0
  27. data/lib/branston/coverage/app-models-release_rb.html +105 -0
  28. data/lib/branston/coverage/app-models-scenario_rb.html +147 -0
  29. data/lib/branston/coverage/app-models-story_rb.html +261 -0
  30. data/lib/branston/coverage/app-models-user_rb.html +399 -0
  31. data/lib/branston/coverage/app-models-user_role_rb.html +105 -0
  32. data/lib/branston/coverage/index.html +570 -0
  33. data/lib/branston/coverage/jquery-1.3.2.min.js +19 -0
  34. data/lib/branston/coverage/jquery.tablesorter.min.js +15 -0
  35. data/lib/branston/coverage/lib-client_rb.html +537 -0
  36. data/lib/branston/coverage/lib-faker_extras_rb.html +207 -0
  37. data/lib/branston/coverage/lib-story_generator_rb.html +873 -0
  38. data/lib/branston/coverage/print.css +12 -0
  39. data/lib/branston/coverage/rcov.js +42 -0
  40. data/lib/branston/coverage/screen.css +270 -0
  41. data/lib/branston/db/test.sqlite3 +0 -0
  42. data/lib/branston/lib/branston.rb +2 -1
  43. data/lib/branston/log/development.log +76 -0
  44. data/lib/branston/log/test.log +3275 -0
  45. data/lib/branston/test/unit/client_test.rb +22 -20
  46. data/lib/branston/test/unit/helpers/application_helper_test.rb +40 -0
  47. data/lib/branston/tmp/performance/BrowsingTest#test_homepage_process_time_flat.txt +7 -0
  48. data/lib/branston/tmp/performance/BrowsingTest#test_homepage_process_time_graph.html +5305 -0
  49. data/lib/branston/tmp/performance/BrowsingTest#test_homepage_process_time_tree.txt +9858 -0
  50. metadata +44 -2
@@ -0,0 +1,399 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
+ <html lang='en' xml:lang='en' xmlns='http://www.w3.org/1999/xhtml'>
3
+ <head>
4
+ <title>app/models/user.rb</title>
5
+ <link href="screen.css" media="all" rel="stylesheet" type="text/css" />
6
+ <link href="print.css" media="print" rel="stylesheet" type="text/css" />
7
+
8
+ <meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
9
+ <script type="text/javascript" src="rcov.js"></script>
10
+ </head>
11
+ <body>
12
+ <h1>Branston C0 Coverage Information - RCov</h1>
13
+ <h2>app/models/user.rb</h2>
14
+
15
+
16
+
17
+ <div class="report_table_wrapper">
18
+ <table class='report' id='report_table'>
19
+ <thead>
20
+ <tr>
21
+ <th class="left_align">Name</th>
22
+ <th class="right_align">Total Lines</th>
23
+ <th class="right_align">Lines of Code</th>
24
+ <th class="left_align">Total Coverage</th>
25
+ <th class="left_align">Code Coverage</th>
26
+ </tr>
27
+ </thead>
28
+ <tbody>
29
+ <tr>
30
+ <td class="left_align"><a href="app-models-user_rb.html">app/models/user.rb</a></td>
31
+ <td class='right_align'><tt>56</tt></td>
32
+ <td class='right_align'><tt>32</tt></td>
33
+ <td class="left_align"><div class="percent_graph_legend"><tt class=''>100.00%</tt></div>
34
+ <div class="percent_graph">
35
+ <div class="covered" style="width:100px"></div>
36
+ <div class="uncovered" style="width:0px"></div>
37
+ </div></td>
38
+ <td class="left_align"><div class="percent_graph_legend"><tt class=''>100.00%</tt></div>
39
+ <div class="percent_graph">
40
+ <div class="covered" style="width:100px"></div>
41
+ <div class="uncovered" style="width:0px"></div>
42
+ </div></td>
43
+ </tr>
44
+ </tbody>
45
+ </table>
46
+ </div>
47
+
48
+ <h3>Key</h3>
49
+
50
+ <div class="key"><pre><span class='marked'>Code reported as executed by Ruby looks like this...</span><span class='marked1'>and this: this line is also marked as covered.</span><span class='inferred'>Lines considered as run by rcov, but not reported by Ruby, look like this,</span><span class='inferred1'>and this: these lines were inferred by rcov (using simple heuristics).</span><span class='uncovered'>Finally, here's a line marked as not executed.</span></pre></div>
51
+
52
+ <h3>Coverage Details</h3>
53
+
54
+ <table class="details">
55
+ <tbody>
56
+
57
+
58
+
59
+ <tr class="marked">
60
+ <td><pre><a name="line1">1</a> require 'digest/sha1'</pre></td>
61
+ </tr>
62
+
63
+
64
+
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> class User &lt; ActiveRecord::Base</pre></td>
73
+ </tr>
74
+
75
+
76
+
77
+ <tr class="marked">
78
+ <td><pre><a name="line4">4</a> include Authentication</pre></td>
79
+ </tr>
80
+
81
+
82
+
83
+ <tr class="marked">
84
+ <td><pre><a name="line5">5</a> include Authentication::ByPassword</pre></td>
85
+ </tr>
86
+
87
+
88
+
89
+ <tr class="marked">
90
+ <td><pre><a name="line6">6</a> include Authentication::ByCookieToken</pre></td>
91
+ </tr>
92
+
93
+
94
+
95
+ <tr class="inferred">
96
+ <td><pre><a name="line7">7</a> </pre></td>
97
+ </tr>
98
+
99
+
100
+
101
+ <tr class="marked">
102
+ <td><pre><a name="line8">8</a> validates_presence_of :login</pre></td>
103
+ </tr>
104
+
105
+
106
+
107
+ <tr class="marked">
108
+ <td><pre><a name="line9">9</a> validates_length_of :login, :within =&gt; 3..40</pre></td>
109
+ </tr>
110
+
111
+
112
+
113
+ <tr class="marked">
114
+ <td><pre><a name="line10">10</a> validates_uniqueness_of :login</pre></td>
115
+ </tr>
116
+
117
+
118
+
119
+ <tr class="marked">
120
+ <td><pre><a name="line11">11</a> validates_format_of :login, :with =&gt; Authentication.login_regex, :message =&gt; Authentication.bad_login_message</pre></td>
121
+ </tr>
122
+
123
+
124
+
125
+ <tr class="inferred">
126
+ <td><pre><a name="line12">12</a> </pre></td>
127
+ </tr>
128
+
129
+
130
+
131
+ <tr class="marked">
132
+ <td><pre><a name="line13">13</a> validates_format_of :name, :with =&gt; Authentication.name_regex, :message =&gt; Authentication.bad_name_message, :allow_nil =&gt; true</pre></td>
133
+ </tr>
134
+
135
+
136
+
137
+ <tr class="marked">
138
+ <td><pre><a name="line14">14</a> validates_length_of :name, :maximum =&gt; 100</pre></td>
139
+ </tr>
140
+
141
+
142
+
143
+ <tr class="inferred">
144
+ <td><pre><a name="line15">15</a> </pre></td>
145
+ </tr>
146
+
147
+
148
+
149
+ <tr class="marked">
150
+ <td><pre><a name="line16">16</a> validates_presence_of :email</pre></td>
151
+ </tr>
152
+
153
+
154
+
155
+ <tr class="marked">
156
+ <td><pre><a name="line17">17</a> validates_length_of :email, :within =&gt; 6..100 #r@a.wk</pre></td>
157
+ </tr>
158
+
159
+
160
+
161
+ <tr class="marked">
162
+ <td><pre><a name="line18">18</a> validates_uniqueness_of :email</pre></td>
163
+ </tr>
164
+
165
+
166
+
167
+ <tr class="marked">
168
+ <td><pre><a name="line19">19</a> validates_format_of :email, :with =&gt; Authentication.email_regex, :message =&gt; Authentication.bad_email_message</pre></td>
169
+ </tr>
170
+
171
+
172
+
173
+ <tr class="inferred">
174
+ <td><pre><a name="line20">20</a> </pre></td>
175
+ </tr>
176
+
177
+
178
+
179
+ <tr class="marked">
180
+ <td><pre><a name="line21">21</a> has_many :participations</pre></td>
181
+ </tr>
182
+
183
+
184
+
185
+ <tr class="marked">
186
+ <td><pre><a name="line22">22</a> has_many :iterations, :through =&gt; :participations</pre></td>
187
+ </tr>
188
+
189
+
190
+
191
+ <tr class="marked">
192
+ <td><pre><a name="line23">23</a> has_many :stories, :foreign_key =&gt; 'author_id'</pre></td>
193
+ </tr>
194
+
195
+
196
+
197
+ <tr class="inferred">
198
+ <td><pre><a name="line24">24</a> </pre></td>
199
+ </tr>
200
+
201
+
202
+
203
+ <tr class="inferred">
204
+ <td><pre><a name="line25">25</a> # HACK HACK HACK -- how to do attr_accessible from here?</pre></td>
205
+ </tr>
206
+
207
+
208
+
209
+ <tr class="inferred">
210
+ <td><pre><a name="line26">26</a> # prevents a user from submitting a crafted form that bypasses activation</pre></td>
211
+ </tr>
212
+
213
+
214
+
215
+ <tr class="inferred">
216
+ <td><pre><a name="line27">27</a> # anything else you want your user to change should be added here.</pre></td>
217
+ </tr>
218
+
219
+
220
+
221
+ <tr class="marked">
222
+ <td><pre><a name="line28">28</a> attr_accessible :login, :email, :name, :password, :password_confirmation</pre></td>
223
+ </tr>
224
+
225
+
226
+
227
+ <tr class="inferred">
228
+ <td><pre><a name="line29">29</a> </pre></td>
229
+ </tr>
230
+
231
+
232
+
233
+ <tr class="inferred">
234
+ <td><pre><a name="line30">30</a> </pre></td>
235
+ </tr>
236
+
237
+
238
+
239
+ <tr class="inferred">
240
+ <td><pre><a name="line31">31</a> </pre></td>
241
+ </tr>
242
+
243
+
244
+
245
+ <tr class="inferred">
246
+ <td><pre><a name="line32">32</a> # Authenticates a user by their login name and unencrypted password. Returns the user or nil.</pre></td>
247
+ </tr>
248
+
249
+
250
+
251
+ <tr class="inferred">
252
+ <td><pre><a name="line33">33</a> #</pre></td>
253
+ </tr>
254
+
255
+
256
+
257
+ <tr class="inferred">
258
+ <td><pre><a name="line34">34</a> # uff. this is really an authorization, not authentication routine. </pre></td>
259
+ </tr>
260
+
261
+
262
+
263
+ <tr class="inferred">
264
+ <td><pre><a name="line35">35</a> # We really need a Dispatch Chain here or something.</pre></td>
265
+ </tr>
266
+
267
+
268
+
269
+ <tr class="inferred">
270
+ <td><pre><a name="line36">36</a> # This will also let us return a human error message.</pre></td>
271
+ </tr>
272
+
273
+
274
+
275
+ <tr class="inferred">
276
+ <td><pre><a name="line37">37</a> #</pre></td>
277
+ </tr>
278
+
279
+
280
+
281
+ <tr class="marked">
282
+ <td><pre><a name="line38">38</a> def self.authenticate(login, password)</pre></td>
283
+ </tr>
284
+
285
+
286
+
287
+ <tr class="marked">
288
+ <td><pre><a name="line39">39</a> return nil if login.blank? || password.blank?</pre></td>
289
+ </tr>
290
+
291
+
292
+
293
+ <tr class="marked">
294
+ <td><pre><a name="line40">40</a> u = find_by_login(login.downcase) # need to get the salt</pre></td>
295
+ </tr>
296
+
297
+
298
+
299
+ <tr class="marked">
300
+ <td><pre><a name="line41">41</a> u &amp;&amp; u.authenticated?(password) ? u : nil</pre></td>
301
+ </tr>
302
+
303
+
304
+
305
+ <tr class="inferred">
306
+ <td><pre><a name="line42">42</a> end</pre></td>
307
+ </tr>
308
+
309
+
310
+
311
+ <tr class="inferred">
312
+ <td><pre><a name="line43">43</a> </pre></td>
313
+ </tr>
314
+
315
+
316
+
317
+ <tr class="marked">
318
+ <td><pre><a name="line44">44</a> def login=(value)</pre></td>
319
+ </tr>
320
+
321
+
322
+
323
+ <tr class="marked">
324
+ <td><pre><a name="line45">45</a> write_attribute :login, (value ? value.downcase : nil)</pre></td>
325
+ </tr>
326
+
327
+
328
+
329
+ <tr class="inferred">
330
+ <td><pre><a name="line46">46</a> end</pre></td>
331
+ </tr>
332
+
333
+
334
+
335
+ <tr class="inferred">
336
+ <td><pre><a name="line47">47</a> </pre></td>
337
+ </tr>
338
+
339
+
340
+
341
+ <tr class="marked">
342
+ <td><pre><a name="line48">48</a> def email=(value)</pre></td>
343
+ </tr>
344
+
345
+
346
+
347
+ <tr class="marked">
348
+ <td><pre><a name="line49">49</a> write_attribute :email, (value ? value.downcase : nil)</pre></td>
349
+ </tr>
350
+
351
+
352
+
353
+ <tr class="inferred">
354
+ <td><pre><a name="line50">50</a> end</pre></td>
355
+ </tr>
356
+
357
+
358
+
359
+ <tr class="inferred">
360
+ <td><pre><a name="line51">51</a> </pre></td>
361
+ </tr>
362
+
363
+
364
+
365
+ <tr class="marked">
366
+ <td><pre><a name="line52">52</a> protected</pre></td>
367
+ </tr>
368
+
369
+
370
+
371
+ <tr class="inferred">
372
+ <td><pre><a name="line53">53</a> </pre></td>
373
+ </tr>
374
+
375
+
376
+
377
+ <tr class="inferred">
378
+ <td><pre><a name="line54">54</a> </pre></td>
379
+ </tr>
380
+
381
+
382
+
383
+ <tr class="inferred">
384
+ <td><pre><a name="line55">55</a> </pre></td>
385
+ </tr>
386
+
387
+
388
+
389
+ <tr class="inferred">
390
+ <td><pre><a name="line56">56</a> end</pre></td>
391
+ </tr>
392
+
393
+ </tbody>
394
+ </table>
395
+
396
+ <p>Generated on Fri Dec 11 11:38:48 +0000 2009 with <a href="http://github.com/relevance/rcov">rcov 0.9.2.1</a></p>
397
+
398
+ </body>
399
+ </html>
@@ -0,0 +1,105 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
+ <html lang='en' xml:lang='en' xmlns='http://www.w3.org/1999/xhtml'>
3
+ <head>
4
+ <title>app/models/user_role.rb</title>
5
+ <link href="screen.css" media="all" rel="stylesheet" type="text/css" />
6
+ <link href="print.css" media="print" rel="stylesheet" type="text/css" />
7
+
8
+ <meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
9
+ <script type="text/javascript" src="rcov.js"></script>
10
+ </head>
11
+ <body>
12
+ <h1>Branston C0 Coverage Information - RCov</h1>
13
+ <h2>app/models/user_role.rb</h2>
14
+
15
+
16
+
17
+ <div class="report_table_wrapper">
18
+ <table class='report' id='report_table'>
19
+ <thead>
20
+ <tr>
21
+ <th class="left_align">Name</th>
22
+ <th class="right_align">Total Lines</th>
23
+ <th class="right_align">Lines of Code</th>
24
+ <th class="left_align">Total Coverage</th>
25
+ <th class="left_align">Code Coverage</th>
26
+ </tr>
27
+ </thead>
28
+ <tbody>
29
+ <tr>
30
+ <td class="left_align"><a href="app-models-user_role_rb.html">app/models/user_role.rb</a></td>
31
+ <td class='right_align'><tt>7</tt></td>
32
+ <td class='right_align'><tt>4</tt></td>
33
+ <td class="left_align"><div class="percent_graph_legend"><tt class=''>100.00%</tt></div>
34
+ <div class="percent_graph">
35
+ <div class="covered" style="width:100px"></div>
36
+ <div class="uncovered" style="width:0px"></div>
37
+ </div></td>
38
+ <td class="left_align"><div class="percent_graph_legend"><tt class=''>100.00%</tt></div>
39
+ <div class="percent_graph">
40
+ <div class="covered" style="width:100px"></div>
41
+ <div class="uncovered" style="width:0px"></div>
42
+ </div></td>
43
+ </tr>
44
+ </tbody>
45
+ </table>
46
+ </div>
47
+
48
+ <h3>Key</h3>
49
+
50
+ <div class="key"><pre><span class='marked'>Code reported as executed by Ruby looks like this...</span><span class='marked1'>and this: this line is also marked as covered.</span><span class='inferred'>Lines considered as run by rcov, but not reported by Ruby, look like this,</span><span class='inferred1'>and this: these lines were inferred by rcov (using simple heuristics).</span><span class='uncovered'>Finally, here's a line marked as not executed.</span></pre></div>
51
+
52
+ <h3>Coverage Details</h3>
53
+
54
+ <table class="details">
55
+ <tbody>
56
+
57
+
58
+
59
+ <tr class="marked">
60
+ <td><pre><a name="line1">1</a> class UserRole &lt; ActiveRecord::Base</pre></td>
61
+ </tr>
62
+
63
+
64
+
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> validates_presence_of :name</pre></td>
73
+ </tr>
74
+
75
+
76
+
77
+ <tr class="marked">
78
+ <td><pre><a name="line4">4</a> belongs_to :story</pre></td>
79
+ </tr>
80
+
81
+
82
+
83
+ <tr class="inferred">
84
+ <td><pre><a name="line5">5</a> </pre></td>
85
+ </tr>
86
+
87
+
88
+
89
+ <tr class="inferred">
90
+ <td><pre><a name="line6">6</a> end</pre></td>
91
+ </tr>
92
+
93
+
94
+
95
+ <tr class="inferred">
96
+ <td><pre><a name="line7">7</a> </pre></td>
97
+ </tr>
98
+
99
+ </tbody>
100
+ </table>
101
+
102
+ <p>Generated on Fri Dec 11 11:38:48 +0000 2009 with <a href="http://github.com/relevance/rcov">rcov 0.9.2.1</a></p>
103
+
104
+ </body>
105
+ </html>