Sha256: 20122ac4b2f8adcce756c98a4e40f76da201152ccf3196344a0d17361d4a73d9
Contents?: true
Size: 690 Bytes
Versions: 1
Compression:
Stored size: 690 Bytes
Contents
# Warbler web application assembly configuration file Warbler::Config.new do |config| config.dirs = %w(lib) config.includes = FileList["config.ru"] config.gems << Gem::Dependency.new("sinatra", ">= 1.0") config.gems << Gem::Dependency.new("json-jruby", ">= 1.4.1") config.gems << Gem::Dependency.new("neo4jr-simple", ">= 0.2.2") config.gem_dependencies = true config.webxml.booter = :rack # Control the pool of runtimes. Leaving unspecified means # the pool will grow as needed to service requests. It is recommended # that you fix these values when running a production server! # config.webxml.jruby.min.runtimes = 2 # config.webxml.jruby.max.runtimes = 4 end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
neo4jr-social-0.3.1 | config/warble.rb |