Sha256: 785c4f361ec57de816e710e4a9cb01a1afa67894226ba0bb01cd7f1f190de13b

Contents?: true

Size: 393 Bytes

Versions: 4

Compression:

Stored size: 393 Bytes

Contents

# Bootstrap the Bowline environment, frameworks, and default configuration
require File.join(File.dirname(__FILE__), 'boot')

Bowline::Initializer.run do |config|
  config.name = <%= name.camel_case.inspect %>
    
  # config.gem "net-mdns", :lib => 'net/dns/mdns'
  # config.gem "rack"
  # config.gem "rubyzip", :lib => 'zip/zip'

  config.frameworks += [:active_record, :active_resource]
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
maccman-bowline-0.1.1 templates/config/environment.rb
maccman-bowline-0.1.2 templates/config/environment.rb
maccman-bowline-0.1.3 templates/config/environment.rb
maccman-bowline-0.1.4 templates/config/environment.rb