aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/isolation/abstract_unit.rb
Commit message (Expand)AuthorAgeFilesLines
* Revise credentials diffing flow to use a separate diff commandKasper Timm Hansen2019-08-041-2/+2
* Revert "MethodCallAssertions is a regular player of the team ActiveSupport::T...Rafael Mendonça França2019-08-021-0/+2
* MethodCallAssertions is a regular player of the team ActiveSupport::TestCase nowAkira Matsuda2019-08-021-2/+0
* Prettify diff generated by git for encripted file:Edouard CHIN2019-07-261-2/+2
* Fixed db:prepare task for multiple databases.Wojciech Wnętrzak2019-06-051-12/+30
* Only retry tests on CIKasper Timm Hansen2019-04-171-1/+3
* Fix database configuration when adding another config leveleileencodes2019-03-181-0/+2
* Merge tag 'v6.0.0.beta3'eileencodes2019-03-131-0/+1
|\
| * Fix possible dev mode RCEAaron Patterson2019-03-101-0/+1
* | Build assets automatically if necessaryyuuji.yaginuma2019-03-081-0/+7
|/
* let Zeitwerk integration unhook AS::DependenciesXavier Noria2019-02-191-0/+7
* Let Zeitwerk be a dependency of Active SupportXavier Noria2019-02-131-5/+1
* Zeitwerk integrationXavier Noria2019-02-121-1/+9
* Install JavaScript packages before run testyuuji.yaginuma2019-02-111-11/+7
* Preload all component gemsyuuji.yaginuma2019-02-061-0/+2
* Railities typo fixes.alkesh262019-02-011-1/+1
* Add rails db:system:change commandGannon McGibbon2019-01-091-1/+1
* Import Action MailboxGeorge Claghorn2018-12-251-1/+1
* No need to handle if FrozenError is availableYasuo Honda2018-12-231-4/+0
* Introduce a guard against DNS rebinding attacksGenadi Samokovarov2018-12-151-0/+2
* Add test retries for railtiesGannon McGibbon2018-10-111-0/+3
* Make Webpacker the default JavaScript compiler for Rails 6 (#33079)David Heinemeier Hansson2018-09-301-4/+15
* Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-1/+1
* Merge pull request #33770 from eileencodes/multi-db-improvements-part-3Eileen M. Uchitelle2018-09-011-0/+27
|\
| * Convert configs_for to kwargs, add include_replicasEileen Uchitelle2018-08-311-0/+27
* | Remove needless test order configyuuji.yaginuma2018-09-011-2/+0
|/
* Include `ActiveSupport::Testing::MethodCallAssertions` in `railties/test/isol...bogdanvlviv2018-06-091-0/+2
* Add multidb application testeileencodes2018-04-091-16/+51
* Add test parallelization to Railseileencodes2018-02-151-1/+6
* Remove unused methodsyuuji.yaginuma2017-12-281-16/+0
* Handle `FrozenError` if it is availableYasuo Honda2017-12-201-0/+4
* Fix Rails environment when running tests with RubyAaron Patterson2017-12-061-2/+4
* Make `Migrator.current_version` work without a current databaseyuuji.yaginuma2017-12-031-0/+15
* `rails new` runs `rails active_storage:install`bogdanvlviv2017-11-061-0/+1
* Fix typo in `allow_failure` argument [ci skip]yuuji.yaginuma2017-10-181-1/+1
* Add credentials using a generic EncryptedConfiguration class (#30067)David Heinemeier Hansson2017-09-111-3/+3
* Remove needless `silence_warnings`yuuji.yaginuma2017-09-091-4/+1
* Remove unused `fork` arg for `rails`yuuji.yaginuma2017-09-081-4/+2
* Run in-app rails commands via fork+load where possibleMatthew Draper2017-09-041-3/+81
* Preload some additional specific filesMatthew Draper2017-09-041-0/+3
* Preload Rails component gems in railties testsMatthew Draper2017-09-041-1/+19
* Allow for frozen string pragma in generated files.Pat Allan2017-08-141-2/+2
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* Railties updates for frozen string literals.Pat Allan2017-08-141-1/+1
* Remove :sorted test order for isolated testsbogdanvlviv2017-08-071-2/+0
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Define path with __dir__bogdanvlviv2017-05-231-1/+1
* Replace \Z to \zRyuta Kamizono2017-04-241-3/+3
* Revert "Revert "Add encrypted secrets""Kasper Timm Hansen2017-02-231-0/+1