Sha256: 6c1d445513aa7bc13ab08b59c59067e95e00e9356720a4b5519d33d53625e861

Contents?: true

Size: 447 Bytes

Versions: 6

Compression:

Stored size: 447 Bytes

Contents

require "byebug" if ENV["RACK_ENV"] == "development"
require "pry" if ENV["RACK_ENV"] == "development"

require_relative "<%= config[:underscored_app_name] %>/container"

<%= config[:camel_cased_app_name] %>::Container.finalize! do |container|
end

app_paths = Pathname(__FILE__).dirname.join("../apps").realpath.join("*")
Dir[app_paths].each { |f| require "#{f}/system/boot" }

require_relative "<%= config[:underscored_app_name] %>/application"

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
dry-web-roda-0.6.3 lib/dry/web/roda/skeletons/umbrella_project/system/boot.rb.tt
dry-web-roda-0.6.2 lib/dry/web/roda/skeletons/umbrella_project/system/boot.rb.tt
dry-web-roda-0.6.1 lib/dry/web/roda/skeletons/umbrella_project/system/boot.rb.tt
dry-web-roda-0.6.0 lib/dry/web/roda/skeletons/umbrella/system/boot.rb.tt
dry-web-roda-0.5.1 lib/dry/web/roda/skeletons/umbrella/system/boot.rb.tt
dry-web-roda-0.5.0 lib/dry/web/roda/skeletons/umbrella/system/boot.rb.tt