aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/isolation
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "Add encrypted secrets" (#28127)David Heinemeier Hansson2017-02-231-1/+0
* Add encrypted secrets (#28038)Kasper Timm Hansen2017-02-231-0/+1
* Remove aggressive unit test with mock. And add integration level test.Taishi Kasuga2016-11-241-1/+0
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* Remove deprecated support to :text in renderRafael Mendonça França2016-10-101-1/+1
* remove useless `gemfile` optionyuuji.yaginuma2016-09-121-5/+0
* Add three new rubocop rulesRafael Mendonça França2016-08-161-3/+3
* applies new string literal convention in railties/testXavier Noria2016-08-061-26/+26
* rails -> Rails [ci skip]Santosh Wadghule2016-07-121-1/+1
* Remove unused boot_rails method and it's usagePrathamesh Sonpatki2016-07-041-3/+0
* Require "active_support/core_ext/object/blank" for railties abstract unitGenadi Samokovarov2016-06-131-0/+1
* Move new default initializers into separate directoryPrathamesh Sonpatki2016-05-281-1/+1
* Merge pull request #23932 from arthurnn/arthurnn/remove_load_pathsArthur Nogueira Neves2016-03-011-9/+1
|\
| * Remove load_paths fileArthur Neves2016-02-271-9/+1
* | Deprecate :controller and :action path parametersAndrew White2016-03-011-1/+1
|/
* adds --skip-listen to the application generator [closes #23590]Xavier Noria2016-02-171-4/+1
* prevent apps in the railties test suite from running the evented monitorXavier Noria2016-02-101-3/+12
* Introduce new welcome page for new projectsGenadi Samokovarov2016-01-261-1/+3
* run against edge sass to eliminate circular require warningsAaron Patterson2015-09-301-4/+0
* Eliminate overlapping `app/assets` load pathJeremy Daer2015-09-291-12/+24
* make sure flash middleware is requiredAaron Patterson2015-09-251-0/+1
* Add support for inline images to mailer previewsAndrew White2015-05-041-2/+2
* Rename railties/bin to railties/exeIslam Wazery2015-04-111-1/+1
* Remove unused gsub_app_file method from Bukkit.Josef Šimánek2015-02-191-6/+0
* Merge pull request #18526 from vipulnsward/add-silence-streamRafael Mendonça França2015-02-051-36/+2
|\
| * - Extracted silence_stream method to new module in activesupport/testing.Vipul A M2015-01-201-36/+2
* | Fixed test for assert_welcomePrathamesh Sonpatki2015-01-171-1/+2
|/
* Use IO::NULL alwaysNobuyoshi Nakada2015-01-101-1/+1