aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application
Commit message (Expand)AuthorAgeFilesLines
* Module#{define_method,alias_method,undef_method,remove_method} become public ...Ryuta Kamizono2018-12-211-1/+1
* Clarify implicit meaning of 'workers: 2' in parallelization tests.Kasper Timm Hansen2018-12-191-6/+8
* Add option to set parallel test worker count to the physical core count of th...Bogdan2018-12-181-5/+14
* Introduce a guard against DNS rebinding attacksGenadi Samokovarov2018-12-151-6/+8
* Improve deprecation message for enqueue returning falseRafael Mendonça França2018-12-051-0/+27
* Merge pull request #33882 from mberlanda/mberlanda/as-inheritable-options-int...Rafael França2018-11-301-26/+54
|\
| * chore: implement config_for as ActiveSupport::OrderedOptionsMauro Berlanda2018-10-191-26/+54
* | Compile packs before run testyuuji.yaginuma2018-11-221-1/+4
* | Correctly handle unknown object in parallel testsyuuji.yaginuma2018-11-171-0/+14
* | Merge pull request #34400 from gmcgibbon/rm_autoload_app_javascriptsRafael França2018-11-131-0/+8
|\ \
| * | Remove asset paths from eager_load_paths and autoload_pathsGannon McGibbon2018-11-091-0/+8
* | | Merge pull request #34411 from N0xFF/masterRafael França2018-11-131-0/+25
|\ \ \
| * | | Reset sessions on failed system test screenshotMaxim Perepelitsa2018-11-131-0/+25
* | | | Ignore warnings such as `Psych.safe_load is deprecated`Yasuo Honda2018-11-131-0/+2
| |/ / |/| |
* | | Add test for parallel tests with unmarshable exceptionyuuji.yaginuma2018-11-091-0/+24
|/ /
* | Remove unused argument `expected_database`bogdanvlviv2018-11-081-5/+5
* | Compile packs for testyuuji.yaginuma2018-11-081-2/+4
* | Add multi-db support to schema cache dump and clearGannon McGibbon2018-11-071-0/+31
* | Implement AR#inspect using ParamterFilter.Yoshiyuki Kinjo2018-10-191-1/+1
|/
* Add multi-db support to rails db:migrate:statusGannon McGibbon2018-10-091-19/+51
* Remove bundler warnings from bin/setup outputGannon McGibbon2018-10-051-8/+10
* Make Webpacker the default JavaScript compiler for Rails 6 (#33079)David Heinemeier Hansson2018-09-303-24/+14
* Eagerly define attribute methods in productionEugene Kenny2018-09-241-0/+47
* Make sure this test check the issue solved in #31135Rafael Mendonça França2018-09-221-6/+12
* Switch to supports_cache_versioning? check to a class methodschneems2018-09-201-1/+1
* [close #33907] Error when using "recyclable" cache keys with a store that doe...schneems2018-09-201-0/+12
* Add test for `config.active_storage.routes_prefix`yuuji.yaginuma2018-09-151-0/+18
* Add a test that exercice better the behavior we expect in the query cacheRafael Mendonça França2018-09-121-2/+43
* Build string set when `filter_attributes` is assignedbogdanvlviv2018-09-121-1/+2
* Fix query cache to load before first requestEileen Uchitelle2018-09-121-0/+33
* Merge pull request #33815 from mberlanda/mberlanda/enhance-config-forRafael França2018-09-111-2/+49
|\
| * refacto: config_for with ActiveSupport::InheritableOptions and symbolized keysMauro Berlanda2018-09-111-2/+49
* | Use correct variableyuuji.yaginuma2018-09-111-4/+4
* | Remove all references to slave in the codebaseRafael Mendonça França2018-09-103-21/+21
|/
* Configuration item `config.filter_parameters` could also filter out sensitive...Zhang Kang2018-09-071-0/+9
* Respect config setting when output deprecation notice in rake tasksyuuji.yaginuma2018-09-044-1/+4
* Convert configs_for to kwargs, add include_replicasEileen Uchitelle2018-08-311-7/+10
* Refactors Active Record connection managementEileen Uchitelle2018-08-301-10/+10
* Merge pull request #33744 from bogdanvlviv/fixes-27852Ryuta Kamizono2018-08-301-1/+1
|\
| * Prevent leaking of user's DB credentials on `rails db:create` failurebogdanvlviv2018-08-291-1/+1
* | Remove this conditionalEileen Uchitelle2018-08-291-1/+1
* | Remove unused argumentEileen Uchitelle2018-08-291-1/+1
* | Drop load_database_yaml and fix testEileen Uchitelle2018-08-291-3/+7
|/
* Make `rake routes` deprecate before deletingyuuji.yaginuma2018-08-201-0/+44
* Update 'rake initializers' to use Rails::Command under the hoodAnnie-Claude Côté2018-08-161-0/+42
* Have `bin:rake dev:cache` use the Dev Rails Command under the hoodAnnie-Claude Côté2018-08-131-15/+28
* Purpose Metadata For Signed And Encrypted CookiesAssain2018-08-122-10/+10
* Ensure that running tests in parallel doesn't display schema load outputbogdanvlviv2018-08-081-0/+18
* Log the remote IP addr of clients behind a proxyAtul Bhosale2018-07-311-0/+6
* Merge pull request #33229 from albertoalmagro/albertoalmagro/prefer-rails-com...Matthew Draper2018-07-251-2/+2
|\