Sha256: ecf5d4070251ccc7a88181efda86d857a40d8b4fa5f6f7b943d02584f8fe3139

Contents?: true

Size: 404 Bytes

Versions: 113

Compression:

Stored size: 404 Bytes

Contents

# -*- encoding : utf-8 -*-

require 'rubygems'

# defaults to development mode without the following
<% if options['mod-dev'] || options['core-dev'] -%>
# ENV['RAILS_ENV'] ||= 'production'  
<% else -%>
ENV['RAILS_ENV'] ||= 'production'
<% end -%>

# Set up gems listed in the Gemfile.
ENV['BUNDLE_GEMFILE'] ||= File.expand_path("Gemfile")

require 'bundler/setup' if File.exists?(ENV['BUNDLE_GEMFILE'])

Version data entries

113 entries across 113 versions & 2 rubygems

Version Path
decko-0.10.0 lib/decko/generators/decko/templates/config/boot.rb
decko-0.9.6 lib/decko/generators/decko/templates/config/boot.rb
decko-0.9.5 lib/decko/generators/decko/templates/config/boot.rb
decko-0.9.4 lib/decko/generators/decko/templates/config/boot.rb
decko-0.9.3 lib/decko/generators/decko/templates/config/boot.rb
decko-0.9.2 lib/decko/generators/decko/templates/config/boot.rb
decko-0.9.1 lib/decko/generators/decko/templates/config/boot.rb
decko-0.9.0 lib/decko/generators/decko/templates/config/boot.rb
decko-0.8.3 lib/decko/generators/decko/templates/config/boot.rb
decko-0.8.2 lib/decko/generators/decko/templates/config/boot.rb
decko-0.8.1 lib/decko/generators/decko/templates/config/boot.rb
decko-0.8.0 lib/decko/generators/decko/templates/config/boot.rb
decko-0.7.0 lib/decko/generators/decko/templates/config/boot.rb
decko-0.7.0.pre lib/decko/generators/decko/templates/config/boot.rb
decko-0.6.8 lib/decko/generators/decko/templates/config/boot.rb
decko-0.6.7 lib/decko/generators/decko/templates/config/boot.rb
decko-0.6.6 lib/decko/generators/decko/templates/config/boot.rb
decko-0.6.5 lib/decko/generators/decko/templates/config/boot.rb
decko-0.6.4 lib/decko/generators/decko/templates/config/boot.rb
decko-0.6.3 lib/decko/generators/decko/templates/config/boot.rb