rconfig 0.4.2 → 0.4.3

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 (90) hide show
  1. data/ChangeLog +7 -0
  2. data/Gemfile +1 -0
  3. data/Gemfile.lock +2 -0
  4. data/Rakefile +11 -8
  5. data/doc/Array.html +184 -0
  6. data/doc/Hash.html +360 -0
  7. data/doc/NilClass.html +233 -0
  8. data/doc/RConfig.html +328 -0
  9. data/doc/RConfig/Callbacks.html +295 -0
  10. data/doc/RConfig/Cascade.html +316 -0
  11. data/doc/RConfig/Config.html +441 -0
  12. data/doc/RConfig/ConfigError.html +187 -0
  13. data/doc/RConfig/Constants.html +271 -0
  14. data/doc/RConfig/CoreMethods.html +814 -0
  15. data/doc/RConfig/DisabledLogger.html +424 -0
  16. data/doc/RConfig/Exceptions.html +266 -0
  17. data/doc/RConfig/Generators.html +186 -0
  18. data/doc/RConfig/Generators/InstallGenerator.html +233 -0
  19. data/doc/RConfig/InvalidLoadPathError.html +187 -0
  20. data/doc/RConfig/LoadPaths.html +375 -0
  21. data/doc/RConfig/Logger.html +184 -0
  22. data/doc/RConfig/PropertiesFile.html +399 -0
  23. data/doc/RConfig/Reload.html +481 -0
  24. data/doc/RConfig/Settings.html +188 -0
  25. data/doc/RConfig/Utils.html +841 -0
  26. data/doc/README_rdoc.html +331 -0
  27. data/doc/String.html +184 -0
  28. data/doc/created.rid +21 -1
  29. data/doc/index.html +423 -20
  30. data/doc/lib/generators/rconfig/install_generator_rb.html +52 -0
  31. data/doc/lib/generators/rconfig/templates/rconfig_rb.html +56 -0
  32. data/doc/lib/rconfig/callbacks_rb.html +52 -0
  33. data/doc/lib/rconfig/cascade_rb.html +52 -0
  34. data/doc/lib/rconfig/config_rb.html +61 -0
  35. data/doc/lib/rconfig/constants_rb.html +52 -0
  36. data/doc/lib/rconfig/core_ext/array_rb.html +52 -0
  37. data/doc/lib/rconfig/core_ext/hash_rb.html +61 -0
  38. data/doc/lib/rconfig/core_ext/nil_rb.html +52 -0
  39. data/doc/lib/rconfig/core_ext/string_rb.html +52 -0
  40. data/doc/lib/rconfig/core_methods_rb.html +55 -0
  41. data/doc/lib/rconfig/exceptions_rb.html +58 -0
  42. data/doc/lib/rconfig/load_paths_rb.html +52 -0
  43. data/doc/lib/rconfig/logger_rb.html +52 -0
  44. data/doc/lib/rconfig/properties_file_rb.html +93 -0
  45. data/doc/lib/rconfig/reload_rb.html +52 -0
  46. data/doc/lib/rconfig/settings_rb.html +52 -0
  47. data/doc/lib/rconfig/utils_rb.html +52 -0
  48. data/doc/lib/rconfig_rb.html +151 -0
  49. data/doc/rdoc.css +706 -0
  50. data/lib/rconfig.rb +1 -1
  51. data/lib/rconfig/load_paths.rb +2 -2
  52. data/lib/tasks/rdoc.rake +3 -4
  53. data/rconfig.gemspec +4 -2
  54. data/spec/config/erb_contents.yml +3 -0
  55. data/spec/config/props_config.conf +18 -0
  56. data/spec/config/spec.yml +17 -0
  57. data/spec/config/xml_config.xml +22 -0
  58. data/spec/config2/.gitkeep +0 -0
  59. data/spec/rconfig/load_paths_spec.rb +37 -0
  60. data/spec/rconfig/reload_spec.rb +37 -0
  61. data/spec/rconfig_spec.rb +61 -3
  62. data/spec/spec_helper.rb +12 -8
  63. metadata +82 -40
  64. data/doc/classes/ClassVariables.html +0 -111
  65. data/doc/classes/ConfigError.html +0 -120
  66. data/doc/classes/ConfigHash.html +0 -354
  67. data/doc/classes/Constants.html +0 -226
  68. data/doc/classes/Hash.html +0 -269
  69. data/doc/classes/InvalidConfigPathError.html +0 -119
  70. data/doc/classes/Object.html +0 -220
  71. data/doc/classes/PropertiesFileParser.html +0 -282
  72. data/doc/classes/RConfig.html +0 -1745
  73. data/doc/files/README_rdoc.html +0 -271
  74. data/doc/files/lib/rconfig/class_variables_rb.html +0 -107
  75. data/doc/files/lib/rconfig/config_hash_rb.html +0 -114
  76. data/doc/files/lib/rconfig/constants_rb.html +0 -101
  77. data/doc/files/lib/rconfig/core_ext/hash_rb.html +0 -114
  78. data/doc/files/lib/rconfig/core_ext/object_rb.html +0 -101
  79. data/doc/files/lib/rconfig/core_ext_rb.html +0 -114
  80. data/doc/files/lib/rconfig/exceptions_rb.html +0 -110
  81. data/doc/files/lib/rconfig/properties_file_parser_rb.html +0 -146
  82. data/doc/files/lib/rconfig/rconfig_rb.html +0 -186
  83. data/doc/files/lib/rconfig_rb.html +0 -117
  84. data/doc/fr_class_index.html +0 -35
  85. data/doc/fr_file_index.html +0 -37
  86. data/doc/fr_method_index.html +0 -75
  87. data/doc/rdoc-style.css +0 -208
  88. data/lib/tasks/gem.rake +0 -14
  89. data/lib/tasks/spec.rake +0 -25
  90. data/spec/core_ext/object_spec.rb +0 -44
