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,162 @@
|
|
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: Rango::Form</title>
|
12
|
+
</head>
|
13
|
+
<body>
|
14
|
+
<div id="content">
|
15
|
+
<div class="section class Rango_Form">
|
16
|
+
<h1 class="title">Class: Rango::Form</h1>
|
17
|
+
<div class="section inheritance">
|
18
|
+
<ul>
|
19
|
+
<li><a href="../Object.html" title="Object">Object</a></li><ul><li>Rango::Form</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="#to_html-instance_method" title="#to_html">#to_html</a></span><span class='args'></span>
|
32
|
+
<span class='block'></span>
|
33
|
+
|
34
|
+
</th>
|
35
|
+
<td class="docstring">
|
36
|
+
|
37
|
+
|
38
|
+
</td>
|
39
|
+
</tr>
|
40
|
+
|
41
|
+
<tr>
|
42
|
+
<th class="signature">
|
43
|
+
<span class='name'><a href="#valid%3F-instance_method" title="#valid?">#valid?</a></span><span class='args'></span>
|
44
|
+
<span class='block'></span>
|
45
|
+
|
46
|
+
</th>
|
47
|
+
<td class="docstring">
|
48
|
+
|
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>to_html</h3>
|
69
|
+
</div><div id="to_html-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'></span>
|
75
|
+
<span class='name'>to_html</span><span class='args'></span>
|
76
|
+
<span class='block'></span>
|
77
|
+
</tt>
|
78
|
+
</div>
|
79
|
+
|
80
|
+
</div><div class="section source">
|
81
|
+
<span>[<a class="source_link" href="#">View source</a>]</span>
|
82
|
+
<div class="source_code">
|
83
|
+
<table>
|
84
|
+
<tr>
|
85
|
+
<td>
|
86
|
+
<pre class="lines">
|
87
|
+
|
88
|
+
|
89
|
+
17
|
90
|
+
18
|
91
|
+
19
|
92
|
+
20
|
93
|
+
21
|
94
|
+
22
|
95
|
+
23</pre>
|
96
|
+
</td>
|
97
|
+
<td>
|
98
|
+
<pre class="code"><span class="info file"># File 'lib/rango/forms/form.rb', line 17</span>
|
99
|
+
|
100
|
+
<span class='def def kw'>def</span> <span class='to_html identifier id'>to_html</span>
|
101
|
+
<span class='output identifier id'>output</span> <span class='assign token'>=</span> <span class='Array constant id'>Array</span><span class='dot token'>.</span><span class='new identifier id'>new</span>
|
102
|
+
<span class='output identifier id'>output</span> <span class='lshft op'><<</span> <span class='dstring node'>%{<form action="#{@action}" method="post">}</span>
|
103
|
+
<span class='output identifier id'>output</span> <span class='lshft op'><<</span> <span class='mult op'>*</span><span class='@fields ivar id'>@fields</span><span class='dot token'>.</span><span class='map identifier id'>map</span> <span class='lbrace token'>{</span> <span class='bitor op'>|</span><span class='field identifier id'>field</span><span class='bitor op'>|</span> <span class='field identifier id'>field</span><span class='dot token'>.</span><span class='to_html identifier id'>to_html</span> <span class='rbrace token'>}</span>
|
104
|
+
<span class='output identifier id'>output</span> <span class='lshft op'><<</span> <span class='string val'>%{</form>}</span>
|
105
|
+
<span class='return return kw'>return</span> <span class='output identifier id'>output</span><span class='dot token'>.</span><span class='join identifier id'>join</span><span class='lparen token'>(</span><span class='string val'>"\n"</span><span class='rparen token'>)</span>
|
106
|
+
<span class='end end kw'>end</span>
|
107
|
+
</pre>
|
108
|
+
</td>
|
109
|
+
</tr>
|
110
|
+
</table>
|
111
|
+
</div>
|
112
|
+
</div>
|
113
|
+
</div>
|
114
|
+
</div>
|
115
|
+
|
116
|
+
<div class="method">
|
117
|
+
<div class="method_header">
|
118
|
+
<h3>valid?</h3>
|
119
|
+
</div><div id="valid%3F-instance_method" class="section method">
|
120
|
+
<div class="details_title">
|
121
|
+
<div class='section methodsignature'>
|
122
|
+
<tt class='def'>
|
123
|
+
<span class='visibility'>public</span>
|
124
|
+
<span class='return_types'></span>
|
125
|
+
<span class='name'>valid?</span><span class='args'></span>
|
126
|
+
<span class='block'></span>
|
127
|
+
</tt>
|
128
|
+
</div>
|
129
|
+
|
130
|
+
</div><div class="section source">
|
131
|
+
<span>[<a class="source_link" href="#">View source</a>]</span>
|
132
|
+
<div class="source_code">
|
133
|
+
<table>
|
134
|
+
<tr>
|
135
|
+
<td>
|
136
|
+
<pre class="lines">
|
137
|
+
|
138
|
+
|
139
|
+
14
|
140
|
+
15</pre>
|
141
|
+
</td>
|
142
|
+
<td>
|
143
|
+
<pre class="code"><span class="info file"># File 'lib/rango/forms/form.rb', line 14</span>
|
144
|
+
|
145
|
+
<span class='def def kw'>def</span> <span class='valid? fid id'>valid?</span>
|
146
|
+
<span class='end end kw'>end</span>
|
147
|
+
</pre>
|
148
|
+
</td>
|
149
|
+
</tr>
|
150
|
+
</table>
|
151
|
+
</div>
|
152
|
+
</div>
|
153
|
+
</div>
|
154
|
+
</div>
|
155
|
+
|
156
|
+
</div>
|
157
|
+
</div>
|
158
|
+
|
159
|
+
</div>
|
160
|
+
</div>
|
161
|
+
</body>
|
162
|
+
</html>
|
@@ -0,0 +1,210 @@
|
|
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: Rango::GemDependencyStrategy</title>
|
12
|
+
</head>
|
13
|
+
<body>
|
14
|
+
<div id="content">
|
15
|
+
<div class="section class Rango_GemDependencyStrategy">
|
16
|
+
<h1 class="title">Class: Rango::GemDependencyStrategy</h1>
|
17
|
+
<div class="section inheritance">
|
18
|
+
<ul>
|
19
|
+
<li><a href="DependencyStrategy.html" title="Rango::DependencyStrategy">Rango::DependencyStrategy</a></li><ul><li>Rango::GemDependencyStrategy</li>
|
20
|
+
</ul></ul>
|
21
|
+
</div><div class="section constants">
|
22
|
+
|
23
|
+
</div><div class="section constructor">
|
24
|
+
<h1>Constructor Summary</h1>
|
25
|
+
<div id="initialize-instance_method" class="section method">
|
26
|
+
<div class="details_title">
|
27
|
+
<div class='section methodsignature'>
|
28
|
+
<tt class='def'>
|
29
|
+
<span class='visibility'>public</span>
|
30
|
+
<span class='return_types'></span>
|
31
|
+
<span class='name'>initialize</span><span class='args'>(gemname, version = nil)</span>
|
32
|
+
<span class='block'></span>
|
33
|
+
</tt>
|
34
|
+
</div>
|
35
|
+
|
36
|
+
</div><div class="section tags">
|
37
|
+
<h2>Meta Tags</h2>
|
38
|
+
<div class="param">
|
39
|
+
<h3>Parameters:</h3>
|
40
|
+
<dl>
|
41
|
+
|
42
|
+
</dl>
|
43
|
+
</div><div class="since">
|
44
|
+
<h3>Since:</h3>
|
45
|
+
<dl>
|
46
|
+
|
47
|
+
<dt>
|
48
|
+
|
49
|
+
|
50
|
+
|
51
|
+
</dt>
|
52
|
+
<dd>
|
53
|
+
<span class='desc'><p>
|
54
|
+
0.0.1
|
55
|
+
</p>
|
56
|
+
</span>
|
57
|
+
</dd>
|
58
|
+
|
59
|
+
</dl>
|
60
|
+
</div>
|
61
|
+
|
62
|
+
</div><div class="section source">
|
63
|
+
<span>[<a class="source_link" href="#">View source</a>]</span>
|
64
|
+
<div class="source_code">
|
65
|
+
<table>
|
66
|
+
<tr>
|
67
|
+
<td>
|
68
|
+
<pre class="lines">
|
69
|
+
|
70
|
+
|
71
|
+
39
|
72
|
+
40
|
73
|
+
41
|
74
|
+
42</pre>
|
75
|
+
</td>
|
76
|
+
<td>
|
77
|
+
<pre class="code"><span class="info file"># File 'lib/rango/bundling/strategies.rb', line 39</span>
|
78
|
+
|
79
|
+
<span class='def def kw'>def</span> <span class='initialize identifier id'>initialize</span><span class='lparen token'>(</span><span class='gemname identifier id'>gemname</span><span class='comma token'>,</span> <span class='version identifier id'>version</span> <span class='assign token'>=</span> <span class='nil nil kw'>nil</span><span class='rparen token'>)</span>
|
80
|
+
<span class='@gemname ivar id'>@gemname</span> <span class='assign token'>=</span> <span class='gemname identifier id'>gemname</span>
|
81
|
+
<span class='@version ivar id'>@version</span> <span class='assign token'>=</span> <span class='version identifier id'>version</span>
|
82
|
+
<span class='end end kw'>end</span>
|
83
|
+
</pre>
|
84
|
+
</td>
|
85
|
+
</tr>
|
86
|
+
</table>
|
87
|
+
</div>
|
88
|
+
</div>
|
89
|
+
</div>
|
90
|
+
</div> <div class="section visibilitygroup public">
|
91
|
+
<h1>Public Visibility</h1>
|
92
|
+
<div class="section methodsummary class public">
|
93
|
+
<div class="inherited">
|
94
|
+
|
95
|
+
<div>
|
96
|
+
<h1>Public Class Methods Inherited from <a href="DependencyStrategy.html" title="Rango::DependencyStrategy">Rango::DependencyStrategy</a></h1>
|
97
|
+
<p><span class='name'><a href="DependencyStrategy.html#register-class_method" title="register">register</a></span></p>
|
98
|
+
</div>
|
99
|
+
|
100
|
+
</div>
|
101
|
+
<div class="clear"></div>
|
102
|
+
</div>
|
103
|
+
<div class="section methodsummary instance public">
|
104
|
+
<h1>Public Instance Method Summary</h1>
|
105
|
+
<table class="summary">
|
106
|
+
|
107
|
+
<tr>
|
108
|
+
<th class="signature">
|
109
|
+
<span class='name'><a href="#get-instance_method" title="#get">#get</a></span><span class='args'></span>
|
110
|
+
<span class='block'></span>
|
111
|
+
|
112
|
+
</th>
|
113
|
+
<td class="docstring">
|
114
|
+
|
115
|
+
|
116
|
+
</td>
|
117
|
+
</tr>
|
118
|
+
|
119
|
+
</table>
|
120
|
+
</div>
|
121
|
+
<div class="section methoddetails instance public">
|
122
|
+
<h1>Public Instance Method Details</h1>
|
123
|
+
|
124
|
+
<div class="method">
|
125
|
+
<div class="method_header">
|
126
|
+
<h3>get</h3>
|
127
|
+
</div><div id="get-instance_method" class="section method">
|
128
|
+
<div class="details_title">
|
129
|
+
<div class='section methodsignature'>
|
130
|
+
<tt class='def'>
|
131
|
+
<span class='visibility'>public</span>
|
132
|
+
<span class='return_types'></span>
|
133
|
+
<span class='name'>get</span><span class='args'></span>
|
134
|
+
<span class='block'></span>
|
135
|
+
</tt>
|
136
|
+
</div>
|
137
|
+
|
138
|
+
</div><div class="section tags">
|
139
|
+
<h2>Meta Tags</h2>
|
140
|
+
<div class="param">
|
141
|
+
<h3>Parameters:</h3>
|
142
|
+
<dl>
|
143
|
+
|
144
|
+
</dl>
|
145
|
+
</div><div class="since">
|
146
|
+
<h3>Since:</h3>
|
147
|
+
<dl>
|
148
|
+
|
149
|
+
<dt>
|
150
|
+
|
151
|
+
|
152
|
+
|
153
|
+
</dt>
|
154
|
+
<dd>
|
155
|
+
<span class='desc'><p>
|
156
|
+
0.0.1
|
157
|
+
</p>
|
158
|
+
</span>
|
159
|
+
</dd>
|
160
|
+
|
161
|
+
</dl>
|
162
|
+
</div>
|
163
|
+
|
164
|
+
</div><div class="section source">
|
165
|
+
<span>[<a class="source_link" href="#">View source</a>]</span>
|
166
|
+
<div class="source_code">
|
167
|
+
<table>
|
168
|
+
<tr>
|
169
|
+
<td>
|
170
|
+
<pre class="lines">
|
171
|
+
|
172
|
+
|
173
|
+
45
|
174
|
+
46
|
175
|
+
47
|
176
|
+
48
|
177
|
+
49
|
178
|
+
50
|
179
|
+
51
|
180
|
+
52
|
181
|
+
53</pre>
|
182
|
+
</td>
|
183
|
+
<td>
|
184
|
+
<pre class="code"><span class="info file"># File 'lib/rango/bundling/strategies.rb', line 45</span>
|
185
|
+
|
186
|
+
<span class='def def kw'>def</span> <span class='get identifier id'>get</span>
|
187
|
+
<span class='part identifier id'>part</span> <span class='assign token'>=</span> <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='Gem constant id'>Gem</span><span class='dot token'>.</span><span class='path identifier id'>path</span><span class='comma token'>,</span> <span class='string val'>"cache"</span><span class='comma token'>,</span> <span class='@gemname ivar id'>@gemname</span><span class='rparen token'>)</span>
|
188
|
+
<span class='if if kw'>if</span> <span class='@version ivar id'>@version</span>
|
189
|
+
<span class='path identifier id'>path</span> <span class='assign token'>=</span> <span class='dstring node'>"#{part}-#{@version}.gem"</span>
|
190
|
+
<span class='else else kw'>else</span>
|
191
|
+
<span class='path identifier id'>path</span> <span class='assign token'>=</span> <span class='Dir constant id'>Dir</span><span class='lbrack token'>[</span><span class='dstring node'>"#{part}-*.gem"</span><span class='rbrack token'>]</span><span class='dot token'>.</span><span class='last identifier id'>last</span>
|
192
|
+
<span class='end end kw'>end</span>
|
193
|
+
<span class='dxstring node'>%x[cp "#{path}" .]</span>
|
194
|
+
<span class='end end kw'>end</span>
|
195
|
+
</pre>
|
196
|
+
</td>
|
197
|
+
</tr>
|
198
|
+
</table>
|
199
|
+
</div>
|
200
|
+
</div>
|
201
|
+
</div>
|
202
|
+
</div>
|
203
|
+
|
204
|
+
</div>
|
205
|
+
</div>
|
206
|
+
|
207
|
+
</div>
|
208
|
+
</div>
|
209
|
+
</body>
|
210
|
+
</html>
|
@@ -0,0 +1,93 @@
|
|
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: Rango::Generator</title>
|
12
|
+
</head>
|
13
|
+
<body>
|
14
|
+
<div id="content">
|
15
|
+
<div class="section class Rango_Generator">
|
16
|
+
<h1 class="title">Class: Rango::Generator</h1>
|
17
|
+
<div class="section inheritance">
|
18
|
+
<ul>
|
19
|
+
<li><a href="../Object.html" title="Object">Object</a></li><ul><li>Rango::Generator</li>
|
20
|
+
</ul></ul>
|
21
|
+
</div><div class="section constants">
|
22
|
+
|
23
|
+
</div><div class="section constructor">
|
24
|
+
<h1>Constructor Summary</h1>
|
25
|
+
<div id="initialize-instance_method" class="section method">
|
26
|
+
<div class="details_title">
|
27
|
+
<div class='section methodsignature'>
|
28
|
+
<tt class='def'>
|
29
|
+
<span class='visibility'>public</span>
|
30
|
+
<span class='return_types'></span>
|
31
|
+
<span class='name'>initialize</span><span class='args'>(argv)</span>
|
32
|
+
<span class='block'></span>
|
33
|
+
</tt>
|
34
|
+
</div>
|
35
|
+
|
36
|
+
</div><div class="section source">
|
37
|
+
<span>[<a class="source_link" href="#">View source</a>]</span>
|
38
|
+
<div class="source_code">
|
39
|
+
<table>
|
40
|
+
<tr>
|
41
|
+
<td>
|
42
|
+
<pre class="lines">
|
43
|
+
|
44
|
+
|
45
|
+
5
|
46
|
+
6
|
47
|
+
7
|
48
|
+
8
|
49
|
+
9
|
50
|
+
10
|
51
|
+
11
|
52
|
+
12
|
53
|
+
13</pre>
|
54
|
+
</td>
|
55
|
+
<td>
|
56
|
+
<pre class="code"><span class="info file"># File 'lib/rango/cli/generator.rb', line 5</span>
|
57
|
+
|
58
|
+
<span class='def def kw'>def</span> <span class='initialize identifier id'>initialize</span><span class='lparen token'>(</span><span class='argv identifier id'>argv</span><span class='rparen token'>)</span>
|
59
|
+
<span class='type identifier id'>type</span> <span class='assign token'>=</span> <span class='argv identifier id'>argv</span><span class='dot token'>.</span><span class='shift identifier id'>shift</span>
|
60
|
+
<span class='Rango constant id'>Rango</span><span class='dot token'>.</span><span class='import identifier id'>import</span><span class='lparen token'>(</span><span class='dstring node'>"cli/#{type}"</span><span class='rparen token'>)</span>
|
61
|
+
<span class='constant identifier id'>constant</span> <span class='assign token'>=</span> <span class='Rango constant id'>Rango</span><span class='dot token'>.</span><span class='const_get identifier id'>const_get</span><span class='lparen token'>(</span><span class='type identifier id'>type</span><span class='dot token'>.</span><span class='camel_case identifier id'>camel_case</span><span class='rparen token'>)</span>
|
62
|
+
<span class='constant identifier id'>constant</span><span class='dot token'>.</span><span class='new identifier id'>new</span><span class='lparen token'>(</span><span class='argv identifier id'>argv</span><span class='rparen token'>)</span><span class='dot token'>.</span><span class='create identifier id'>create</span>
|
63
|
+
<span class='rescue rescue kw'>rescue</span> <span class='ArgumentError constant id'>ArgumentError</span> <span class='assign token'>=</span><span class='gt op'>></span> <span class='exception identifier id'>exception</span>
|
64
|
+
<span class='raise identifier id'>raise</span> <span class='exception identifier id'>exception</span>
|
65
|
+
<span class='comment val'># TODO: message</span>
|
66
|
+
<span class='end end kw'>end</span>
|
67
|
+
</pre>
|
68
|
+
</td>
|
69
|
+
</tr>
|
70
|
+
</table>
|
71
|
+
</div>
|
72
|
+
</div>
|
73
|
+
</div>
|
74
|
+
</div> <div class="section visibilitygroup public">
|
75
|
+
<h1>Public Visibility</h1>
|
76
|
+
<div class="section methodsummary instance public">
|
77
|
+
<div class="inherited">
|
78
|
+
|
79
|
+
<div>
|
80
|
+
<h1>Public Instance Methods Inherited from <a href="../Object.html" title="Object">Object</a></h1>
|
81
|
+
<p><span class='name'><a href="../Object.html#try-instance_method" title="try">try</a></span></p>
|
82
|
+
</div>
|
83
|
+
|
84
|
+
</div>
|
85
|
+
<div class="clear"></div>
|
86
|
+
</div>
|
87
|
+
|
88
|
+
</div>
|
89
|
+
|
90
|
+
</div>
|
91
|
+
</div>
|
92
|
+
</body>
|
93
|
+
</html>
|