aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/app/templates/config
Commit message (Expand)AuthorAgeFilesLines
* Document and Match the Rails logger interfaceschneems2016-03-161-8/+10
* prefer require_relative over require + File.expand_pathXavier Noria2016-03-062-2/+2
* use __dir__ for relative paths in config/application.rbXavier Noria2016-03-061-1/+1
* use __dir__ for relative paths in config/boot.rbXavier Noria2016-03-061-1/+1
* use __dir__ to load the application in environment.rbXavier Noria2016-03-061-1/+1
* remove config that are no longer needed in sprockets-rails 3yuuji.yaginuma2016-03-052-13/+0
* do not set Action Cable's config when specify `--skip-action-cable` optionyuuji.yaginuma2016-03-011-4/+3
* generate config/spring.rb in new applications [closes #18874]Xavier Noria2016-02-291-0/+6
* New applications will be generated with ssl_options to enable HSTS with subdo...Prathamesh Sonpatki2016-02-251-0/+4
* Enable Action Cable routes by defaultJon Moss2016-02-242-3/+4
* Don't put config.action_mailer.perform_caching entry twice in development.rbPrathamesh Sonpatki2016-02-241-8/+2
* Enable tmp_restart plugin for pumaRafael Mendonça França2016-02-241-0/+3
* Change ActionMailer's default caching configuration and update generator's en...Stan Lo2016-02-233-0/+12
* Alternative to #23638 log to STDOUT via env varschneems2016-02-171-0/+4
* adds --skip-listen to the application generator [closes #23590]Xavier Noria2016-02-171-1/+1
* remove `active_support.test_order` from environment fileyuuji.yaginuma2016-02-141-3/+0
* Merge pull request #23528 from bensheldon/patch-1Richard Schneeman2016-02-101-1/+1
|\
| * Set postgresql poolsize via RAILS_MAX_THREADSBen Sheldon2016-02-101-1/+1
* | enables the evented monitor in new applicationsXavier Noria2016-02-101-1/+1
|/
* Active Record supports MySQL >= 5.0Ryuta Kamizono2016-02-042-2/+2
* update supported version of PostgreSQL in docs [ci skip]yuuji.yaginuma2016-02-032-2/+2
* Merge pull request #23057 from schneems/schneems/default-puma-configRichard Schneeman2016-02-011-0/+44
|\
| * Add Default Puma Configschneems2016-01-291-0/+44
* | Use the in-process subscription adapter for development & testMatthew Draper2016-02-011-4/+2
|/
* updating secrets.yml template to use rails command instead of rakeDiego Plentz2016-01-211-1/+1
* Adapterize ActionCable storage and extract behaviorJon Moss2016-01-182-9/+12
* Improve generated config initializer filesJon Atack2016-01-132-4/+6
* Default new apps to tag logs with `request_id`schneems2016-01-061-1/+1
* add option for per-form CSRF tokensBen Toews2016-01-041-0/+4
* :scissors: whitespace in generated config files [skip ci]Jon Atack2015-12-242-2/+2
* Explain what initializer/config_serializer doesclaudiob2015-12-181-0/+2
* initializers/cookies_serializer is not new to 5.0claudiob2015-12-181-1/+0
* Explain Redis' role in Action CableDavid Heinemeier Hansson2015-12-181-0/+1
* Bring comment in line with rest of initializersDavid Heinemeier Hansson2015-12-181-2/+2
* Explain the concept of config initializers for backwards compatibilityDavid Heinemeier Hansson2015-12-183-2/+5
* Fix spacingDavid Heinemeier Hansson2015-12-181-1/+1
* These options are not changed nearly often enough to warrant inclusion like t...David Heinemeier Hansson2015-12-181-8/+0
* Include example of allowed_request_originsDavid Heinemeier Hansson2015-12-171-1/+2
* Don't mount the ActionCable server by defaultDavid Heinemeier Hansson2015-12-171-1/+1
* Avoid Action Cable stubs on --skip-action-cableDavid Heinemeier Hansson2015-12-161-0/+2
* Generate all the ApplicationCable stubs by default, like all other Applicatio...David Heinemeier Hansson2015-12-161-1/+1
* Saner incrementsDavid Heinemeier Hansson2015-12-161-3/+3
* Only mount the ActionCable server if ApplicationCable has been definedDavid Heinemeier Hansson2015-12-161-1/+1
* By default, mount Action Cable on the routerDavid Heinemeier Hansson2015-12-161-0/+3
* Add default redis config for Action CableDavid Heinemeier Hansson2015-12-161-0/+8
* Assume that the cable server is running in-process by default, offer option t...David Heinemeier Hansson2015-12-161-0/+3
* Fix the engine referenceRafael Mendonça França2015-12-161-1/+1
* We are using railtie, not engineDavid Heinemeier Hansson2015-12-161-1/+1
* Add option to skip Action CableRafael Mendonça França2015-12-141-1/+1
* Add action_cable to rails/all and application.rbRafael Mendonça França2015-12-141-0/+1