tainted_love 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +2 -1
- data/Gemfile.lock +1 -1
- data/README.md +8 -0
- data/example/Gemfile.lock +1 -1
- data/example/test/test_helper.rb +3 -1
- data/lib/tainted_love/replacer/replace_action_view.rb +1 -1
- data/lib/tainted_love/reporter/file_reporter.rb +9 -5
- data/lib/tainted_love/reporter/stdout_reporter.rb +29 -9
- data/lib/tainted_love/validator/railties_yaml_load.rb +16 -0
- data/lib/tainted_love/version.rb +1 -1
- data/tools/web/.gitignore +1 -0
- data/tools/web/Gemfile +3 -0
- data/tools/web/application.rb +39 -0
- data/tools/web/public/application.css +79 -0
- data/tools/web/public/application.js +0 -0
- data/tools/web/views/index.erb +57 -0
- data/tools/web/views/layout.erb +25 -0
- data/tools/web/views/line.erb +11 -0
- data/tools/web/views/warning.erb +3 -0
- data/tools/web/views/warnings.erb +3 -0
- metadata +13 -53
- data/docs/TaintedLove.html +0 -482
- data/docs/TaintedLove/Configuration.html +0 -499
- data/docs/TaintedLove/Replacer.html +0 -129
- data/docs/TaintedLove/Replacer/ActionViewHelpersMod.html +0 -230
- data/docs/TaintedLove/Replacer/Base.html +0 -320
- data/docs/TaintedLove/Replacer/HelperMod.html +0 -226
- data/docs/TaintedLove/Replacer/HelpersMod.html +0 -230
- data/docs/TaintedLove/Replacer/MarshalMod.html +0 -178
- data/docs/TaintedLove/Replacer/ObjectMod.html +0 -282
- data/docs/TaintedLove/Replacer/ReplaceActionController.html +0 -329
- data/docs/TaintedLove/Replacer/ReplaceActionView.html +0 -317
- data/docs/TaintedLove/Replacer/ReplaceActiveRecord.html +0 -341
- data/docs/TaintedLove/Replacer/ReplaceDigest.html +0 -369
- data/docs/TaintedLove/Replacer/ReplaceFile.html +0 -245
- data/docs/TaintedLove/Replacer/ReplaceKernel.html +0 -211
- data/docs/TaintedLove/Replacer/ReplaceMarshal.html +0 -219
- data/docs/TaintedLove/Replacer/ReplaceObject.html +0 -231
- data/docs/TaintedLove/Replacer/ReplaceRailsUserInput.html +0 -374
- data/docs/TaintedLove/Replacer/ReplaceSprokets.html +0 -297
- data/docs/TaintedLove/Replacer/SprocketsHelperMod.html +0 -226
- data/docs/TaintedLove/Reporter.html +0 -117
- data/docs/TaintedLove/Reporter/Base.html +0 -466
- data/docs/TaintedLove/Reporter/RackReporter.html +0 -309
- data/docs/TaintedLove/Reporter/SinatraReporter.html +0 -402
- data/docs/TaintedLove/Reporter/SinatraReporter/App.html +0 -210
- data/docs/TaintedLove/Reporter/StdoutReporter.html +0 -305
- data/docs/TaintedLove/SinatraReporter.html +0 -387
- data/docs/TaintedLove/SinatraReporter/App.html +0 -210
- data/docs/TaintedLove/StackTrace.html +0 -650
- data/docs/TaintedLove/Utils.html +0 -550
- data/docs/TaintedLove/Validator.html +0 -129
- data/docs/TaintedLove/Validator/ActionViewObjectSend.html +0 -233
- data/docs/TaintedLove/Validator/Base.html +0 -200
- data/docs/TaintedLove/Validator/ErbEval.html +0 -229
- data/docs/TaintedLove/Validator/RedisStoreSerialization.html +0 -238
- data/docs/TaintedLove/Validator/SproketsMarshal.html +0 -233
- data/docs/TaintedLove/Warning.html +0 -665
- data/docs/_index.html +0 -371
- data/docs/class_list.html +0 -51
- data/docs/css/common.css +0 -1
- data/docs/css/full_list.css +0 -58
- data/docs/css/style.css +0 -496
- data/docs/file.README.html +0 -134
- data/docs/file_list.html +0 -56
- data/docs/frames.html +0 -17
- data/docs/index.html +0 -134
- data/docs/js/app.js +0 -292
- data/docs/js/full_list.js +0 -216
- data/docs/js/jquery.js +0 -4
- data/docs/method_list.html +0 -523
- data/docs/top-level-namespace.html +0 -110
@@ -1,110 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<meta charset="utf-8">
|
5
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6
|
-
<title>
|
7
|
-
Top Level Namespace
|
8
|
-
|
9
|
-
— Documentation by YARD 0.9.18
|
10
|
-
|
11
|
-
</title>
|
12
|
-
|
13
|
-
<link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
|
14
|
-
|
15
|
-
<link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
|
16
|
-
|
17
|
-
<script type="text/javascript" charset="utf-8">
|
18
|
-
pathId = "";
|
19
|
-
relpath = '';
|
20
|
-
</script>
|
21
|
-
|
22
|
-
|
23
|
-
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
|
24
|
-
|
25
|
-
<script type="text/javascript" charset="utf-8" src="js/app.js"></script>
|
26
|
-
|
27
|
-
|
28
|
-
</head>
|
29
|
-
<body>
|
30
|
-
<div class="nav_wrap">
|
31
|
-
<iframe id="nav" src="class_list.html?1"></iframe>
|
32
|
-
<div id="resizer"></div>
|
33
|
-
</div>
|
34
|
-
|
35
|
-
<div id="main" tabindex="-1">
|
36
|
-
<div id="header">
|
37
|
-
<div id="menu">
|
38
|
-
|
39
|
-
<a href="_index.html">Index</a> »
|
40
|
-
|
41
|
-
|
42
|
-
<span class="title">Top Level Namespace</span>
|
43
|
-
|
44
|
-
</div>
|
45
|
-
|
46
|
-
<div id="search">
|
47
|
-
|
48
|
-
<a class="full_list_link" id="class_list_link"
|
49
|
-
href="class_list.html">
|
50
|
-
|
51
|
-
<svg width="24" height="24">
|
52
|
-
<rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
|
53
|
-
<rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
|
54
|
-
<rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
|
55
|
-
</svg>
|
56
|
-
</a>
|
57
|
-
|
58
|
-
</div>
|
59
|
-
<div class="clear"></div>
|
60
|
-
</div>
|
61
|
-
|
62
|
-
<div id="content"><h1>Top Level Namespace
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
</h1>
|
67
|
-
<div class="box_info">
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
</div>
|
80
|
-
|
81
|
-
<h2>Defined Under Namespace</h2>
|
82
|
-
<p class="children">
|
83
|
-
|
84
|
-
|
85
|
-
<strong class="modules">Modules:</strong> <span class='object_link'><a href="TaintedLove.html" title="TaintedLove (module)">TaintedLove</a></span>
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
</p>
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
</div>
|
101
|
-
|
102
|
-
<div id="footer">
|
103
|
-
Generated on Tue Apr 2 15:50:34 2019 by
|
104
|
-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
105
|
-
0.9.18 (ruby-2.5.3).
|
106
|
-
</div>
|
107
|
-
|
108
|
-
</div>
|
109
|
-
</body>
|
110
|
-
</html>
|