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



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

def dev_command = "bundle exec hanami dev"

#env_exportsObject



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

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

#nameObject



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

def name = "hanami"

#precompile_commandObject



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

def precompile_command = "bundle exec hanami assets compile"