data/doc/created.rid CHANGED
@@ -1 +1,21 @@
1
- Fri, 12 Feb 2010 17:04:46 -0600
1
+ Thu, 03 May 2012 15:37:42 -0700
2
+ README.rdoc Mon, 16 Apr 2012 13:33:35 -0700
3
+ lib/generators/rconfig/install_generator.rb Fri, 20 Apr 2012 01:32:45 -0700
4
+ lib/generators/rconfig/templates/rconfig.rb Fri, 23 Mar 2012 17:28:19 -0700
5
+ lib/rconfig/callbacks.rb Tue, 20 Mar 2012 11:19:14 -0700
6
+ lib/rconfig/cascade.rb Tue, 20 Mar 2012 11:23:28 -0700
7
+ lib/rconfig/config.rb Sat, 21 Apr 2012 23:57:23 -0700
8
+ lib/rconfig/constants.rb Tue, 27 Mar 2012 13:51:32 -0700
9
+ lib/rconfig/core_ext/array.rb Tue, 20 Mar 2012 11:49:58 -0700
10
+ lib/rconfig/core_ext/hash.rb Tue, 20 Mar 2012 02:11:24 -0700
11
+ lib/rconfig/core_ext/nil.rb Tue, 20 Mar 2012 11:37:08 -0700
12
+ lib/rconfig/core_ext/string.rb Tue, 20 Mar 2012 11:39:40 -0700
13
+ lib/rconfig/core_methods.rb Fri, 20 Apr 2012 01:45:18 -0700
14
+ lib/rconfig/exceptions.rb Tue, 20 Mar 2012 12:22:39 -0700
15
+ lib/rconfig/load_paths.rb Wed, 02 May 2012 18:46:46 -0700
16
+ lib/rconfig/logger.rb Tue, 20 Mar 2012 04:16:34 -0700
17
+ lib/rconfig/properties_file.rb Wed, 11 Apr 2012 17:06:06 -0700
18
+ lib/rconfig/reload.rb Tue, 20 Mar 2012 11:29:28 -0700
19
+ lib/rconfig/settings.rb Tue, 27 Mar 2012 12:49:21 -0700
20
+ lib/rconfig/utils.rb Wed, 11 Apr 2012 17:53:13 -0700
21
+ lib/rconfig.rb Wed, 02 May 2012 23:08:52 -0700
data/doc/index.html CHANGED
@@ -1,24 +1,427 @@
1
- <?xml version="1.0" encoding="iso-8859-1"?>
2
- <!DOCTYPE html
3
- PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
4
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
3
+ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
5
4
 
6
- <!--
5
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
6
+ <head>
7
+ <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
7
8
 
