aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt
Commit message (Expand)AuthorAgeFilesLines
* Remove action_controller.perform_caching from api app's configsst00122019-04-241-0/+2
* Rename database_operations config to *_contextJohn Hawthorn2019-02-071-4/+5
* Adds basic automatic database switching to RailsEileen Uchitelle2019-01-301-0/+20
* Make Webpacker the default JavaScript compiler for Rails 6 (#33079)David Heinemeier Hansson2018-09-301-6/+1
* Make active job name prefix static since Rails.env will always be the sameVinicius Stock2018-08-111-1/+1
* Add missing dots at the end of comments in environment file templatesbogdanvlviv2018-04-031-3/+3
* Remove warning from 4 years ago [ci skip]claudiob2018-02-091-2/+0
* Add --skip-active-storage and do so automatically when --skip-active-record i...bogdanvlviv2017-11-061-0/+2
* Add credentials using a generic EncryptedConfiguration class (#30067)David Heinemeier Hansson2017-09-111-4/+3
* Add missing blank line between `config.active_storage` and `config.action_cable`Ryuta Kamizono2017-08-051-0/+1
* Use config/storage.yml as part of the skeleton and loadingDavid Heinemeier Hansson2017-07-311-1/+1
* Include default storage configurationDavid Heinemeier Hansson2017-07-311-0/+2
* Better spacing in environments/production.rb fileGrey Baker2017-05-151-3/+4
* Revert "Revert "Add encrypted secrets""Kasper Timm Hansen2017-02-231-0/+5
* Revert "Add encrypted secrets" (#28127)David Heinemeier Hansson2017-02-231-5/+0
* Add encrypted secrets (#28038)Kasper Timm Hansen2017-02-231-0/+5
* match indentationsnin0422017-01-121-1/+1
* A generated app should not include Uglifier with `--skip-javascript` option.Ben Pickles2016-07-261-0/+4
* Initialize the configuration with a valueRafael Mendonça França2016-06-221-3/+0
* Fix failing railties testseileencodes2016-06-221-0/+3
* Boil down custom Action Cable configuration to a single blockDavid Heinemeier Hansson2016-05-281-4/+2
* Document and Match the Rails logger interfaceschneems2016-03-161-8/+10
* remove config that are no longer needed in sprockets-rails 3yuuji.yaginuma2016-03-051-4/+0
* do not set Action Cable's config when specify `--skip-action-cable` optionyuuji.yaginuma2016-03-011-4/+3
* Enable Action Cable routes by defaultJon Moss2016-02-241-0/+4
* Change ActionMailer's default caching configuration and update generator's en...Stan Lo2016-02-231-0/+1
* Alternative to #23638 log to STDOUT via env varschneems2016-02-171-0/+4
* Default new apps to tag logs with `request_id`schneems2016-01-061-1/+1
* Include example of allowed_request_originsDavid Heinemeier Hansson2015-12-171-1/+2
* Avoid Action Cable stubs on --skip-action-cableDavid Heinemeier Hansson2015-12-161-0/+2
* Assume that the cable server is running in-process by default, offer option t...David Heinemeier Hansson2015-12-161-0/+3
* Add enabled flag to the public file server.Kasper Timm Hansen2015-11-031-1/+1
* Fixed syslog example in production config templateprintercu2015-08-171-1/+2
* Prefer request_id over uuid and test the aliasRafael Mendonça França2015-02-201-1/+1
* Stop promoting rack-cache usage at the moment (not so common or important to ...David Heinemeier Hansson2015-01-131-6/+0
* Show how to change the queuing backend for ActiveJob in productionDavid Heinemeier Hansson2015-01-131-0/+4
* Set all asset options togetherDavid Heinemeier Hansson2015-01-131-3/+3
* Add --skip-action-mailer (or -M) to rails generateclaudiob2015-01-011-0/+2
* Merge pull request #18100 from chancancode/serve_static_filesGodfrey Chan2014-12-191-2/+3
* Meant to describe the concept, not the setting [ci skip]Godfrey Chan2014-11-171-1/+1
* Deprecate different default for `log_level` in productionGodfrey Chan2014-11-171-1/+2
* Revert "Merge pull request #16622 from matthewd/default-debug"Godfrey Chan2014-11-171-2/+2
* Improve environment config templates consistency:Thibault Jouan2014-09-161-3/+4
* Don't fight against ourselves for the default log levelMatthew Draper2014-08-221-2/+2
* remove end-of-line spacing in development.rb, production.rbNick Sinenko2014-08-201-1/+1
* Dont encourage people to run without autoflush in productionDavid Heinemeier Hansson2014-08-171-3/+0
* Fix typo [ci skip]Jon Atack2014-08-041-1/+1
* Explain why we use asset digests, not what a setter doesDavid Heinemeier Hansson2014-08-031-1/+2
* Change the production log level default from :info to :debug. All production ...David Heinemeier Hansson2014-08-031-2/+2
* Talk about config.assts.version move tooRafael Mendonça França2014-06-271-1/+1