]>
cat aescling's git repositories - mastodon.git/blob - config/boot.rb
1 ENV['BUNDLE_GEMFILE'] ||= File
.expand_path('../Gemfile', __dir__
)
3 require 'bundler/setup' # Set up gems listed in the Gemfile.
4 require 'bootsnap' # Speed up boot time by caching expensive operations.
7 cache_dir
: File
.expand_path('../tmp/cache', __dir__
),
8 development_mode
: ENV.fetch('RAILS_ENV', 'development') == 'development',
10 autoload_paths_cache
: true,
12 compile_cache_iseq
: false,
13 compile_cache_yaml
: false
This page took 0.092076 seconds and 4 git commands to generate.