8
- RDoc Documentation
9
+ <title>RDoc Documentation</title>
10
+
11
+ <link type="text/css" media="screen" href="rdoc.css" rel="stylesheet" />
12
+
13
+ <script src="js/jquery.js" type="text/javascript" charset="utf-8"></script>
14
+ <script src="js/thickbox-compressed.js" type="text/javascript" charset="utf-8"></script>
15
+ <script src="js/quicksearch.js" type="text/javascript" charset="utf-8"></script>
16
+ <script src="js/darkfish.js" type="text/javascript" charset="utf-8"></script>
9
17
 
10
- -->
11
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
12
- <head>
13
- <title>RDoc Documentation</title>
14
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
15
18
  </head>
16
- <frameset rows="20%, 80%">
17
- <frameset cols="25%,35%,45%">
18
- <frame src="fr_file_index.html" title="Files" name="Files" />
19
- <frame src="fr_class_index.html" name="Classes" />
20
- <frame src="fr_method_index.html" name="Methods" />
21
- </frameset>
22
- <frame src="files/README_rdoc.html" name="docwin" />
23
- </frameset>
24
- </html>
19
+ <body class="indexpage">
20
+
21
+
22
+ <h1>RDoc Documentation</h1>
23
+
24
+
25
+ <div id="main">
26
+
27
+ <p>
28
+ The complete solution for Ruby Configuration Management. <a
29
+ href="RConfig.html">RConfig</a> is a Ruby library that manages
30
+ configuration within Ruby applications. It bridges the gap between yaml,
31
+ xml, and key/value based properties files, by providing a centralized
32
+ solution to handle application configuration from one location. It provides
33
+ the simplicity of hash-based access, that Rubyists have come to know and
34
+ love, supporting your configuration style of choice, while providing many
35
+ new features, and an elegant API.
36
+ </p>
37
+ <h2>Features</h2>
38
+ <ul>
39
+ <li><p>
40
+ Simple, easy to install and use.
41
+ </p>
42
+ </li>
43
+ <li><p>
44
+ Supports yaml, xml, and properties files.
45
+ </p>
46
+ </li>
47
+ <li><p>
48
+ Yaml and xml files support infinite level of configuration grouping.
49
+ </p>
50
+ </li>
51
+ <li><p>
52
+ Properties files support git config-like configuration grouping.
53
+ </p>
54
+ </li>
55
+ <li><p>
56
+ Intuitive dot-notation &#8216;key chaining&#8217; argument access.
57
+ </p>
58
+ </li>
59
+ <li><p>
60
+ Simple well-known hash/array based argument access.
61
+ </p>
62
+ </li>
63
+ <li><p>
64
+ Implements multilevel caching to reduce disk access.
65
+ </p>
66
+ </li>
67
+ <li><p>
68
+ Short-hand access to &#8216;global&#8217; application configuration, and
69
+ shell environment.
70
+ </p>
71
+ </li>
72
+ <li><p>
73
+ Cascades multiple configuration files to support environment and
74
+ host-specific configuration.
75
+ </p>
76
+ </li>
77
+ <li><p>
78
+ On-load callbacks for single, multiple, or any config file.
79
+ </p>
80
+ </li>
81
+ <li><p>
82
+ Embedded ruby code with ERB templating.
83
+ </p>
84
+ </li>
85
+ <li><p>
86
+ Support for referencing values in property files (Yaml also has built in
87
+ support using node anchors).
88
+ </p>
89
+ </li>
90
+ </ul>
91
+ <h2>Getting Started</h2>
92
+ <h3>Rails Apps</h3>
93
+ <p>
94
+ <a href="RConfig.html">RConfig</a> is released as a Ruby Gem. The gem is to
95
+ be installed within a Ruby on Rails 3 application. To install, simply add
96
+ the following to your Gemfile:
97
+ </p>
98
+ <pre>
99
+ # Gemfile
100
+ gem 'rconfig'
101
+ </pre>
102
+ <p>
103
+ After updating your bundle, run the installer
104
+ </p>
105
+ <pre>
106
+ $&gt; rails generate rconfig:install
107
+ </pre>
108
+ <p>
109
+ The installer creates an initializer used for configuring defaults used by
110
+ <a href="RConfig.html">RConfig</a>
111
+ </p>
112
+ <h3>Non-Rails Apps</h3>
113
+ <p>
114
+ If you&#8217;re not using <a href="RConfig.html">RConfig</a> in a Rails
115
+ app, and you don&#8217;t use Gemfile you can install <a
116
+ href="RConfig.html">RConfig</a> with RubyGems
117
+ </p>
118
+ <pre>
119
+ gem install rconfig
120
+ </pre>
121
+ <h2>Requirements</h2>
122
+ <p>
123
+ Starting with version 0.4.0, <a href="RConfig.html">RConfig</a> requires at
124
+ least Ruby 1.9, and Rails 3. Previous versions can be used in Ruby 1.8 and
125
+ Rails 2.2+. Non-rails projects need ActiveSupport (>= 3 for <a
126
+ href="RConfig.html">RConfig</a> 0.4.0, and > 2.2 for <a
127
+ href="RConfig.html">RConfig</a> 0.3).
128
+ </p>
129
+ <ul>
130
+ <li><p>
131
+ Ruby 1.9+
132
+ </p>
133
+ </li>
134
+ <li><p>
135
+ ActiveSupport 3.0+
136
+ </p>
137
+ </li>
138
+ </ul>
139
+ <h2>Example</h2>
140
+ <pre>
141
+ shell/console =&gt;
142
+ export LANG=en
143
+
144
+ demo.yml =&gt;
145
+ server:
146
+ address: host.domain.com
147
+ port: 81
148
+ host: &lt;%= %x{host_name} %&gt;
149
+ ...
150
+
151
+ application.properties =&gt;
152
+ debug_level=verbose
153
+ app_root=/home/rahmal/apps/rconfig
154
+ test_root=%{app_root}/tests
155
+ ...
156
+
157
+ demo.rb =&gt;
158
+ require 'rconfig'
159
+ RConfig.config_paths = ['$HOME/config', '#{APP_ROOT}/config', '/demo/conf']
160
+ RConfig.demo[:server][:port] =&gt; 81
161
+ RConfig.demo.server.address =&gt; 'host.domain.com'
162
+ RConfig.demo.server.host =&gt; 'host.local'
163
+
164
+ RConfig.application.test_root =&gt; '/home/rahmal/apps/rconfig/tests'
165
+
166
+ RConfig[:debug_level] =&gt; 'verbose'
167
+ RConfig[:lang] =&gt; 'en'
168
+ ...
169
+ </pre>
170
+ <h2>Bugs and Feature Requests</h2>
171
+ <ul>
172
+ <li><p>
173
+ Bug Reports &amp; Feature Requests: Please use to the [Issues page](<a
174
+ href="https://github.com/rahmal/rconfig/issues">github.com/rahmal/rconfig/issues</a>)
175
+ </p>
176
+ </li>
177
+ <li><p>
178
+ Want to Contribute? Send a Pull Request
179
+ </p>
180
+ </li>
181
+ </ul>
182
+ <h2>Known Issues</h2>
183
+ <ul>
184
+ <li><p>
185
+ None
186
+ </p>
187
+ </li>
188
+ </ul>
189
+ <h2>License</h2>
190
+ <p>
191
+ (The MIT License)
192
+ </p>
193
+ <p>
194
+ Copyright &#169; 2009 Rahmal Conda <rahmal@gmail.com>
195
+ </p>
196
+ <p>
197
+ Permission is hereby granted, free of charge, to any person obtaining a
198
+ copy of this software and associated documentation files (the
199
+ &#8216;Software&#8217;), to deal in the Software without restriction,
200
+ including without limitation the rights to use, copy, modify, merge,
201
+ publish, distribute, sublicense, and/or sell copies of the Software, and to
202
+ permit persons to whom the Software is furnished to do so, subject to the
203
+ following conditions:
204
+ </p>
205
+ <p>
206
+ The above copyright notice and this permission notice shall be included in
207
+ all copies or substantial portions of the Software.
208
+ </p>
209
+ <p>
210
+ THE SOFTWARE IS PROVIDED &#8216;AS IS&#8217;, WITHOUT WARRANTY OF ANY KIND,
211
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
212
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
213
+ NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
214
+ DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
215
+ OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
216
+ USE OR OTHER DEALINGS IN THE SOFTWARE.
217
+ </p>
218
+ <h2>Credits</h2>
219
+ <p>
220
+ Thanks to everyone I included here. <a href="RConfig.html">RConfig</a>
221
+ would not exist without their contributions.
222
+ </p>
223
+ <p>
224
+ Mike Sandler, Kurt Stephens, CashNetUSA (CNU):
225
+ </p>
226
+ <ul>
227
+ <li><p>
228
+ Wrote the proprietary class <a href="RConfig.html">RConfig</a> was
229
+ originally based on.
230
+ </p>
231
+ </li>
232
+ </ul>
233
+
234
+ </div>
235
+
236
+
237
+
238
+
239
+ <h2>Files</h2>
240
+ <ul>
241
+
242
+ <li class="file"><a href="README_rdoc.html">README.rdoc</a></li>
243
+
244
+ </ul>
245
+
246
+
247
+ <h2 id="classes">Classes/Modules</h2>
248
+ <ul>
249
+
250
+ <li class="module"><a href="RConfig.html">RConfig</a></li>
251
+
252
+ <li class="module"><a href="RConfig/Callbacks.html">RConfig::Callbacks</a></li>
253
+
254
+ <li class="module"><a href="RConfig/Cascade.html">RConfig::Cascade</a></li>
255
+
256
+ <li class="class"><a href="RConfig/Config.html">RConfig::Config</a></li>
257
+
258
+ <li class="class"><a href="RConfig/ConfigError.html">RConfig::ConfigError</a></li>
259
+
260
+ <li class="module"><a href="RConfig/Constants.html">RConfig::Constants</a></li>
261
+
262
+ <li class="module"><a href="RConfig/CoreMethods.html">RConfig::CoreMethods</a></li>
263
+
264
+ <li class="class"><a href="RConfig/DisabledLogger.html">RConfig::DisabledLogger</a></li>
265
+
266
+ <li class="module"><a href="RConfig/Exceptions.html">RConfig::Exceptions</a></li>
267
+
268
+ <li class="module"><a href="RConfig/Generators.html">RConfig::Generators</a></li>
269
+
270
+ <li class="class"><a href="RConfig/Generators/InstallGenerator.html">RConfig::Generators::InstallGenerator</a></li>
271
+
272
+ <li class="class"><a href="RConfig/InvalidLoadPathError.html">RConfig::InvalidLoadPathError</a></li>
273
+
274
+ <li class="module"><a href="RConfig/LoadPaths.html">RConfig::LoadPaths</a></li>
275
+
276
+ <li class="class"><a href="RConfig/PropertiesFile.html">RConfig::PropertiesFile</a></li>
277
+
278
+ <li class="module"><a href="RConfig/Reload.html">RConfig::Reload</a></li>
279
+
280
+ <li class="module"><a href="RConfig/Settings.html">RConfig::Settings</a></li>
281
+
282
+ <li class="module"><a href="RConfig/Utils.html">RConfig::Utils</a></li>
283
+
284
+ <li class="class"><a href="Array.html">Array</a></li>
285
+
286
+ <li class="class"><a href="Hash.html">Hash</a></li>
287
+
288
+ <li class="class"><a href="NilClass.html">NilClass</a></li>
289
+
290
+ <li class="class"><a href="String.html">String</a></li>
291
+
292
+ </ul>
293
+
294
+ <h2 id="methods">Methods</h2>
295
+ <ul>
296
+
297
+ <li><a href="RConfig/PropertiesFile.html#method-c-parse">::parse &mdash; RConfig::PropertiesFile</a></li>
298
+
299
+ <li><a href="RConfig/PropertiesFile.html#method-c-parse_references">::parse_references &mdash; RConfig::PropertiesFile</a></li>
300
+
301
+ <li><a href="RConfig/Config.html#method-i-%5B%5D">#[] &mdash; RConfig::Config</a></li>
302
+
303
+ <li><a href="RConfig/CoreMethods.html#method-i-%5B%5D">#[] &mdash; RConfig::CoreMethods</a></li>
304
+
305
+ <li><a href="RConfig/LoadPaths.html#method-i-add_load_path">#add_load_path &mdash; RConfig::LoadPaths</a></li>
306
+
307
+ <li><a href="RConfig/Utils.html#method-i-app_root">#app_root &mdash; RConfig::Utils</a></li>
308
+
309
+ <li><a href="RConfig/Reload.html#method-i-auto_check%3F">#auto_check? &mdash; RConfig::Reload</a></li>
310
+
311
+ <li><a href="NilClass.html#method-i-blank%3F">#blank? &mdash; NilClass</a></li>
312
+
313
+ <li><a href="RConfig/CoreMethods.html#method-i-check_for_changes">#check_for_changes &mdash; RConfig::CoreMethods</a></li>
314
+
315
+ <li><a href="RConfig/CoreMethods.html#method-i-config_changed%3F">#config_changed? &mdash; RConfig::CoreMethods</a></li>
316
+
317
+ <li><a href="RConfig/CoreMethods.html#method-i-config_files">#config_files &mdash; RConfig::CoreMethods</a></li>
318
+
319
+ <li><a href="RConfig/CoreMethods.html#method-i-config_for">#config_for &mdash; RConfig::CoreMethods</a></li>
320
+
321
+ <li><a href="RConfig/Config.html#method-i-convert_value">#convert_value &mdash; RConfig::Config</a></li>
322
+
323
+ <li><a href="RConfig/Generators/InstallGenerator.html#method-i-copy_initializer">#copy_initializer &mdash; RConfig::Generators::InstallGenerator</a></li>
324
+
325
+ <li><a href="RConfig/Utils.html#method-i-create_dottable_hash">#create_dottable_hash &mdash; RConfig::Utils</a></li>
326
+
327
+ <li><a href="RConfig/DisabledLogger.html#method-i-debug">#debug &mdash; RConfig::DisabledLogger</a></li>
328
+
329
+ <li><a href="RConfig/Config.html#method-i-default">#default &mdash; RConfig::Config</a></li>
330
+
331
+ <li><a href="RConfig/Utils.html#method-i-default_load_paths">#default_load_paths &mdash; RConfig::Utils</a></li>
332
+
333
+ <li><a href="RConfig/DisabledLogger.html#method-i-dont_log">#dont_log &mdash; RConfig::DisabledLogger</a></li>
334
+
335
+ <li><a href="RConfig/Reload.html#method-i-enable_reload%3D">#enable_reload= &mdash; RConfig::Reload</a></li>
336
+
337
+ <li><a href="RConfig/DisabledLogger.html#method-i-error">#error &mdash; RConfig::DisabledLogger</a></li>
338
+
339
+ <li><a href="RConfig/DisabledLogger.html#method-i-fatal">#fatal &mdash; RConfig::DisabledLogger</a></li>
340
+
341
+ <li><a href="RConfig/Utils.html#method-i-filename_for_name">#filename_for_name &mdash; RConfig::Utils</a></li>
342
+
343
+ <li><a href="RConfig/Callbacks.html#method-i-fire_on_load">#fire_on_load &mdash; RConfig::Callbacks</a></li>
344
+
345
+ <li><a href="RConfig/Utils.html#method-i-flush_cache">#flush_cache &mdash; RConfig::Utils</a></li>
346
+
347
+ <li><a href="RConfig/CoreMethods.html#method-i-get_config_data">#get_config_data &mdash; RConfig::CoreMethods</a></li>
348
+
349
+ <li><a href="RConfig/CoreMethods.html#method-i-get_config_files">#get_config_files &mdash; RConfig::CoreMethods</a></li>
350
+
351
+ <li><a href="RConfig/DisabledLogger.html#method-i-info">#info &mdash; RConfig::DisabledLogger</a></li>
352
+
353
+ <li><a href="RConfig/CoreMethods.html#method-i-load_config_files">#load_config_files &mdash; RConfig::CoreMethods</a></li>
354
+
355
+ <li><a href="RConfig/LoadPaths.html#method-i-load_paths_set%3F">#load_paths_set? &mdash; RConfig::LoadPaths</a></li>
356
+
357
+ <li><a href="RConfig/DisabledLogger.html#method-i-log">#log &mdash; RConfig::DisabledLogger</a></li>
358
+
359
+ <li><a href="RConfig/Utils.html#method-i-log_level">#log_level &mdash; RConfig::Utils</a></li>
360
+
361
+ <li><a href="RConfig/Utils.html#method-i-log_level%3D">#log_level= &mdash; RConfig::Utils</a></li>
362
+
363
+ <li><a href="RConfig/Utils.html#method-i-make_indifferent">#make_indifferent &mdash; RConfig::Utils</a></li>
364
+
365
+ <li><a href="RConfig/Utils.html#method-i-merge_hashes">#merge_hashes &mdash; RConfig::Utils</a></li>
366
+
367
+ <li><a href="RConfig/CoreMethods.html#method-i-method_missing">#method_missing &mdash; RConfig::CoreMethods</a></li>
368
+
369
+ <li><a href="RConfig/Config.html#method-i-method_missing">#method_missing &mdash; RConfig::Config</a></li>
370
+
371
+ <li><a href="RConfig/Callbacks.html#method-i-on_load">#on_load &mdash; RConfig::Callbacks</a></li>
372
+
373
+ <li><a href="RConfig/Cascade.html#method-i-overlay%3D">#overlay= &mdash; RConfig::Cascade</a></li>
374
+
375
+ <li><a href="RConfig/Utils.html#method-i-parse">#parse &mdash; RConfig::Utils</a></li>
376
+
377
+ <li><a href="RConfig/LoadPaths.html#method-i-parse_load_paths">#parse_load_paths &mdash; RConfig::LoadPaths</a></li>
378
+
379
+ <li><a href="RConfig/Utils.html#method-i-parse_xml">#parse_xml &mdash; RConfig::Utils</a></li>
380
+
381
+ <li><a href="RConfig/Utils.html#method-i-rails%3F">#rails? &mdash; RConfig::Utils</a></li>
382
+
383
+ <li><a href="RConfig/Exceptions.html#method-i-raise_load_path_error">#raise_load_path_error &mdash; RConfig::Exceptions</a></li>
384
+
385
+ <li><a href="RConfig/Exceptions.html#method-i-raise_logger_error">#raise_logger_error &mdash; RConfig::Exceptions</a></li>
386
+
387
+ <li><a href="RConfig/Utils.html#method-i-read">#read &mdash; RConfig::Utils</a></li>
388
+
389
+ <li><a href="RConfig/Reload.html#method-i-reload">#reload &mdash; RConfig::Reload</a></li>
390
+
391
+ <li><a href="RConfig/Reload.html#method-i-reload%3F">#reload? &mdash; RConfig::Reload</a></li>
392
+
393
+ <li><a href="RConfig/Reload.html#method-i-reload_disabled%3F">#reload_disabled? &mdash; RConfig::Reload</a></li>
394
+
395
+ <li><a href="RConfig/Reload.html#method-i-reload_interval%3D">#reload_interval= &mdash; RConfig::Reload</a></li>
396
+
397
+ <li><a href="RConfig/CoreMethods.html#method-i-reload_on_change">#reload_on_change &mdash; RConfig::CoreMethods</a></li>
398
+
399
+ <li><a href="RConfig/LoadPaths.html#method-i-set_load_paths">#set_load_paths &mdash; RConfig::LoadPaths</a></li>
400
+
401
+ <li><a href="RConfig/Utils.html#method-i-setting">#setting &mdash; RConfig::Utils</a></li>
402
+
403
+ <li><a href="RConfig/Utils.html#method-i-setup">#setup &mdash; RConfig::Utils</a></li>
404
+
405
+ <li><a href="RConfig/Cascade.html#method-i-suffixes_for">#suffixes_for &mdash; RConfig::Cascade</a></li>
406
+
407
+ <li><a href="RConfig/Config.html#method-i-unknown">#unknown &mdash; RConfig::Config</a></li>
408
+
409
+ <li><a href="RConfig/DisabledLogger.html#method-i-warn">#warn &mdash; RConfig::DisabledLogger</a></li>
410
+
411
+ <li><a href="Hash.html#method-i-weave">#weave &mdash; Hash</a></li>
412
+
413
+ <li><a href="Hash.html#method-i-weave%21">#weave! &mdash; Hash</a></li>
414
+
415
+ <li><a href="RConfig/CoreMethods.html#method-i-with_file">#with_file &mdash; RConfig::CoreMethods</a></li>
416
+
417
+ <li><a href="RConfig/Reload.html#method-i-without_reload">#without_reload &mdash; RConfig::Reload</a></li>
418
+
419
+ </ul>
420
+
421
+ <div id="validator-badges">
422
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
423
+ <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
424
+ Rdoc Generator</a> 1.1.6</small>.</p>
425
+ </div>
426
+ </body>
427
+ </html>