Sha256: 49dfa563028371fc4e32c544982b2d539ab2297c1e3e3439581f7d40e6fa6679

Contents?: true

Size: 383 Bytes

Versions: 4

Compression:

Stored size: 383 Bytes

Contents

# encoding: utf-8

# use PathPrefix Middleware if :path_prefix is set in Rango::Config
if prefix = ::Rango::Config[:path_prefix]
  use Rango::Rack::PathPrefix, prefix
end

# comment this out if you are running merb behind a load balancer
# that serves static files
use Rango::Rack::Static, Rango.dir_for(:public)

# this is our main merb application
run Rango::Rack::Application.new

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rango-0.1.0 spec/rango/helpers/merb-helpers/fixture/config/rack.rb
rango-0.0.6 spec/rango/helpers/merb-helpers/fixture/config/rack.rb
rango-0.1.pre spec/rango/helpers/merb-helpers/fixture/config/rack.rb
rango-0.0.4 spec/rango/helpers/merb-helpers/fixture/config/rack.rb