aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/app/templates/config/environments/test.rb.tt
Commit message (Expand)AuthorAgeFilesLines
* 1.hour needs core_ext to workRafael Mendonça França2019-08-021-0/+2
* generate config.cache_classes = false if SpringXavier Noria2019-04-141-5/+10
* Remove finalizer and configurationAaron Patterson2019-02-061-3/+0
* Set cache store as null_store for test environmentMichael Nelson2018-08-021-0/+1
* Add missing dots at the end of comments in environment file templatesbogdanvlviv2018-04-031-2/+2
* Add `action_view.finalize_compiled_template_methods` config optionSimon Coffey2018-04-021-0/+3
* Adjust blank linesRyuta Kamizono2017-11-101-1/+1
* Add --skip-active-storage and do so automatically when --skip-active-record i...bogdanvlviv2017-11-061-0/+3
* Refactor max-age secondsYoshiyuki Hirano2017-08-141-1/+1
* Include default storage configurationDavid Heinemeier Hansson2017-07-311-0/+3
* Make cache max-age durations self-explanatoryNathan Long2016-08-121-1/+1
* Initialize the configuration with a valueRafael Mendonça França2016-06-221-3/+0
* Fix failing railties testseileencodes2016-06-221-0/+3
* Change ActionMailer's default caching configuration and update generator's en...Stan Lo2016-02-231-0/+1
* remove `active_support.test_order` from environment fileyuuji.yaginuma2016-02-141-3/+0
* Add enabled flag to the public file server.Kasper Timm Hansen2015-11-031-2/+2
* Add the ability of returning arbitrary headers to ActionDispatch::StaticYuki Nishijima2015-06-131-2/+4
* 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/+2
* adds missing period in test.rb [ci skip]Xavier Noria2014-11-291-1/+1
* Default to sorting user's test cases for nowGodfrey Chan2014-09-081-0/+3
* Rails config for raise on missing translationsKassio Borges2014-01-271-0/+3
* Use single quotes in generated filesChulki Lee2014-01-141-1/+1
* Removing the app constant and replacing it with Rails.applicationwangjohn2013-04-301-1/+1
* AlignmentDavid Heinemeier Hansson2013-04-181-1/+1
* Move background jobs to the 'jobs' branch until fully baked. Not shipping wit...Jeremy Kemper2012-12-211-3/+0
* Backpedal from class-oriented config.queue. Set an actual queue instance.Jeremy Kemper2012-10-121-1/+1
* Immediately run queued jobs in tests. Otherwise you have to explicitly drain ...Jeremy Kemper2012-10-121-2/+2
* Remove all references to attr_accessible/protected and old mass_assignment_sa...Guillermo Iguaran2012-09-161-5/+0
* Move queue classes to ActiveSupportSantiago Pastorino2012-09-141-1/+1
* Allow users to choose when to eager_load the application or not.José Valim2012-08-211-0/+5
* fix punctuation in config templatesFrancesco Rodriguez2012-08-201-1/+1
* Initial queue implementationYehuda Katz2012-04-261-0/+3
* uniformizes the punctuation of comments in some files generated for new appsXavier Noria2012-01-221-8/+8
* minor editsVijay Dev2012-01-131-1/+1
* remove AS whiny nil extension and deprecate config.whiny_nilsSergey Nartimov2011-12-221-3/+0
* Move schema_format :sql config setting from test.rb to application.rbAlex Tambellini2011-11-171-5/+0
* Remove unused config variable from test.rb templateGuillermo Iguaran2011-09-051-3/+0
* Add config.allow_debugging option to determine if the debug_assets query para...Guillermo Iguaran2011-08-241-0/+3
* MassAssignmentProtection: consider 'id' insensetive in StrictSanitizerBogdan Gusiev2011-07-281-0/+5
* Don't raise on mass assignment for testJosé Valim2011-07-071-5/+0
* Just generate AR options if AR is enabledJosé Valim2011-07-071-0/+2
* Rails app template: setup different mass assignment sanitizer for envsBogdan Gusiev2011-07-071-0/+3
* Removed extra white-spaces on config/environment/test.rb templateGuillermo Iguaran2011-05-231-2/+2
* Add static_cache_control as configuration option and set a default for test. ...José Valim2011-05-031-1/+5
* Application settings are specified in application.rb and not environment.rbrohit2010-09-141-1/+1
* Create a deprecation behavior that triggers a notification for deprecation no...wycats2010-06-291-0/+3
* Raise exceptions instead of rendering error templates in test environment [#4...Rolf Bjaanes2010-04-021-0/+3
* Load generators from both lib/rails/generators and lib/generators. Using the ...José Valim2010-03-231-0/+29
* Generators load path now will be Ruby load path. If you want to use rspec:ins...José Valim2010-01-181-29/+0