aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
* Fix warning: shadowing outer local variable - attributeRyuta Kamizono2018-12-131-1/+1
* Merge pull request #34691 from gmcgibbon/rm_helper_generator_suffixRyuta Kamizono2018-12-133-0/+16
|\
| * Remove redundant suffixes on generated helpers.Gannon McGibbon2018-12-123-0/+16
* | Remove redundant suffixes on generated integration tests.Gannon McGibbon2018-12-123-0/+17
|/
* Fix boolean interaction in scaffold system testsGannon McGibbon2018-12-124-3/+22
* Remove redundant suffixes on generated system tests.Gannon McGibbon2018-12-113-0/+23
* Upgrade Rubocop to 0.61.1 and fix offensesVinicius Stock2018-12-101-16/+16
* Add test for reads environment credential file with environment variable keyyuuji.yaginuma2018-12-091-1/+17
* Abort early if generator command fails (#34420)David Rodríguez2018-12-074-4/+25
* Improve deprecation message for enqueue returning falseRafael Mendonça França2018-12-052-0/+31
* Merge pull request #33992 from kirs/enqueue-return-falseRafael França2018-12-051-0/+3
|\
| * Make AJ::Base#enqueue return false if the job wasn't enqueuedKir Shatrov2018-10-281-0/+3
* | Merge pull request #33882 from mberlanda/mberlanda/as-inheritable-options-int...Rafael França2018-11-302-29/+59
|\ \
| * | chore: implement config_for as ActiveSupport::OrderedOptionsMauro Berlanda2018-10-192-29/+59
* | | Bump the minimum version of PostgreSQL to 9.3Yasuo Honda2018-11-252-2/+2
* | | Compile packs before run testyuuji.yaginuma2018-11-221-1/+4
* | | Homogenize rails help outputAlberto Almagro2018-11-191-9/+10
* | | Merge pull request #34410 from gmcgibbon/test_support_windowsEileen M. Uchitelle2018-11-191-1/+1
|\ \ \
| * | | Windows support for parallelization and instrumenterGannon McGibbon2018-11-081-1/+1
* | | | Merge pull request #34476 from y-yagi/fix_no_method_error_in_parallelizationEileen M. Uchitelle2018-11-191-0/+14
|\ \ \ \
| * | | | Correctly handle unknown object in parallel testsyuuji.yaginuma2018-11-171-0/+14
* | | | | Fix test name to match the test behavioryuuji.yaginuma2018-11-181-4/+4
|/ / / /
* | | | Fix a method call in bin/setup fileNihad Abbasov2018-11-151-1/+1
* | | | Merge pull request #34400 from gmcgibbon/rm_autoload_app_javascriptsRafael França2018-11-134-10/+34
|\ \ \ \
| * | | | Remove asset paths from eager_load_paths and autoload_pathsGannon McGibbon2018-11-094-10/+34
* | | | | 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
* | | | | | add a nice alias for the --webpack optionAlessandro Rodi2018-11-131-2/+2
* | | | | | 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-075-2/+37
|\ \ \
| * | | Add JSON support to rails properties route (`/rails/info/properties`).Yoshiyuki Hirano2018-11-075-2/+37
* | | | Merge pull request #34392 from gmcgibbon/gem_security_note_amendRafael França2018-11-061-3/+3
|\ \ \ \
| * | | | Amend CVE note and security guide section wordingsGannon McGibbon2018-11-061-3/+3
* | | | | Merge pull request #34375 from y-yagi/add_connect_src_to_default_csp_initializerGuillermo Iguaran2018-11-062-0/+15
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add `connect_src` example to content security policy initializeryuuji.yaginuma2018-11-042-0/+15
| |/ / /
* / / / Add CVE note to security guide and gemspecsGannon McGibbon2018-11-061-0/+3
|/ / /
* | | Keep new line after the last dependencyyuuji.yaginuma2018-11-041-1/+1
* | | Restore `encoding: utf8mb4` in database.ymlYasuo Honda2018-10-301-0/+1
| |/ |/|
* | 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
* | | Do not need to mention the method that is being called in the exceptionRafael Mendonça França2018-10-231-1/+1
* | | Merge pull request #34275 from bogdanvlviv/skip_yarn-to-skip_javascriptRafael França2018-10-2310-27/+17
|\ \ \
| * | | Remove node_modules path from assets load paths since we use webpack by defaultbogdanvlviv2018-10-222-9/+1
| * | | Remove `--skip-yarn` in favor of `--skip-javascript`bogdanvlviv2018-10-2210-19/+17
* | | | Merge pull request #34289 from jschulenklopper/patch-1George Claghorn2018-10-221-1/+1
|\ \ \ \
| * | | | Add missing dot in comment in .gitignore templateJochem Schulenklopper2018-10-221-1/+1
| |/ / /