aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
* | | Merge pull request #34387 from yhirano55/rails_info_properties_jsonRyuta Kamizono2018-11-072-0/+17
|\ \ \
| * | | Add JSON support to rails properties route (`/rails/info/properties`).Yoshiyuki Hirano2018-11-072-0/+17
* | | | Add `connect_src` example to content security policy initializeryuuji.yaginuma2018-11-041-0/+11
|/ / /
* | | Merge pull request #34208 from yskkin/inspect_with_parameter_filterRyuta Kamizono2018-10-261-1/+1
|\ \ \
| * | | Implement AR#inspect using ParamterFilter.Yoshiyuki Kinjo2018-10-191-1/+1
* | | | Remove node_modules path from assets load paths since we use webpack by defaultbogdanvlviv2018-10-221-5/+1
* | | | Remove `--skip-yarn` in favor of `--skip-javascript`bogdanvlviv2018-10-222-3/+4
* | | | Remove yarn's files from `.gitignore` template for new rails appbogdanvlviv2018-10-211-10/+0
* | | | Correct some tests related to changes in #33079 (#34272)Bogdan2018-10-222-4/+6
* | | | Avoid running `webpacker:install` on tests that don't need ityuuji.yaginuma2018-10-202-6/+10
| |/ / |/| |
* | | Avoid running bundler on tests that don't need ityuuji.yaginuma2018-10-191-3/+3
* | | Show object ids in scaffold pages when displaying referenced objectsRasesh Patel2018-10-141-3/+13
|/ /
* | Runs the generator before assertionsyuuji.yaginuma2018-10-121-0/+1
* | Add test retries for railtiesGannon McGibbon2018-10-111-0/+3
* | Add multi-db support to rails db:migrate:statusGannon McGibbon2018-10-091-19/+51
* | Use `--skip-webpack-install` by defaultyuuji.yaginuma2018-10-092-6/+6
* | Avoid `webpacker:install` if unnecessaryyuuji.yaginuma2018-10-092-6/+6
* | Add `skip-webpack-install` optionyuuji.yaginuma2018-10-091-0/+14
* | Remove bundler warnings from bin/setup outputGannon McGibbon2018-10-051-8/+10
* | Fix tests related to new JavaScript path for generatorsPrathamesh Sonpatki2018-10-054-8/+6
* | Avoid `webpacker:install` if unnecessaryyuuji.yaginuma2018-10-051-2/+2
* | Make Webpacker the default JavaScript compiler for Rails 6 (#33079)David Heinemeier Hansson2018-09-3013-163/+86
* | Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-292-3/+3
* | Reset `ActiveRecord::Base.configurations` to the value beforeyuuji.yaginuma2018-09-291-1/+2
* | Refactor migrations_path command option to databaseGannon McGibbon2018-09-284-13/+33
* | Add migrations_paths option to model generatorGannon McGibbon2018-09-272-0/+15
|/
* Change the empty block style to have space inside of the blockRafael Mendonça França2018-09-251-1/+1
* Eagerly define attribute methods in productionEugene Kenny2018-09-241-0/+47
* Merge pull request #33949 from sjain1107/no-private-defKasper Timm Hansen2018-09-231-8/+10
|\
| * Remove private defSakshi Jain2018-09-231-8/+10
* | Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-235-5/+5
|/
* 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
* Support environment specific credentials file. (#33521)Wojciech Wnętrzak2018-09-192-5/+70
* Add test for `config.active_storage.routes_prefix`yuuji.yaginuma2018-09-151-0/+18
* Remove mysql2 gem version requirement "< 0.6.0"Yasuo Honda2018-09-141-1/+1
* 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 "minitest" consistentlyXavier Noria2018-09-111-1/+1