Sha256: 6f66aa4171f509dae7c07bd23c086e63085df40016ded65f8761de06cf273c30

Contents?: true

Size: 358 Bytes

Versions: 60

Compression:

Stored size: 358 Bytes

Contents

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

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

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

Version data entries

60 entries across 60 versions & 23 rubygems

Version Path
davidtrogers-webrat-0.4.4.2 spec/integration/merb/config/rack.rb
diabolo-webrat-0.4.4.1 spec/integration/merb/config/rack.rb
diabolo-webrat-0.4.4.2 spec/integration/merb/config/rack.rb
diabolo-webrat-0.4.4 spec/integration/merb/config/rack.rb
diabolo-webrat-0.5.1 spec/integration/merb/config/rack.rb
dstrelau-webrat-0.5.1 spec/integration/merb/config/rack.rb
emipair-webrat-0.0.1 spec/integration/merb/config/rack.rb
hardbap-webrat-0.5.1 spec/integration/merb/config/rack.rb
hardbap-webrat-0.5.2 spec/integration/merb/config/rack.rb
raldred-webrat-0.4.4.2 spec/integration/merb/config/rack.rb
sr-webrat-0.4.4.1 spec/integration/merb/config/rack.rb
winton-sum-0.1.0 vendor/webrat/spec/integration/merb/config/rack.rb
winton-sum-0.1.1 vendor/webrat/spec/integration/merb/config/rack.rb
radiant-1.0.0 ruby-debug/ruby/1.8/gems/webrat-0.7.3/spec/integration/merb/config/rack.rb
indirect-webrat-0.7.5 spec/integration/merb/config/rack.rb
indirect-webrat-0.7.4 spec/integration/merb/config/rack.rb
webrat-0.7.3 spec/integration/merb/config/rack.rb
jbd-webrat-0.7.2.rails3 spec/integration/merb/config/rack.rb
webrat-0.7.2 spec/integration/merb/config/rack.rb
webrat-0.7.2.beta.2 spec/integration/merb/config/rack.rb