Sha256: ec898a9d69d77a88c519b94949f81edd4000b79b9d1a5bdbfe34b662c3014ddc
Contents?: true
Size: 551 Bytes
Versions: 15
Compression:
Stored size: 551 Bytes
Contents
require File.expand_path("boot", File.dirname(__FILE__)) require 'rails' Bundler.require(:default, Rails.env) if defined?(Bundler) require 'jax/rails/application' # Hooks into Jax's built-in Rails application and sets # the root directory. You can set any other Rails # configuration options that you want here, too. class Jax::Rails::Application < ::Rails::Application config.root = File.expand_path("..", File.dirname(__FILE__)) config.assets.cache_store = [:file_store, File.expand_path("../tmp/cache/assets", File.dirname(__FILE__))] end
Version data entries
15 entries across 15 versions & 1 rubygems