aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
* Import Action MailboxGeorge Claghorn2018-12-255-124/+237
* No need to handle if FrozenError is availableYasuo Honda2018-12-232-5/+1
* Fix app boot for Ruby 2.4Eileen Uchitelle2018-12-211-2/+6
* Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-2110-101/+77
* Module#{attr,attr_accessor,attr_reader,attr_writer} become public since Ruby 2.5Ryuta Kamizono2018-12-212-4/+4
* Module#{define_method,alias_method,undef_method,remove_method} become public ...Ryuta Kamizono2018-12-211-1/+1
* Require Ruby 2.5 for Rails 6.Kasper Timm Hansen2018-12-193-6/+6
* 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-182-7/+16
* Introduce a guard against DNS rebinding attacksGenadi Samokovarov2018-12-157-9/+52
* Ruby can show a little bit more detailed info in shorter codeAkira Matsuda2018-12-151-1/+1
* http://localhost:3000/rails/info/properties shows more details for ease of bu...ujihisa2018-12-141-1/+1
* Do not show post install message on rails newRafael Mendonça França2018-12-132-5/+5
* Use string for arguments in server testyuuji.yaginuma2018-12-131-2/+2
* 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
|\ \ \ \