Class: Brut::CLI::Apps::Scaffold
- Inherits:
-
Brut::CLI::App
- Object
- Brut::CLI::App
- Brut::CLI::Apps::Scaffold
- Defined in:
- lib/brut/cli/apps/scaffold.rb
Defined Under Namespace
Classes: Action, Component, CustomElementTest, E2ETest, Form, Page, RoutesEditor, Test
Instance Method Summary collapse
Methods inherited from Brut::CLI::App
#after_bootstrap, commands, configure_only!, configure_only?, default_command, default_env, description, env_var, #execute!, #initialize, option_parser, opts, requires_project_env, requires_project_env?
Methods included from I18n::ForCLI
Methods included from I18n::BaseMethods
#l, #t, #t_direct, #this_field_value
Methods included from ExecutionResults
#abort_execution, #as_execution_result, #cli_usage_error, #continue_execution, #show_cli_usage, #stop_execution
Constructor Details
This class inherits a constructor from Brut::CLI::App
Instance Method Details
#before_execute ⇒ Object
10 11 12 |
# File 'lib/brut/cli/apps/scaffold.rb', line 10 def before_execute ENV["RACK_ENV"] = "development" end |