rango 0.0.6 → 0.1.pre
Sign up to get free protection for your applications and to get access to all the features.
- data/doc/0.0.3/Array.html +354 -0
- data/doc/0.0.3/AttributeMixin.html +697 -0
- data/doc/0.0.3/Class.html +102 -0
- data/doc/0.0.3/ColoredString.html +476 -0
- data/doc/0.0.3/Enumerable.html +256 -0
- data/doc/0.0.3/File.html +909 -0
- data/doc/0.0.3/Hash.html +1586 -0
- data/doc/0.0.3/Kernel.html +956 -0
- data/doc/0.0.3/OS.html +740 -0
- data/doc/0.0.3/Object.html +466 -0
- data/doc/0.0.3/ObjectSpace.html +184 -0
- data/doc/0.0.3/Path.html +2499 -0
- data/doc/0.0.3/Range.html +190 -0
- data/doc/0.0.3/Rango.html +379 -0
- data/doc/0.0.3/Rango/ApplicationMixin.html +396 -0
- data/doc/0.0.3/Rango/Bundling.html +23 -0
- data/doc/0.0.3/Rango/Bundling/RequireStrategy.html +283 -0
- data/doc/0.0.3/Rango/Bundling/Strategy.html +703 -0
- data/doc/0.0.3/Rango/CLI.html +23 -0
- data/doc/0.0.3/Rango/CLI/Generator.html +762 -0
- data/doc/0.0.3/Rango/CLI/Templater.html +258 -0
- data/doc/0.0.3/Rango/CallableStrategy.html +300 -0
- data/doc/0.0.3/Rango/Chainable.html +181 -0
- data/doc/0.0.3/Rango/Configurable.html +199 -0
- data/doc/0.0.3/Rango/Controller.html +962 -0
- data/doc/0.0.3/Rango/ControllerMixin.html +860 -0
- data/doc/0.0.3/Rango/ControllerStrategy.html +264 -0
- data/doc/0.0.3/Rango/DependencyStrategy.html +116 -0
- data/doc/0.0.3/Rango/Dispatcher.html +305 -0
- data/doc/0.0.3/Rango/Form.html +162 -0
- data/doc/0.0.3/Rango/GemDependencyStrategy.html +210 -0
- data/doc/0.0.3/Rango/Generator.html +93 -0
- data/doc/0.0.3/Rango/GenericViews.html +128 -0
- data/doc/0.0.3/Rango/GitDependencyStrategy.html +224 -0
- data/doc/0.0.3/Rango/GithubDependencyStrategy.html +118 -0
- data/doc/0.0.3/Rango/Handler.html +474 -0
- data/doc/0.0.3/Rango/Helpers.html +1335 -0
- data/doc/0.0.3/Rango/Hookable.html +202 -0
- data/doc/0.0.3/Rango/ImportMixin.html +755 -0
- data/doc/0.0.3/Rango/Logger.html +920 -0
- data/doc/0.0.3/Rango/Mini.html +117 -0
- data/doc/0.0.3/Rango/ModelForm.html +42 -0
- data/doc/0.0.3/Rango/Project.html +516 -0
- data/doc/0.0.3/Rango/RenderMixin.html +23 -0
- data/doc/0.0.3/Rango/Request.html +1177 -0
- data/doc/0.0.3/Rango/Route.html +751 -0
- data/doc/0.0.3/Rango/Router.html +42 -0
- data/doc/0.0.3/Rango/Router/Dispatcher.html +311 -0
- data/doc/0.0.3/Rango/RouterStrategy.html +258 -0
- data/doc/0.0.3/Rango/Session.html +23 -0
- data/doc/0.0.3/Rango/Settings.html +23 -0
- data/doc/0.0.3/Rango/Settings/Erubis.html +23 -0
- data/doc/0.0.3/Rango/Settings/Framework.html +254 -0
- data/doc/0.0.3/Rango/Settings/Haml.html +23 -0
- data/doc/0.0.3/Rango/Settings/Template.html +23 -0
- data/doc/0.0.3/Rango/SimpleTemplate.html +187 -0
- data/doc/0.0.3/Rango/StrategyMixin.html +261 -0
- data/doc/0.0.3/Rango/Tasks.html +219 -0
- data/doc/0.0.3/Rango/Template.html +95 -0
- data/doc/0.0.3/Rango/Template/Adapter.html +90 -0
- data/doc/0.0.3/Rango/Templates.html +116 -0
- data/doc/0.0.3/Rango/Templates/Adapter.html +128 -0
- data/doc/0.0.3/Rango/Templates/Template.html +636 -0
- data/doc/0.0.3/Rango/Templates/TemplateHelpers.html +328 -0
- data/doc/0.0.3/RangoThor.html +205 -0
- data/doc/0.0.3/String.html +307 -0
- data/doc/0.0.3/Time.html +193 -0
- data/doc/0.0.3/TimeDSL.html +601 -0
- data/doc/0.0.3/all-methods.html +1908 -0
- data/doc/0.0.3/all-namespaces.html +114 -0
- data/doc/0.0.3/app.js +18 -0
- data/doc/0.0.3/head/Array.html +354 -0
- data/doc/0.0.3/head/AttributeMixin.html +697 -0
- data/doc/0.0.3/head/Class.html +102 -0
- data/doc/0.0.3/head/ColoredString.html +476 -0
- data/doc/0.0.3/head/Enumerable.html +256 -0
- data/doc/0.0.3/head/File.html +909 -0
- data/doc/0.0.3/head/Hash.html +1586 -0
- data/doc/0.0.3/head/Kernel.html +956 -0
- data/doc/0.0.3/head/OS.html +740 -0
- data/doc/0.0.3/head/Object.html +466 -0
- data/doc/0.0.3/head/ObjectSpace.html +184 -0
- data/doc/0.0.3/head/Path.html +2499 -0
- data/doc/0.0.3/head/Range.html +190 -0
- data/doc/0.0.3/head/Rango.html +379 -0
- data/doc/0.0.3/head/Rango/ApplicationMixin.html +396 -0
- data/doc/0.0.3/head/Rango/Bundling.html +23 -0
- data/doc/0.0.3/head/Rango/Bundling/RequireStrategy.html +283 -0
- data/doc/0.0.3/head/Rango/Bundling/Strategy.html +703 -0
- data/doc/0.0.3/head/Rango/CLI.html +23 -0
- data/doc/0.0.3/head/Rango/CLI/Generator.html +762 -0
- data/doc/0.0.3/head/Rango/CLI/Templater.html +258 -0
- data/doc/0.0.3/head/Rango/CallableStrategy.html +300 -0
- data/doc/0.0.3/head/Rango/Chainable.html +181 -0
- data/doc/0.0.3/head/Rango/Configurable.html +199 -0
- data/doc/0.0.3/head/Rango/Controller.html +962 -0
- data/doc/0.0.3/head/Rango/ControllerMixin.html +860 -0
- data/doc/0.0.3/head/Rango/ControllerStrategy.html +264 -0
- data/doc/0.0.3/head/Rango/DependencyStrategy.html +116 -0
- data/doc/0.0.3/head/Rango/Dispatcher.html +305 -0
- data/doc/0.0.3/head/Rango/Form.html +162 -0
- data/doc/0.0.3/head/Rango/GemDependencyStrategy.html +210 -0
- data/doc/0.0.3/head/Rango/Generator.html +93 -0
- data/doc/0.0.3/head/Rango/GenericViews.html +128 -0
- data/doc/0.0.3/head/Rango/GitDependencyStrategy.html +224 -0
- data/doc/0.0.3/head/Rango/GithubDependencyStrategy.html +118 -0
- data/doc/0.0.3/head/Rango/Handler.html +474 -0
- data/doc/0.0.3/head/Rango/Helpers.html +1335 -0
- data/doc/0.0.3/head/Rango/Hookable.html +202 -0
- data/doc/0.0.3/head/Rango/ImportMixin.html +755 -0
- data/doc/0.0.3/head/Rango/Logger.html +920 -0
- data/doc/0.0.3/head/Rango/Mini.html +117 -0
- data/doc/0.0.3/head/Rango/ModelForm.html +42 -0
- data/doc/0.0.3/head/Rango/Project.html +516 -0
- data/doc/0.0.3/head/Rango/RenderMixin.html +23 -0
- data/doc/0.0.3/head/Rango/Request.html +1177 -0
- data/doc/0.0.3/head/Rango/Route.html +751 -0
- data/doc/0.0.3/head/Rango/Router.html +42 -0
- data/doc/0.0.3/head/Rango/Router/Dispatcher.html +311 -0
- data/doc/0.0.3/head/Rango/RouterStrategy.html +258 -0
- data/doc/0.0.3/head/Rango/Session.html +23 -0
- data/doc/0.0.3/head/Rango/Settings.html +23 -0
- data/doc/0.0.3/head/Rango/Settings/Erubis.html +23 -0
- data/doc/0.0.3/head/Rango/Settings/Framework.html +254 -0
- data/doc/0.0.3/head/Rango/Settings/Haml.html +23 -0
- data/doc/0.0.3/head/Rango/Settings/Template.html +23 -0
- data/doc/0.0.3/head/Rango/SimpleTemplate.html +187 -0
- data/doc/0.0.3/head/Rango/StrategyMixin.html +261 -0
- data/doc/0.0.3/head/Rango/Tasks.html +219 -0
- data/doc/0.0.3/head/Rango/Template.html +95 -0
- data/doc/0.0.3/head/Rango/Template/Adapter.html +90 -0
- data/doc/0.0.3/head/Rango/Templates.html +116 -0
- data/doc/0.0.3/head/Rango/Templates/Adapter.html +128 -0
- data/doc/0.0.3/head/Rango/Templates/Template.html +636 -0
- data/doc/0.0.3/head/Rango/Templates/TemplateHelpers.html +328 -0
- data/doc/0.0.3/head/RangoThor.html +205 -0
- data/doc/0.0.3/head/String.html +307 -0
- data/doc/0.0.3/head/Time.html +193 -0
- data/doc/0.0.3/head/TimeDSL.html +601 -0
- data/doc/0.0.3/head/all-methods.html +1908 -0
- data/doc/0.0.3/head/all-namespaces.html +114 -0
- data/doc/0.0.3/head/app.js +18 -0
- data/doc/0.0.3/head/index.html +18 -0
- data/doc/0.0.3/head/jquery.js +11 -0
- data/doc/0.0.3/head/readme.html +36 -0
- data/doc/0.0.3/head/style.css +68 -0
- data/doc/0.0.3/head/syntax_highlight.css +21 -0
- data/doc/0.0.3/index.html +18 -0
- data/doc/0.0.3/jquery.js +11 -0
- data/doc/0.0.3/readme.html +36 -0
- data/doc/0.0.3/style.css +68 -0
- data/doc/0.0.3/syntax_highlight.css +21 -0
- data/doc/0.0.4/Array.html +354 -0
- data/doc/0.0.4/AttributeMixin.html +697 -0
- data/doc/0.0.4/Class.html +102 -0
- data/doc/0.0.4/ColoredString.html +476 -0
- data/doc/0.0.4/Enumerable.html +256 -0
- data/doc/0.0.4/File.html +909 -0
- data/doc/0.0.4/Hash.html +1586 -0
- data/doc/0.0.4/Kernel.html +956 -0
- data/doc/0.0.4/OS.html +740 -0
- data/doc/0.0.4/Object.html +466 -0
- data/doc/0.0.4/ObjectSpace.html +184 -0
- data/doc/0.0.4/Path.html +2499 -0
- data/doc/0.0.4/Range.html +190 -0
- data/doc/0.0.4/Rango.html +379 -0
- data/doc/0.0.4/Rango/ApplicationMixin.html +396 -0
- data/doc/0.0.4/Rango/Bundling.html +23 -0
- data/doc/0.0.4/Rango/Bundling/RequireStrategy.html +283 -0
- data/doc/0.0.4/Rango/Bundling/Strategy.html +703 -0
- data/doc/0.0.4/Rango/CLI.html +23 -0
- data/doc/0.0.4/Rango/CLI/Generator.html +762 -0
- data/doc/0.0.4/Rango/CLI/Templater.html +258 -0
- data/doc/0.0.4/Rango/CallableStrategy.html +300 -0
- data/doc/0.0.4/Rango/Chainable.html +181 -0
- data/doc/0.0.4/Rango/Configurable.html +199 -0
- data/doc/0.0.4/Rango/Controller.html +962 -0
- data/doc/0.0.4/Rango/ControllerMixin.html +860 -0
- data/doc/0.0.4/Rango/ControllerStrategy.html +264 -0
- data/doc/0.0.4/Rango/DependencyStrategy.html +116 -0
- data/doc/0.0.4/Rango/Dispatcher.html +305 -0
- data/doc/0.0.4/Rango/Form.html +162 -0
- data/doc/0.0.4/Rango/GemDependencyStrategy.html +210 -0
- data/doc/0.0.4/Rango/Generator.html +93 -0
- data/doc/0.0.4/Rango/GenericViews.html +128 -0
- data/doc/0.0.4/Rango/GitDependencyStrategy.html +224 -0
- data/doc/0.0.4/Rango/GithubDependencyStrategy.html +118 -0
- data/doc/0.0.4/Rango/Handler.html +474 -0
- data/doc/0.0.4/Rango/Helpers.html +1335 -0
- data/doc/0.0.4/Rango/Hookable.html +202 -0
- data/doc/0.0.4/Rango/ImportMixin.html +755 -0
- data/doc/0.0.4/Rango/Logger.html +920 -0
- data/doc/0.0.4/Rango/Mini.html +117 -0
- data/doc/0.0.4/Rango/ModelForm.html +42 -0
- data/doc/0.0.4/Rango/Project.html +516 -0
- data/doc/0.0.4/Rango/RenderMixin.html +23 -0
- data/doc/0.0.4/Rango/Request.html +1177 -0
- data/doc/0.0.4/Rango/Route.html +751 -0
- data/doc/0.0.4/Rango/Router.html +42 -0
- data/doc/0.0.4/Rango/Router/Dispatcher.html +311 -0
- data/doc/0.0.4/Rango/RouterStrategy.html +258 -0
- data/doc/0.0.4/Rango/Session.html +23 -0
- data/doc/0.0.4/Rango/Settings.html +23 -0
- data/doc/0.0.4/Rango/Settings/Erubis.html +23 -0
- data/doc/0.0.4/Rango/Settings/Framework.html +254 -0
- data/doc/0.0.4/Rango/Settings/Haml.html +23 -0
- data/doc/0.0.4/Rango/Settings/Template.html +23 -0
- data/doc/0.0.4/Rango/SimpleTemplate.html +187 -0
- data/doc/0.0.4/Rango/StrategyMixin.html +261 -0
- data/doc/0.0.4/Rango/Tasks.html +219 -0
- data/doc/0.0.4/Rango/Template.html +95 -0
- data/doc/0.0.4/Rango/Template/Adapter.html +90 -0
- data/doc/0.0.4/Rango/Templates.html +116 -0
- data/doc/0.0.4/Rango/Templates/Adapter.html +128 -0
- data/doc/0.0.4/Rango/Templates/Template.html +636 -0
- data/doc/0.0.4/Rango/Templates/TemplateHelpers.html +328 -0
- data/doc/0.0.4/RangoThor.html +205 -0
- data/doc/0.0.4/String.html +307 -0
- data/doc/0.0.4/Time.html +193 -0
- data/doc/0.0.4/TimeDSL.html +601 -0
- data/doc/0.0.4/all-methods.html +1908 -0
- data/doc/0.0.4/all-namespaces.html +114 -0
- data/doc/0.0.4/app.js +18 -0
- data/doc/0.0.4/head/Array.html +354 -0
- data/doc/0.0.4/head/AttributeMixin.html +697 -0
- data/doc/0.0.4/head/Class.html +102 -0
- data/doc/0.0.4/head/ColoredString.html +476 -0
- data/doc/0.0.4/head/Enumerable.html +256 -0
- data/doc/0.0.4/head/File.html +909 -0
- data/doc/0.0.4/head/Hash.html +1586 -0
- data/doc/0.0.4/head/Kernel.html +956 -0
- data/doc/0.0.4/head/OS.html +740 -0
- data/doc/0.0.4/head/Object.html +466 -0
- data/doc/0.0.4/head/ObjectSpace.html +184 -0
- data/doc/0.0.4/head/Path.html +2499 -0
- data/doc/0.0.4/head/Range.html +190 -0
- data/doc/0.0.4/head/Rango.html +379 -0
- data/doc/0.0.4/head/Rango/ApplicationMixin.html +396 -0
- data/doc/0.0.4/head/Rango/Bundling.html +23 -0
- data/doc/0.0.4/head/Rango/Bundling/RequireStrategy.html +283 -0
- data/doc/0.0.4/head/Rango/Bundling/Strategy.html +703 -0
- data/doc/0.0.4/head/Rango/CLI.html +23 -0
- data/doc/0.0.4/head/Rango/CLI/Generator.html +762 -0
- data/doc/0.0.4/head/Rango/CLI/Templater.html +258 -0
- data/doc/0.0.4/head/Rango/CallableStrategy.html +300 -0
- data/doc/0.0.4/head/Rango/Chainable.html +181 -0
- data/doc/0.0.4/head/Rango/Configurable.html +199 -0
- data/doc/0.0.4/head/Rango/Controller.html +962 -0
- data/doc/0.0.4/head/Rango/ControllerMixin.html +860 -0
- data/doc/0.0.4/head/Rango/ControllerStrategy.html +264 -0
- data/doc/0.0.4/head/Rango/DependencyStrategy.html +116 -0
- data/doc/0.0.4/head/Rango/Dispatcher.html +305 -0
- data/doc/0.0.4/head/Rango/Form.html +162 -0
- data/doc/0.0.4/head/Rango/GemDependencyStrategy.html +210 -0
- data/doc/0.0.4/head/Rango/Generator.html +93 -0
- data/doc/0.0.4/head/Rango/GenericViews.html +128 -0
- data/doc/0.0.4/head/Rango/GitDependencyStrategy.html +224 -0
- data/doc/0.0.4/head/Rango/GithubDependencyStrategy.html +118 -0
- data/doc/0.0.4/head/Rango/Handler.html +474 -0
- data/doc/0.0.4/head/Rango/Helpers.html +1335 -0
- data/doc/0.0.4/head/Rango/Hookable.html +202 -0
- data/doc/0.0.4/head/Rango/ImportMixin.html +755 -0
- data/doc/0.0.4/head/Rango/Logger.html +920 -0
- data/doc/0.0.4/head/Rango/Mini.html +117 -0
- data/doc/0.0.4/head/Rango/ModelForm.html +42 -0
- data/doc/0.0.4/head/Rango/Project.html +516 -0
- data/doc/0.0.4/head/Rango/RenderMixin.html +23 -0
- data/doc/0.0.4/head/Rango/Request.html +1177 -0
- data/doc/0.0.4/head/Rango/Route.html +751 -0
- data/doc/0.0.4/head/Rango/Router.html +42 -0
- data/doc/0.0.4/head/Rango/Router/Dispatcher.html +311 -0
- data/doc/0.0.4/head/Rango/RouterStrategy.html +258 -0
- data/doc/0.0.4/head/Rango/Session.html +23 -0
- data/doc/0.0.4/head/Rango/Settings.html +23 -0
- data/doc/0.0.4/head/Rango/Settings/Erubis.html +23 -0
- data/doc/0.0.4/head/Rango/Settings/Framework.html +254 -0
- data/doc/0.0.4/head/Rango/Settings/Haml.html +23 -0
- data/doc/0.0.4/head/Rango/Settings/Template.html +23 -0
- data/doc/0.0.4/head/Rango/SimpleTemplate.html +187 -0
- data/doc/0.0.4/head/Rango/StrategyMixin.html +261 -0
- data/doc/0.0.4/head/Rango/Tasks.html +219 -0
- data/doc/0.0.4/head/Rango/Template.html +95 -0
- data/doc/0.0.4/head/Rango/Template/Adapter.html +90 -0
- data/doc/0.0.4/head/Rango/Templates.html +116 -0
- data/doc/0.0.4/head/Rango/Templates/Adapter.html +128 -0
- data/doc/0.0.4/head/Rango/Templates/Template.html +636 -0
- data/doc/0.0.4/head/Rango/Templates/TemplateHelpers.html +328 -0
- data/doc/0.0.4/head/RangoThor.html +205 -0
- data/doc/0.0.4/head/String.html +307 -0
- data/doc/0.0.4/head/Time.html +193 -0
- data/doc/0.0.4/head/TimeDSL.html +601 -0
- data/doc/0.0.4/head/all-methods.html +1908 -0
- data/doc/0.0.4/head/all-namespaces.html +114 -0
- data/doc/0.0.4/head/app.js +18 -0
- data/doc/0.0.4/head/index.html +18 -0
- data/doc/0.0.4/head/jquery.js +11 -0
- data/doc/0.0.4/head/readme.html +36 -0
- data/doc/0.0.4/head/style.css +68 -0
- data/doc/0.0.4/head/syntax_highlight.css +21 -0
- data/doc/0.0.4/index.html +18 -0
- data/doc/0.0.4/jquery.js +11 -0
- data/doc/0.0.4/readme.html +36 -0
- data/doc/0.0.4/style.css +68 -0
- data/doc/0.0.4/syntax_highlight.css +21 -0
- data/doc/0.0.5/Array.html +354 -0
- data/doc/0.0.5/AttributeMixin.html +697 -0
- data/doc/0.0.5/Class.html +102 -0
- data/doc/0.0.5/ColoredString.html +476 -0
- data/doc/0.0.5/Enumerable.html +256 -0
- data/doc/0.0.5/File.html +909 -0
- data/doc/0.0.5/Hash.html +1586 -0
- data/doc/0.0.5/Kernel.html +956 -0
- data/doc/0.0.5/OS.html +740 -0
- data/doc/0.0.5/Object.html +466 -0
- data/doc/0.0.5/ObjectSpace.html +184 -0
- data/doc/0.0.5/Path.html +2499 -0
- data/doc/0.0.5/Range.html +190 -0
- data/doc/0.0.5/Rango.html +379 -0
- data/doc/0.0.5/Rango/ApplicationMixin.html +396 -0
- data/doc/0.0.5/Rango/Bundling.html +23 -0
- data/doc/0.0.5/Rango/Bundling/RequireStrategy.html +283 -0
- data/doc/0.0.5/Rango/Bundling/Strategy.html +703 -0
- data/doc/0.0.5/Rango/CLI.html +23 -0
- data/doc/0.0.5/Rango/CLI/Generator.html +762 -0
- data/doc/0.0.5/Rango/CLI/Templater.html +258 -0
- data/doc/0.0.5/Rango/CallableStrategy.html +300 -0
- data/doc/0.0.5/Rango/Chainable.html +181 -0
- data/doc/0.0.5/Rango/Configurable.html +199 -0
- data/doc/0.0.5/Rango/Controller.html +962 -0
- data/doc/0.0.5/Rango/ControllerMixin.html +860 -0
- data/doc/0.0.5/Rango/ControllerStrategy.html +264 -0
- data/doc/0.0.5/Rango/DependencyStrategy.html +116 -0
- data/doc/0.0.5/Rango/Dispatcher.html +305 -0
- data/doc/0.0.5/Rango/Form.html +162 -0
- data/doc/0.0.5/Rango/GemDependencyStrategy.html +210 -0
- data/doc/0.0.5/Rango/Generator.html +93 -0
- data/doc/0.0.5/Rango/GenericViews.html +128 -0
- data/doc/0.0.5/Rango/GitDependencyStrategy.html +224 -0
- data/doc/0.0.5/Rango/GithubDependencyStrategy.html +118 -0
- data/doc/0.0.5/Rango/Handler.html +474 -0
- data/doc/0.0.5/Rango/Helpers.html +1335 -0
- data/doc/0.0.5/Rango/Hookable.html +202 -0
- data/doc/0.0.5/Rango/ImportMixin.html +755 -0
- data/doc/0.0.5/Rango/Logger.html +920 -0
- data/doc/0.0.5/Rango/Mini.html +117 -0
- data/doc/0.0.5/Rango/ModelForm.html +42 -0
- data/doc/0.0.5/Rango/Project.html +516 -0
- data/doc/0.0.5/Rango/RenderMixin.html +23 -0
- data/doc/0.0.5/Rango/Request.html +1177 -0
- data/doc/0.0.5/Rango/Route.html +751 -0
- data/doc/0.0.5/Rango/Router.html +42 -0
- data/doc/0.0.5/Rango/Router/Dispatcher.html +311 -0
- data/doc/0.0.5/Rango/RouterStrategy.html +258 -0
- data/doc/0.0.5/Rango/Session.html +23 -0
- data/doc/0.0.5/Rango/Settings.html +23 -0
- data/doc/0.0.5/Rango/Settings/Erubis.html +23 -0
- data/doc/0.0.5/Rango/Settings/Framework.html +254 -0
- data/doc/0.0.5/Rango/Settings/Haml.html +23 -0
- data/doc/0.0.5/Rango/Settings/Template.html +23 -0
- data/doc/0.0.5/Rango/SimpleTemplate.html +187 -0
- data/doc/0.0.5/Rango/StrategyMixin.html +261 -0
- data/doc/0.0.5/Rango/Tasks.html +219 -0
- data/doc/0.0.5/Rango/Template.html +95 -0
- data/doc/0.0.5/Rango/Template/Adapter.html +90 -0
- data/doc/0.0.5/Rango/Templates.html +116 -0
- data/doc/0.0.5/Rango/Templates/Adapter.html +128 -0
- data/doc/0.0.5/Rango/Templates/Template.html +636 -0
- data/doc/0.0.5/Rango/Templates/TemplateHelpers.html +328 -0
- data/doc/0.0.5/RangoThor.html +205 -0
- data/doc/0.0.5/String.html +307 -0
- data/doc/0.0.5/Time.html +193 -0
- data/doc/0.0.5/TimeDSL.html +601 -0
- data/doc/0.0.5/all-methods.html +2092 -0
- data/doc/0.0.5/all-namespaces.html +126 -0
- data/doc/0.0.5/app.js +18 -0
- data/doc/0.0.5/index.html +18 -0
- data/doc/0.0.5/jquery.js +11 -0
- data/doc/0.0.5/readme.html +36 -0
- data/doc/0.0.5/style.css +68 -0
- data/doc/0.0.5/syntax_highlight.css +21 -0
- data/doc/head/Array.html +354 -0
- data/doc/head/AttributeMixin.html +697 -0
- data/doc/head/Class.html +102 -0
- data/doc/head/ColoredString.html +476 -0
- data/doc/head/Enumerable.html +256 -0
- data/doc/head/File.html +909 -0
- data/doc/head/Hash.html +1586 -0
- data/doc/head/Kernel.html +956 -0
- data/doc/head/OS.html +740 -0
- data/doc/head/Object.html +466 -0
- data/doc/head/ObjectSpace.html +184 -0
- data/doc/head/Path.html +2499 -0
- data/doc/head/Range.html +190 -0
- data/doc/head/Rango.html +379 -0
- data/doc/head/Rango/ApplicationMixin.html +396 -0
- data/doc/head/Rango/Bundling.html +23 -0
- data/doc/head/Rango/Bundling/RequireStrategy.html +283 -0
- data/doc/head/Rango/Bundling/Strategy.html +703 -0
- data/doc/head/Rango/CLI.html +23 -0
- data/doc/head/Rango/CLI/Generator.html +762 -0
- data/doc/head/Rango/CLI/Templater.html +258 -0
- data/doc/head/Rango/CallableStrategy.html +300 -0
- data/doc/head/Rango/Chainable.html +181 -0
- data/doc/head/Rango/Configurable.html +199 -0
- data/doc/head/Rango/Controller.html +962 -0
- data/doc/head/Rango/ControllerMixin.html +860 -0
- data/doc/head/Rango/ControllerStrategy.html +264 -0
- data/doc/head/Rango/DependencyStrategy.html +116 -0
- data/doc/head/Rango/Dispatcher.html +305 -0
- data/doc/head/Rango/Form.html +162 -0
- data/doc/head/Rango/GemDependencyStrategy.html +210 -0
- data/doc/head/Rango/Generator.html +93 -0
- data/doc/head/Rango/GenericViews.html +128 -0
- data/doc/head/Rango/GitDependencyStrategy.html +224 -0
- data/doc/head/Rango/GithubDependencyStrategy.html +118 -0
- data/doc/head/Rango/Handler.html +474 -0
- data/doc/head/Rango/Helpers.html +1335 -0
- data/doc/head/Rango/Hookable.html +202 -0
- data/doc/head/Rango/ImportMixin.html +755 -0
- data/doc/head/Rango/Logger.html +920 -0
- data/doc/head/Rango/Mini.html +117 -0
- data/doc/head/Rango/ModelForm.html +42 -0
- data/doc/head/Rango/Project.html +516 -0
- data/doc/head/Rango/RenderMixin.html +23 -0
- data/doc/head/Rango/Request.html +1177 -0
- data/doc/head/Rango/Route.html +751 -0
- data/doc/head/Rango/Router.html +42 -0
- data/doc/head/Rango/Router/Dispatcher.html +311 -0
- data/doc/head/Rango/RouterStrategy.html +258 -0
- data/doc/head/Rango/Session.html +23 -0
- data/doc/head/Rango/Settings.html +23 -0
- data/doc/head/Rango/Settings/Erubis.html +23 -0
- data/doc/head/Rango/Settings/Framework.html +254 -0
- data/doc/head/Rango/Settings/Haml.html +23 -0
- data/doc/head/Rango/Settings/Template.html +23 -0
- data/doc/head/Rango/SimpleTemplate.html +187 -0
- data/doc/head/Rango/StrategyMixin.html +261 -0
- data/doc/head/Rango/Tasks.html +219 -0
- data/doc/head/Rango/Template.html +95 -0
- data/doc/head/Rango/Template/Adapter.html +90 -0
- data/doc/head/Rango/Templates.html +116 -0
- data/doc/head/Rango/Templates/Adapter.html +128 -0
- data/doc/head/Rango/Templates/Template.html +636 -0
- data/doc/head/Rango/Templates/TemplateHelpers.html +328 -0
- data/doc/head/RangoThor.html +205 -0
- data/doc/head/String.html +307 -0
- data/doc/head/Time.html +193 -0
- data/doc/head/TimeDSL.html +601 -0
- data/doc/head/all-methods.html +2092 -0
- data/doc/head/all-namespaces.html +126 -0
- data/doc/head/app.js +18 -0
- data/doc/head/index.html +18 -0
- data/doc/head/jquery.js +11 -0
- data/doc/head/readme.html +36 -0
- data/doc/head/style.css +68 -0
- data/doc/head/syntax_highlight.css +21 -0
- data/doc/versions/0.0.1/Rango.html +1025 -0
- data/doc/versions/0.0.1/Rango/CallableStrategy.html +166 -0
- data/doc/versions/0.0.1/Rango/ControllerStrategy.html +180 -0
- data/doc/versions/0.0.1/Rango/Route.html +340 -0
- data/doc/versions/0.0.1/Rango/Router.html +502 -0
- data/doc/versions/0.0.1/Rango/RouterStrategy.html +94 -0
- data/doc/versions/0.0.1/Rango/Template.html +28 -0
- data/doc/versions/0.0.1/Rango/Template/Adapter.html +90 -0
- data/doc/versions/0.0.1/all-methods.html +228 -0
- data/doc/versions/0.0.1/all-namespaces.html +36 -0
- data/doc/versions/0.0.1/app.js +18 -0
- data/doc/versions/0.0.1/index.html +18 -0
- data/doc/versions/0.0.1/jquery.js +11 -0
- data/doc/versions/0.0.1/readme.html +137 -0
- data/doc/versions/0.0.1/style.css +68 -0
- data/doc/versions/0.0.1/syntax_highlight.css +21 -0
- data/lib/rango/contrib/pagination.rb +2 -1
- data/lib/rango/contrib/pagination/_pagination.html.haml +4 -4
- data/lib/rango/contrib/pagination/helpers.rb +0 -10
- data/lib/rango/gv.rb +0 -3
- data/lib/rango/helpers/merb-helpers/form/builder.rb +1 -0
- data/lib/rango/mixins/render.rb +0 -3
- data/lib/rango/orm/tasks/{datamapper.rake → datamapper.thor} +16 -9
- data/lib/rango/orm/tasks/{sequel.rake → sequel.thor} +0 -0
- data/lib/rango/rango.rb +4 -17
- data/lib/rango/router.rb +0 -9
- data/lib/rango/router/adapters/usher.rb +1 -1
- data/lib/rango/settings/erubis.rb +0 -2
- data/lib/rango/settings/haml.rb +0 -6
- data/lib/rango/settings/template.rb +1 -3
- data/lib/rango/templates/adapter.rb +1 -1
- data/lib/rango/templates/erubis.rb +2 -2
- data/lib/rango/templates/template.rb +1 -3
- data/lib/rango/templates/templates.txt +1 -1
- data/lib/rango/{utils.rb → testing.rb} +1 -1
- data/rango-0.0.6.pre.gem +0 -0
- data/rango.gemspec +1 -1
- data/rango.pre.gemspec +48 -0
- data/stubs/app/content/init.rb.rbt +0 -3
- data/stubs/app/content/models.rb.rbt +1 -9
- data/stubs/app/content/views.rb.rbt +4 -13
- data/stubs/app/setup.rb +3 -4
- data/stubs/project/content/{Gemfile.rbt → Gemfile} +4 -55
- data/stubs/project/content/Rakefile +9 -0
- data/stubs/project/content/config.ru.rbt +5 -33
- data/stubs/project/content/init.rb.rbt +3 -29
- data/stubs/project/content/spec/spec_helper.rb +6 -17
- data/stubs/project/content/templates/base.html.haml.rbt +22 -9
- data/stubs/project/postprocess.rb +1 -7
- data/stubs/project/setup.rb +1 -4
- data/vendor/cli/Rakefile +1 -19
- data/vendor/media-path/Rakefile +1 -19
- data/vendor/rack/Rakefile +2 -1
- data/vendor/rack/lib/rack.rb +1 -0
- data/vendor/rack/lib/rack/auth/openid.rb +487 -0
- data/vendor/rack/test/spec_rack_auth_openid.rb +84 -0
- data/vendor/rubyexts/Rakefile +1 -19
- data/vendor/rubyexts/lib/rubyexts/kernel.rb +1 -1
- data/vendor/simple-templater/lib/simple-templater/helpers.rb +1 -1
- metadata +486 -16
- data/lib/rango/router/adapters/rack_mount.rb +0 -17
- data/lib/rango/tasks/spec.rake +0 -7
- data/stubs/project/content/Rakefile.rbt +0 -12
- data/stubs/project/content/spec/%name%/init_spec.rb.rbt +0 -7
- data/stubs/project/content/spec/%name%/models_spec.rb.rbt +0 -10
- data/stubs/project/content/spec/%name%/views_spec.rb.rbt +0 -22
- data/stubs/project/content/spec/spec.opts +0 -5
- data/stubs/project/content/templates/index.html.haml +0 -24
@@ -0,0 +1,190 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
2
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
|
6
|
+
<link rel="stylesheet" href="style.css" type="text/css" charset="utf-8" />
|
7
|
+
<link rel="stylesheet" href="syntax_highlight.css" type="text/css" charset="utf-8" />
|
8
|
+
|
9
|
+
<script src="jquery.js" type="text/javascript" charset="utf-8"></script>
|
10
|
+
<script src="app.js" type="text/javascript" charset="utf-8"></script>
|
11
|
+
<title>Class: Range</title>
|
12
|
+
</head>
|
13
|
+
<body>
|
14
|
+
<div id="content">
|
15
|
+
<div class="section class Range">
|
16
|
+
<h1 class="title">Class: Range</h1>
|
17
|
+
<div class="section inheritance">
|
18
|
+
<ul>
|
19
|
+
<li><a href="Object.html" title="Object">Object</a></li><ul><li>Range</li>
|
20
|
+
</ul></ul>
|
21
|
+
</div><div class="section constants">
|
22
|
+
|
23
|
+
</div> <div class="section visibilitygroup public">
|
24
|
+
<h1>Public Visibility</h1>
|
25
|
+
<div class="section methodsummary instance public">
|
26
|
+
<h1>Public Instance Method Summary</h1>
|
27
|
+
<table class="summary">
|
28
|
+
|
29
|
+
<tr>
|
30
|
+
<th class="signature">
|
31
|
+
<span class='name'><a href="#rand-instance_method" title="#rand">#rand</a></span><span class='args'></span>
|
32
|
+
<span class='block'></span>
|
33
|
+
|
34
|
+
<span class='alias'>#random</span>
|
35
|
+
|
36
|
+
</th>
|
37
|
+
<td class="docstring">
|
38
|
+
<p>
|
39
|
+
Returns random item from the array.
|
40
|
+
</p>
|
41
|
+
|
42
|
+
|
43
|
+
<p class='returns'>
|
44
|
+
Returns:
|
45
|
+
<span class='return_types'>
|
46
|
+
<tt><a href="Object.html" title="Object">Object</a></tt>
|
47
|
+
</span>
|
48
|
+
</p>
|
49
|
+
|
50
|
+
</td>
|
51
|
+
</tr>
|
52
|
+
|
53
|
+
</table><div class="inherited">
|
54
|
+
|
55
|
+
<div>
|
56
|
+
<h1>Public Instance Methods Inherited from <a href="Object.html" title="Object">Object</a></h1>
|
57
|
+
<p><span class='name'><a href="Object.html#define_instance_method-instance_method" title="define_instance_method">define_instance_method</a></span>, <span class='name'><a href="Object.html#not_nil%3F-instance_method" title="not_nil?">not_nil?</a></span>, <span class='name'><a href="Object.html#try-instance_method" title="try">try</a></span></p>
|
58
|
+
</div>
|
59
|
+
|
60
|
+
</div>
|
61
|
+
<div class="clear"></div>
|
62
|
+
</div>
|
63
|
+
<div class="section methoddetails instance public">
|
64
|
+
<h1>Public Instance Method Details</h1>
|
65
|
+
|
66
|
+
<div class="method">
|
67
|
+
<div class="method_header">
|
68
|
+
<h3>rand</h3>
|
69
|
+
</div><div id="rand-instance_method" class="section method">
|
70
|
+
<div class="details_title">
|
71
|
+
<div class='section methodsignature'>
|
72
|
+
<tt class='def'>
|
73
|
+
<span class='visibility'>public</span>
|
74
|
+
<span class='return_types'><tt><a href="Object.html" title="Object">Object</a></tt></span>
|
75
|
+
<span class='name'>rand</span><span class='args'></span>
|
76
|
+
<span class='block'></span>
|
77
|
+
</tt>
|
78
|
+
</div>
|
79
|
+
<p class="aliases">
|
80
|
+
<span class="aka">Also known as:</span>
|
81
|
+
|
82
|
+
<tt id="random-instance_method">random</tt>
|
83
|
+
|
84
|
+
</p>
|
85
|
+
</div><div class="section docstring">
|
86
|
+
<p>
|
87
|
+
Returns random item from the array
|
88
|
+
</p>
|
89
|
+
|
90
|
+
</div><div class="section tags">
|
91
|
+
<h2>Meta Tags</h2>
|
92
|
+
<div class="param">
|
93
|
+
<h3>Parameters:</h3>
|
94
|
+
<dl>
|
95
|
+
|
96
|
+
</dl>
|
97
|
+
</div><div class="return">
|
98
|
+
<h3>Returns:</h3>
|
99
|
+
<dl>
|
100
|
+
|
101
|
+
<dt>
|
102
|
+
|
103
|
+
<span class='type'>[<tt><a href="Object.html" title="Object">Object</a></tt>]</span>
|
104
|
+
|
105
|
+
|
106
|
+
<span class='name'></span>
|
107
|
+
|
108
|
+
|
109
|
+
</dt>
|
110
|
+
<dd>
|
111
|
+
<span class='desc'><p>
|
112
|
+
Random item from range
|
113
|
+
</p>
|
114
|
+
</span>
|
115
|
+
</dd>
|
116
|
+
|
117
|
+
</dl>
|
118
|
+
</div>
|
119
|
+
<div class="author">
|
120
|
+
<h3>Author:</h3>
|
121
|
+
<dl>
|
122
|
+
|
123
|
+
<dt>
|
124
|
+
|
125
|
+
|
126
|
+
|
127
|
+
</dt>
|
128
|
+
<dd>
|
129
|
+
<span class='desc'><p>
|
130
|
+
Botanicus
|
131
|
+
</p>
|
132
|
+
</span>
|
133
|
+
</dd>
|
134
|
+
|
135
|
+
</dl>
|
136
|
+
</div>
|
137
|
+
<div class="since">
|
138
|
+
<h3>Since:</h3>
|
139
|
+
<dl>
|
140
|
+
|
141
|
+
<dt>
|
142
|
+
|
143
|
+
|
144
|
+
|
145
|
+
</dt>
|
146
|
+
<dd>
|
147
|
+
<span class='desc'><p>
|
148
|
+
0.0.2
|
149
|
+
</p>
|
150
|
+
</span>
|
151
|
+
</dd>
|
152
|
+
|
153
|
+
</dl>
|
154
|
+
</div>
|
155
|
+
|
156
|
+
</div><div class="section source">
|
157
|
+
<span>[<a class="source_link" href="#">View source</a>]</span>
|
158
|
+
<div class="source_code">
|
159
|
+
<table>
|
160
|
+
<tr>
|
161
|
+
<td>
|
162
|
+
<pre class="lines">
|
163
|
+
|
164
|
+
|
165
|
+
21
|
166
|
+
22
|
167
|
+
23</pre>
|
168
|
+
</td>
|
169
|
+
<td>
|
170
|
+
<pre class="code"><span class="info file"># File 'lib/rango/ext/random.rb', line 21</span>
|
171
|
+
|
172
|
+
<span class='def def kw'>def</span> <span class='rand identifier id'>rand</span>
|
173
|
+
<span class='self self kw'>self</span><span class='dot token'>.</span><span class='min identifier id'>min</span> <span class='plus op'>+</span> <span class='Kernel constant id'>Kernel</span><span class='dot token'>.</span><span class='rand identifier id'>rand</span><span class='lparen token'>(</span><span class='self self kw'>self</span><span class='dot token'>.</span><span class='max identifier id'>max</span><span class='rparen token'>)</span>
|
174
|
+
<span class='end end kw'>end</span>
|
175
|
+
</pre>
|
176
|
+
</td>
|
177
|
+
</tr>
|
178
|
+
</table>
|
179
|
+
</div>
|
180
|
+
</div>
|
181
|
+
</div>
|
182
|
+
</div>
|
183
|
+
|
184
|
+
</div>
|
185
|
+
</div>
|
186
|
+
|
187
|
+
</div>
|
188
|
+
</div>
|
189
|
+
</body>
|
190
|
+
</html>
|
@@ -0,0 +1,379 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
2
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
|
6
|
+
<link rel="stylesheet" href="style.css" type="text/css" charset="utf-8" />
|
7
|
+
<link rel="stylesheet" href="syntax_highlight.css" type="text/css" charset="utf-8" />
|
8
|
+
|
9
|
+
<script src="jquery.js" type="text/javascript" charset="utf-8"></script>
|
10
|
+
<script src="app.js" type="text/javascript" charset="utf-8"></script>
|
11
|
+
<title>Module: Rango</title>
|
12
|
+
</head>
|
13
|
+
<body>
|
14
|
+
<div id="content">
|
15
|
+
<div class="section module Rango">
|
16
|
+
<h1 class="title">Module: Rango</h1>
|
17
|
+
<div class="section docstring">
|
18
|
+
<h1>> define #partial?</h1>
|
19
|
+
|
20
|
+
</div><div class="section constants">
|
21
|
+
|
22
|
+
</div> <div class="section visibilitygroup public">
|
23
|
+
<h1>Public Visibility</h1>
|
24
|
+
<div class="section methodsummary class public">
|
25
|
+
<h1>Public Class Method Summary</h1>
|
26
|
+
<table class="summary">
|
27
|
+
|
28
|
+
<tr>
|
29
|
+
<th class="signature">
|
30
|
+
<span class='name'><a href="#bundle-class_method" title="bundle">bundle</a></span><span class='args'>(name, options = Hash.new)</span>
|
31
|
+
<span class='block'></span>
|
32
|
+
|
33
|
+
</th>
|
34
|
+
<td class="docstring">
|
35
|
+
|
36
|
+
|
37
|
+
</td>
|
38
|
+
</tr>
|
39
|
+
|
40
|
+
<tr>
|
41
|
+
<th class="signature">
|
42
|
+
<span class='name'><a href="#dependency-class_method" title="dependency">dependency</a></span><span class='args'>(library, options = Hash.new, &block)</span>
|
43
|
+
<span class='block'></span>
|
44
|
+
|
45
|
+
</th>
|
46
|
+
<td class="docstring">
|
47
|
+
|
48
|
+
|
49
|
+
<p class='returns'>
|
50
|
+
Returns:
|
51
|
+
<span class='return_types'>
|
52
|
+
<tt>Boolean</tt>
|
53
|
+
</span>
|
54
|
+
</p>
|
55
|
+
|
56
|
+
</td>
|
57
|
+
</tr>
|
58
|
+
|
59
|
+
<tr>
|
60
|
+
<th class="signature">
|
61
|
+
<span class='name'><a href="#root-class_method" title="root">root</a></span><span class='args'></span>
|
62
|
+
<span class='block'></span>
|
63
|
+
|
64
|
+
</th>
|
65
|
+
<td class="docstring">
|
66
|
+
|
67
|
+
|
68
|
+
</td>
|
69
|
+
</tr>
|
70
|
+
|
71
|
+
</table>
|
72
|
+
</div>
|
73
|
+
<div class="section methoddetails class public">
|
74
|
+
<h1>Public Class Method Details</h1>
|
75
|
+
|
76
|
+
<div class="method">
|
77
|
+
<div class="method_header">
|
78
|
+
<h3>bundle</h3>
|
79
|
+
</div><div id="bundle-class_method" class="section method">
|
80
|
+
<div class="details_title">
|
81
|
+
<div class='section methodsignature'>
|
82
|
+
<tt class='def'>
|
83
|
+
<span class='visibility'>public</span>
|
84
|
+
<span class='return_types'></span>
|
85
|
+
<span class='name'>bundle</span><span class='args'>(name, options = Hash.new)</span>
|
86
|
+
<span class='block'></span>
|
87
|
+
</tt>
|
88
|
+
</div>
|
89
|
+
|
90
|
+
</div><div class="section tags">
|
91
|
+
<h2>Meta Tags</h2>
|
92
|
+
<div class="param">
|
93
|
+
<h3>Parameters:</h3>
|
94
|
+
<dl>
|
95
|
+
|
96
|
+
</dl>
|
97
|
+
</div><div class="since">
|
98
|
+
<h3>Since:</h3>
|
99
|
+
<dl>
|
100
|
+
|
101
|
+
<dt>
|
102
|
+
|
103
|
+
|
104
|
+
|
105
|
+
</dt>
|
106
|
+
<dd>
|
107
|
+
<span class='desc'><p>
|
108
|
+
0.0.1 options[:version] options[:soft] If true, bundle dependency just if
|
109
|
+
isn’t bundled yet. you may need to bundle software which you do not
|
110
|
+
use at the moment. For example on development machine you are using
|
111
|
+
SQLite3, but on server you are using MySQL, so you will need to bundle
|
112
|
+
do_mysql as well.
|
113
|
+
</p>
|
114
|
+
</span>
|
115
|
+
</dd>
|
116
|
+
|
117
|
+
</dl>
|
118
|
+
</div>
|
119
|
+
|
120
|
+
</div><div class="section source">
|
121
|
+
<span>[<a class="source_link" href="#">View source</a>]</span>
|
122
|
+
<div class="source_code">
|
123
|
+
<table>
|
124
|
+
<tr>
|
125
|
+
<td>
|
126
|
+
<pre class="lines">
|
127
|
+
|
128
|
+
|
129
|
+
51
|
130
|
+
52
|
131
|
+
53
|
132
|
+
54
|
133
|
+
55
|
134
|
+
56
|
135
|
+
57
|
136
|
+
58
|
137
|
+
59</pre>
|
138
|
+
</td>
|
139
|
+
<td>
|
140
|
+
<pre class="code"><span class="info file"># File 'lib/rango/bundling/dependency.rb', line 51</span>
|
141
|
+
|
142
|
+
<span class='def def kw'>def</span> <span class='bundle identifier id'>bundle</span><span class='lparen token'>(</span><span class='name identifier id'>name</span><span class='comma token'>,</span> <span class='options identifier id'>options</span> <span class='assign token'>=</span> <span class='Hash constant id'>Hash</span><span class='dot token'>.</span><span class='new identifier id'>new</span><span class='rparen token'>)</span>
|
143
|
+
<span class='dependency identifier id'>dependency</span> <span class='assign token'>=</span> <span class='Rango constant id'>Rango</span><span class='colon2 op'>::</span><span class='Bundling constant id'>Bundling</span><span class='colon2 op'>::</span><span class='Strategy constant id'>Strategy</span><span class='dot token'>.</span><span class='find identifier id'>find</span><span class='lparen token'>(</span><span class='name identifier id'>name</span><span class='comma token'>,</span> <span class='options identifier id'>options</span><span class='rparen token'>)</span>
|
144
|
+
<span class='if if kw'>if</span> <span class='dependency identifier id'>dependency</span><span class='dot token'>.</span><span class='nil? fid id'>nil?</span>
|
145
|
+
<span class='Rango constant id'>Rango</span><span class='dot token'>.</span><span class='logger identifier id'>logger</span><span class='dot token'>.</span><span class='error identifier id'>error</span><span class='lparen token'>(</span><span class='dstring node'>"No dependency strategy matched for #{name} with #{options}"</span><span class='rparen token'>)</span>
|
146
|
+
<span class='return return kw'>return</span> <span class='nil nil kw'>nil</span>
|
147
|
+
<span class='else else kw'>else</span>
|
148
|
+
<span class='dependency identifier id'>dependency</span><span class='dot token'>.</span><span class='register identifier id'>register</span>
|
149
|
+
<span class='end end kw'>end</span>
|
150
|
+
<span class='end end kw'>end</span>
|
151
|
+
</pre>
|
152
|
+
</td>
|
153
|
+
</tr>
|
154
|
+
</table>
|
155
|
+
</div>
|
156
|
+
</div>
|
157
|
+
</div>
|
158
|
+
</div>
|
159
|
+
|
160
|
+
<div class="method">
|
161
|
+
<div class="method_header">
|
162
|
+
<h3>dependency</h3>
|
163
|
+
</div><div id="dependency-class_method" class="section method">
|
164
|
+
<div class="details_title">
|
165
|
+
<div class='section methodsignature'>
|
166
|
+
<tt class='def'>
|
167
|
+
<span class='visibility'>public</span>
|
168
|
+
<span class='return_types'><tt>Boolean</tt></span>
|
169
|
+
<span class='name'>dependency</span><span class='args'>(library, options = Hash.new, &block)</span>
|
170
|
+
<span class='block'></span>
|
171
|
+
</tt>
|
172
|
+
</div>
|
173
|
+
|
174
|
+
</div><div class="section tags">
|
175
|
+
<h2>Meta Tags</h2>
|
176
|
+
<div class="param">
|
177
|
+
<h3>Parameters:</h3>
|
178
|
+
<dl>
|
179
|
+
|
180
|
+
|
181
|
+
<dt>
|
182
|
+
<span class='type'>[<tt><a href="String.html" title="String">String</a></tt>]</span>
|
183
|
+
<span class='name'>library</span>
|
184
|
+
|
185
|
+
</dt>
|
186
|
+
<dd>
|
187
|
+
<span class='desc'><p>
|
188
|
+
Library to require
|
189
|
+
</p>
|
190
|
+
</span>
|
191
|
+
</dd>
|
192
|
+
|
193
|
+
|
194
|
+
|
195
|
+
<dt>
|
196
|
+
<span class='type'>[<tt><a href="Hash.html" title="Hash">Hash</a></tt>]</span>
|
197
|
+
<span class='name'>options</span>
|
198
|
+
|
199
|
+
<em class="default">(defaults to: <tt>Hash.new</tt>)</em>
|
200
|
+
|
201
|
+
</dt>
|
202
|
+
<dd>
|
203
|
+
<span class='desc'><p>
|
204
|
+
Available options: <tt>soft: boolean</tt>, <tt>github: user/repo</tt>,
|
205
|
+
<tt>git: repo</tt>, <tt>svn: repo</tt>, <tt>gem: gemname</tt>.
|
206
|
+
</p>
|
207
|
+
</span>
|
208
|
+
</dd>
|
209
|
+
|
210
|
+
|
211
|
+
</dl>
|
212
|
+
</div><div class="return">
|
213
|
+
<h3>Returns:</h3>
|
214
|
+
<dl>
|
215
|
+
|
216
|
+
<dt>
|
217
|
+
|
218
|
+
<span class='type'>[<tt>Boolean</tt>]</span>
|
219
|
+
|
220
|
+
|
221
|
+
<span class='name'></span>
|
222
|
+
|
223
|
+
|
224
|
+
</dt>
|
225
|
+
<dd>
|
226
|
+
<span class='desc'><p>
|
227
|
+
Returns true if importing succeed or false if not. TODO: soft option
|
228
|
+
support
|
229
|
+
</p>
|
230
|
+
</span>
|
231
|
+
</dd>
|
232
|
+
|
233
|
+
</dl>
|
234
|
+
</div>
|
235
|
+
<div class="raise">
|
236
|
+
<h3>Raises:</h3>
|
237
|
+
<dl>
|
238
|
+
|
239
|
+
<dt>
|
240
|
+
|
241
|
+
<span class='type'>[<tt>LoadError</tt>]</span>
|
242
|
+
|
243
|
+
|
244
|
+
|
245
|
+
</dt>
|
246
|
+
<dd>
|
247
|
+
<span class='desc'><p>
|
248
|
+
Unless soft importing is enable, it will raise LoadError if the file
|
249
|
+
wasn’t found
|
250
|
+
</p>
|
251
|
+
</span>
|
252
|
+
</dd>
|
253
|
+
|
254
|
+
</dl>
|
255
|
+
</div>
|
256
|
+
<div class="since">
|
257
|
+
<h3>Since:</h3>
|
258
|
+
<dl>
|
259
|
+
|
260
|
+
<dt>
|
261
|
+
|
262
|
+
|
263
|
+
|
264
|
+
</dt>
|
265
|
+
<dd>
|
266
|
+
<span class='desc'><p>
|
267
|
+
0.0.1
|
268
|
+
</p>
|
269
|
+
</span>
|
270
|
+
</dd>
|
271
|
+
|
272
|
+
</dl>
|
273
|
+
</div>
|
274
|
+
|
275
|
+
</div><div class="section source">
|
276
|
+
<span>[<a class="source_link" href="#">View source</a>]</span>
|
277
|
+
<div class="source_code">
|
278
|
+
<table>
|
279
|
+
<tr>
|
280
|
+
<td>
|
281
|
+
<pre class="lines">
|
282
|
+
|
283
|
+
|
284
|
+
29
|
285
|
+
30
|
286
|
+
31
|
287
|
+
32
|
288
|
+
33
|
289
|
+
34
|
290
|
+
35
|
291
|
+
36
|
292
|
+
37
|
293
|
+
38
|
294
|
+
39
|
295
|
+
40
|
296
|
+
41
|
297
|
+
42
|
298
|
+
43
|
299
|
+
44
|
300
|
+
45</pre>
|
301
|
+
</td>
|
302
|
+
<td>
|
303
|
+
<pre class="code"><span class="info file"># File 'lib/rango/bundling/dependency.rb', line 29</span>
|
304
|
+
|
305
|
+
<span class='def def kw'>def</span> <span class='dependency identifier id'>dependency</span><span class='lparen token'>(</span><span class='library identifier id'>library</span><span class='comma token'>,</span> <span class='options identifier id'>options</span> <span class='assign token'>=</span> <span class='Hash constant id'>Hash</span><span class='dot token'>.</span><span class='new identifier id'>new</span><span class='comma token'>,</span> <span class='bitand op'>&</span><span class='block identifier id'>block</span><span class='rparen token'>)</span>
|
306
|
+
<span class='dependency identifier id'>dependency</span> <span class='assign token'>=</span> <span class='self self kw'>self</span><span class='dot token'>.</span><span class='bundle identifier id'>bundle</span><span class='lparen token'>(</span><span class='library identifier id'>library</span><span class='comma token'>,</span> <span class='options identifier id'>options</span><span class='dot token'>.</span><span class='except identifier id'>except</span><span class='lparen token'>(</span><span class='symbol val'>:optional</span><span class='rparen token'>)</span><span class='rparen token'>)</span>
|
307
|
+
<span class='if if kw'>if</span> <span class='dependency identifier id'>dependency</span><span class='dot token'>.</span><span class='nil? fid id'>nil?</span>
|
308
|
+
<span class='comment val'>#</span>
|
309
|
+
<span class='else else kw'>else</span>
|
310
|
+
<span class='if if kw'>if</span> <span class='options identifier id'>options</span><span class='lbrack token'>[</span><span class='colon op'>:</span><span class='optional identifier id'>optional</span><span class='rbrack token'>]</span>
|
311
|
+
<span class='begin begin kw'>begin</span>
|
312
|
+
<span class='dependency identifier id'>dependency</span><span class='dot token'>.</span><span class='load identifier id'>load</span>
|
313
|
+
<span class='rescue rescue kw'>rescue</span> <span class='LoadError constant id'>LoadError</span>
|
314
|
+
<span class='Rango constant id'>Rango</span><span class='dot token'>.</span><span class='logger identifier id'>logger</span><span class='dot token'>.</span><span class='warn identifier id'>warn</span><span class='lparen token'>(</span><span class='dstring node'>"Dependency #{library} isn't available."</span><span class='rparen token'>)</span>
|
315
|
+
<span class='end end kw'>end</span>
|
316
|
+
<span class='else else kw'>else</span>
|
317
|
+
<span class='dependency identifier id'>dependency</span><span class='dot token'>.</span><span class='load identifier id'>load</span>
|
318
|
+
<span class='end end kw'>end</span>
|
319
|
+
<span class='block identifier id'>block</span><span class='dot token'>.</span><span class='call identifier id'>call</span> <span class='if if_mod kw'>if</span> <span class='block_given? fid id'>block_given?</span>
|
320
|
+
<span class='end end kw'>end</span>
|
321
|
+
<span class='end end kw'>end</span>
|
322
|
+
</pre>
|
323
|
+
</td>
|
324
|
+
</tr>
|
325
|
+
</table>
|
326
|
+
</div>
|
327
|
+
</div>
|
328
|
+
</div>
|
329
|
+
</div>
|
330
|
+
|
331
|
+
<div class="method">
|
332
|
+
<div class="method_header">
|
333
|
+
<h3>root</h3>
|
334
|
+
</div><div id="root-class_method" class="section method">
|
335
|
+
<div class="details_title">
|
336
|
+
<div class='section methodsignature'>
|
337
|
+
<tt class='def'>
|
338
|
+
<span class='visibility'>public</span>
|
339
|
+
<span class='return_types'></span>
|
340
|
+
<span class='name'>root</span><span class='args'></span>
|
341
|
+
<span class='block'></span>
|
342
|
+
</tt>
|
343
|
+
</div>
|
344
|
+
|
345
|
+
</div><div class="section source">
|
346
|
+
<span>[<a class="source_link" href="#">View source</a>]</span>
|
347
|
+
<div class="source_code">
|
348
|
+
<table>
|
349
|
+
<tr>
|
350
|
+
<td>
|
351
|
+
<pre class="lines">
|
352
|
+
|
353
|
+
|
354
|
+
27
|
355
|
+
28
|
356
|
+
29</pre>
|
357
|
+
</td>
|
358
|
+
<td>
|
359
|
+
<pre class="code"><span class="info file"># File 'lib/rango.rb', line 27</span>
|
360
|
+
|
361
|
+
<span class='def def kw'>def</span> <span class='self self kw'>self</span><span class='dot token'>.</span><span class='root identifier id'>root</span>
|
362
|
+
<span class='File constant id'>File</span><span class='dot token'>.</span><span class='join identifier id'>join</span><span class='lparen token'>(</span><span class='File constant id'>File</span><span class='dot token'>.</span><span class='dirname identifier id'>dirname</span><span class='lparen token'>(</span><span class='__FILE__ __file__ kw'>__FILE__</span><span class='rparen token'>)</span><span class='comma token'>,</span> <span class='string val'>"rango"</span><span class='rparen token'>)</span>
|
363
|
+
<span class='end end kw'>end</span>
|
364
|
+
</pre>
|
365
|
+
</td>
|
366
|
+
</tr>
|
367
|
+
</table>
|
368
|
+
</div>
|
369
|
+
</div>
|
370
|
+
</div>
|
371
|
+
</div>
|
372
|
+
|
373
|
+
</div>
|
374
|
+
</div>
|
375
|
+
|
376
|
+
</div>
|
377
|
+
</div>
|
378
|
+
</body>
|
379
|
+
</html>
|