aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/isolation
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Remove deprecated methods at `Kernel`.Rafael Mendonça França2015-01-041-0/+10
* Set the test_order in the basic app as well, see 58e8b48Godfrey Chan2014-11-251-0/+1
* Set the default log_level to info in all testsGodfrey Chan2014-11-251-0/+1
* Always default the log_level to :info for RailtiesZachary Scott2014-11-241-0/+1
* add a test for #17106Aaron Patterson2014-11-041-0/+9
* Define the configuration at Active SupportRafael Mendonça França2014-09-111-0/+1
* Set test order in ActiveSupport::TestCase of isolation/abstract_unitRafael Mendonça França2014-09-101-0/+2
* Set the test order to be random in the generated appRafael Mendonça França2014-09-101-0/+1
* Fix failing railties testsCarlos Antonio da Silva2014-08-191-2/+6
* Keep quietly and capture undeprecated on your suiteRafael Mendonça França2014-07-151-0/+27
* Favor canonical environment variables for secretsschneems2014-01-131-2/+2
* Revert "Ensure secret_key_base is set for all environments"José Valim2013-12-241-2/+1
* Fix railties tests in masterschneems2013-12-241-1/+2
* Ensure secret_key_base is set for all environmentsJosé Valim2013-12-241-1/+2
* Fix build failures related to the new ENV options in ymlJosé Valim2013-12-241-0/+18
* Load secret_key_base from tokens.yml, fallback to config.secret_key_baseGuillermo Iguaran2013-12-121-2/+1
* Extend basic rendering, test it in railtiesŁukasz Strzałkowski2013-08-251-0/+6
* Include AV railtie in railties isolation testsŁukasz Strzałkowski2013-08-251-0/+1
* Calls to the application constant have been refactored to usewangjohn2013-06-101-1/+1
* --no-rc in the railties testsAkira Matsuda2013-02-011-1/+1
* Introduce ./bin for your app's executables: bin/bundle, bin/rails, bin/rake. ...Jeremy Kemper2013-01-061-1/+1