aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/app/templates/config/application.rb
Commit message (Expand)AuthorAgeFilesLines
* Use .tt extension to all the template filesRafael Mendonça França2017-11-131-44/+0
* Add --skip-active-storage and do so automatically when --skip-active-record i...bogdanvlviv2017-11-061-1/+1
* Remove frozen_string_literal magic comment from templatesKoichi ITO2017-08-221-2/+0
* Merge pull request #30219 from yhirano55/fix_app_generator_api_optionsRafael França2017-08-141-1/+1
|\
| * Refactor `--api` option of the app generatorYoshiyuki Hirano2017-08-131-1/+1
* | Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
|/
* Include active_storage in all generated application.rb filesDavid Heinemeier Hansson2017-08-041-0/+1
* Don't generate system test files if `skip_system_test` option is specifiedyuuji.yaginuma2017-04-121-0/+4
* Track the version-compatible config settings inside railtiesMatthew Draper2017-03-181-0/+3
* prefer require_relative over require + File.expand_pathXavier Noria2016-03-061-1/+1
* use __dir__ for relative paths in config/application.rbXavier Noria2016-03-061-1/+1
* These options are not changed nearly often enough to warrant inclusion like t...David Heinemeier Hansson2015-12-181-8/+0
* 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
* Use "rake time:zones:all" instead of "rake -D time" [ci skip]Marat Galiev2015-10-171-1/+1
* Add config.api_only = true to config/application.rb when using rails new --apiSantiago Pastorino2015-06-111-0/+7
* Update option to skip test in generatorsMelanie Gilman2015-01-271-1/+1
* require 'rails' if not include_all_railties, just as 'rails/all' doesAkira Matsuda2015-01-141-0/+1
* Change transaction callbacks to not swallowing errors.Rafael Mendonça França2015-01-041-5/+0
* Add --skip-action-mailer (or -M) to rails generateclaudiob2015-01-011-1/+1
* Remove --skip-action-view option from application generatorDan Olson2014-09-241-1/+1
* Change "For not..." to "Do not...".Kale Worsley2014-09-041-1/+1
* Require ActiveJob in case a skip_xxx option is givenslainer682014-08-201-0/+1
* Fix blank link on config/application.rb app template [ci skip]Carlos Antonio da Silva2014-08-191-1/+1
* Add default .raise_in_transactional_callbacks option to templateArthur Neves2014-08-191-0/+5
* Revert "Rename not Ruby files to .tt"Santiago Pastorino2013-12-101-0/+34
* Rename not Ruby files to .ttSantiago Pastorino2013-12-101-34/+0
* config.assets.enabled isn't used anymore to disable Rails asset pipelineGuillermo Iguaran2013-12-011-5/+0
* Honor to RAILS_GROUPS env variable while loading gems with BundlerGuillermo Iguaran2013-12-011-1/+1
* Add --skip-action-view to app generatorŁukasz Strzałkowski2013-08-251-0/+1
* Add ActiveModel requirement to application.rbJamie Gaskins2013-05-221-0/+1
* Update the call to Bundler.require in application.rb since assets group doesn...Guillermo Iguaran2013-03-281-2/+3
* Revert "make new rails apps log to STDOUT"Steve Klabnik2013-03-151-2/+0
* make new rails apps log to STDOUTTerence Lee2013-03-151-0/+2
* Revert "move config.assets.precompile into config/application.rb"Yves Senn2013-02-241-4/+0
* move config.assets.precompile into config/application.rbYves Senn2013-02-201-0/+4
* Remove config.autoload_paths from config/application.rbAndrew White2013-02-191-3/+0
* Revert "Merge pull request #7873 from steveklabnik/update_initializer"Carlos Antonio da Silva2013-01-221-0/+8
* This is not that common of a change to warrant top-line billing and you shoul...David Heinemeier Hansson2013-01-061-6/+1
* Move config.filter_parameters to you own initializer fileRafael Mendonça França2013-01-051-3/+0
* config.assets.enabled is now true by defaultDavid Heinemeier Hansson2013-01-051-6/+3
* Now the Sprockets railtie lives in sprockets/railtieRafael Mendonça França2012-10-181-1/+1
* Moving locale stuff from app.rb to an initializer.Steve Klabnik2012-10-081-8/+0
* Encoding already defaults to utf-8 per lib/rails/application/configuration.rb:23David Heinemeier Hansson2012-10-081-3/+0
* Everyone is running bundler, no need for defensive programming shitDavid Heinemeier Hansson2012-10-081-2/+2
* Not precompiling your assets for production is a bad idea -- do not encourage itDavid Heinemeier Hansson2012-10-081-6/+2
* Remove of an extra line in template configuration file.Geoffrey Roguelon2012-09-241-1/+0
* Remove all references to attr_accessible/protected and old mass_assignment_sa...Guillermo Iguaran2012-09-161-5/+0