Class: Everywhere::Framework::Hanami

Inherits:
RackFramework show all
Defined in:
lib/everywhere/framework.rb

Instance Method Summary collapse

Methods inherited from RackFramework

#boot!, #cleanup_command, #precompile_env, #prepare_runtime_env

Instance Method Details

#dev_commandObject



188
# File 'lib/everywhere/framework.rb', line 188

def dev_command = "bundle exec hanami dev"

#env_exportsObject



192
# File 'lib/everywhere/framework.rb', line 192

def env_exports = { "HANAMI_ENV" => "production", "RACK_ENV" => "production" }

#nameObject



186
# File 'lib/everywhere/framework.rb', line 186

def name = "hanami"

#precompile_commandObject



190
# File 'lib/everywhere/framework.rb', line 190

def precompile_command = "bundle exec hanami assets compile"