public
Description: Your favorite URL-shortening service in all of Ruby land
Homepage: http://rubyurl.com
Clone URL: git://github.com/robbyrussell/rubyurl.git
Search Repo:
robbyrussell (author)
Thu Apr 10 13:51:43 -0700 2008
commit  818f1b6a98348b4ed75524e8b7335fec89aceaed
tree    bb3bdcd0aaefa6daf519c057012da5ff7dc7d76f
parent  0c493413ec32f4455cad312d9cacf77ec24b4a67
rubyurl / config / environments / production.rb
100644 20 lines (14 sloc) 0.799 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Settings specified here will take precedence over those in config/environment.rb
 
# The production environment is meant for finished, "live" apps.
# Code is not reloaded between requests
config.cache_classes = true
 
# Use a different logger for distributed setups
# config.logger = SyslogLogger.new
 
# Full error reports are disabled and caching is turned on
config.action_controller.consider_all_requests_local = false
config.action_controller.perform_caching = true
 
# Enable serving of images, stylesheets, and javascripts from an asset server
# config.action_controller.asset_host = "http://assets.example.com"
 
# Disable delivery errors, bad email addresses will be ignored
# config.action_mailer.raise_delivery_errors = false
 
DOMAIN_NAME = 'http://rubyurl.com/'