⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 production.rb

📁 RubyonRailsC.zip ruby on rails的源码
💻 RB
字号:
# 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 requestsconfig.cache_classes = true# Use a different logger for distributed setups# config.logger        = SyslogLogger.new# Full error reports are disabled and caching is turned onconfig.action_controller.consider_all_requests_local = falseconfig.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 if you bad email addresses should just be ignored# config.action_mailer.raise_delivery_errors = false

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -