Sha256: e23e3b040df59877b93ec3605322ee3a8376a4faf3441a5eb28ac86e1e3fd122

Contents?: true

Size: 392 Bytes

Versions: 3

Compression:

Stored size: 392 Bytes

Contents

# module Crystal
#   module RackConfig
#     def run_common_app rack_config_file_path
#       $APP_DIR = File.expand_path(File.dirname(rack_config_file_path))
# 
#       require "#{$APP_DIR}/config/init"
# 
#       Crystal::Config::DEFAULTS['environment'] = $CENV || 'production'
#       Micon[:environment]
# 
#       Crystal.build_common_app self
#       run Crystal
#     end
#   end
# end

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
crystal-0.0.13 lib/crystal/http/rack_config.rb
crystal-0.0.12 lib/crystal/http/rack_config.rb
crystal_ext-0.0.11 lib/crystal/http/rack_config.rb