Sha256: bf7169eebccd3565478791146965c88be406615006228491eff9f602719c227f
Contents?: true
Size: 215 Bytes
Versions: 3
Compression:
Stored size: 215 Bytes
Contents
require File.join(File.dirname(__FILE__), 'app') require File.join(File.dirname(__FILE__), '..', '..', 'lib', 'rack-environmental') use Rack::Environmental, :development => { :url => /^localhost.+$/ } run App.new
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rack-environmental-1.3.2 | test/rackapp/config.ru |
rack-environmental-1.3.1 | test/rackapp/config.ru |
rack-environmental-1.3.0 | test/rackapp/config.ru |