Module: Vanilla
- Defined in:
- lib/vanilla/static.rb,
lib/vanilla.rb,
lib/vanilla/app.rb,
lib/vanilla/config.rb,
lib/vanilla/request.rb,
lib/vanilla/routing.rb,
lib/vanilla/atom_feed.rb,
lib/vanilla/renderers.rb,
lib/vanilla/test_helper.rb,
lib/vanilla/renderers/base.rb,
lib/vanilla/snip_reference_parser.rb
Overview
Heavily based on ActionDispatch::Static
Defined Under Namespace
Modules: Renderers, Routing, TestHelper Classes: App, AtomFeed, Config, MissingRendererError, Request, SnipReferenceParser, Static
Constant Summary collapse
- VERSION =
"1.17.13"
Class Method Summary collapse
-
.apps ⇒ Object
The set of currently loaded Vanilla::App subclasses.
Class Method Details
.apps ⇒ Object
The set of currently loaded Vanilla::App subclasses
19 20 21 |
# File 'lib/vanilla.rb', line 19 def apps @apps ||= [] end |