Created
August 16, 2010 01:32
-
-
Save accuser/526221 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# config/environment/production.rb | |
require File.expand_path('../boot', __FILE__) | |
require 'rails/all' | |
# If you have a Gemfile, require the gems listed there, including any gems | |
# you've limited to :test, :development, or :production. | |
Bundler.require(:default, Rails.env) if defined?(Bundler) | |
module Example | |
class Application < Rails::Application | |
... | |
# Enable serving of images, stylesheets, and javascripts from an asset server | |
config.action_controller.asset_host = "http://dl.dropbox.com/u/123456/example.com" | |
... | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment