aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into merge-action-cableRafael Mendonça França2015-12-164-10/+12
|\
| * Use sprockets 3 in the Rails 5 releaseRafael Mendonça França2015-12-162-6/+7
| * Merge pull request #22567 from gsamokovarov/introduce-application-recordRafael França2015-12-162-1/+2
| |\
| | * Introduce ApplicationRecord, an Active Record layer supertypeGenadi Samokovarov2015-12-162-1/+2
| * | Run railties generated app tests in test enveileencodes2015-12-151-3/+3
| |/
* / Accept a Pathname in Application#config_forRafael Mendonça França2015-12-151-0/+15
|/
* Internal test migrations use the private 'Current' versionMatthew Draper2015-12-153-6/+6
* Make debug_exception_response_format config depends on api_only when is not setJorge Bejar2015-12-091-0/+25
* Add tests for api_only configuration settingJorge Bejar2015-12-091-0/+15
* Add Rails command infrastructure and encapsulate development cachingChuck Callebs2015-12-041-35/+0
* Remove warningsRafael Mendonça França2015-12-041-4/+4
* Fix failing test using custom file watcherMatthew Erhard2015-12-021-0/+2
* Make the `static_index` config part of the `config.public_server` configYuki Nishijima2015-11-161-4/+4
* Prefer Minitest's location for test failures.Kasper Timm Hansen2015-11-121-1/+1
* Replace `serve_static_files` in tests with `public_file_server.enabled`.Kasper Timm Hansen2015-11-043-4/+4
* Add enabled flag to the public file server.Kasper Timm Hansen2015-11-031-6/+16
* Make `db:migrate:status` to render `1_some.rb` format migrate files.yui-knk2015-11-021-0/+22
* rails/application: allow passing an env to config_forSimon Eskildsen2015-10-301-0/+16
* raise `ArgumentError` when `SECRET_KEY_BASE` is an integerArun Agrawal2015-10-271-0/+13
* Merge pull request #19924 from iamvery/db-tasks-exit-statusSean Griffin2015-10-261-0/+52
|\
| * Exit with non-zero status when db:drop failsJay Hayes2015-10-201-0/+10
| * Exit with non-zero status when db:create failsJay Hayes2015-10-201-0/+17
| * Fix test of drop failureJay Hayes2015-10-201-4/+1
| * Add tests to verify exit status for create/drop failuresJay Hayes2015-10-201-0/+28
* | Tweaked wording used in some tests.Sebastian McKenzie2015-10-251-3/+3
|/
* Merge pull request #19135 from yuki24/access-control-supportJeremy Daer2015-10-132-0/+27
|\
| * Add the ability of returning arbitrary headers to ActionDispatch::StaticYuki Nishijima2015-06-132-0/+27
* | Merge pull request #17388 from akampjes/masterArthur Nogueira Neves2015-10-121-0/+11
|\ \
| * | ActionMailer https on URL with force_ssl = trueAndrew Kampjes2015-08-141-0/+11
* | | Refactor create_test_file to take a pass option.Kasper Timm Hansen2015-10-071-31/+7
* | | Hide Minitest's aggregated results if outputting inline.Kasper Timm Hansen2015-10-071-0/+15
* | | Revert "removing Rack::Runtime from the default stack."Aaron Patterson2015-10-031-9/+11
* | | removing Rack::Runtime from the default stack.Aaron Patterson2015-10-021-11/+9
* | | Merge pull request #21794 from jeremy/sprockets/move-asset-manifest-from-topl...Jeremy Daer2015-09-293-156/+205
|\ \ \
| * | | Eliminate overlapping `app/assets` load pathJeremy Daer2015-09-293-156/+205
* | | | Add fail fast to test runner.Kasper Timm Hansen2015-09-291-0/+15
* | | | Add inline failure reporting to test runner.Kasper Timm Hansen2015-09-281-0/+15
|/ / /
* | | Fix test that was failing because of typoeileencodes2015-09-271-1/+1
* | | Add missing routing tests for info controllerAditya Kapoor2015-09-271-0/+12
* | | Fix typo in configuration test descritive > descriptive [ci skip]amitkumarsuroliya2015-09-261-1/+1
* | | mostly remove the ParamsParser middlewareAaron Patterson2015-09-181-2/+0
* | | File encoding is defaulted to utf-8 in Ruby >= 2.1Akira Matsuda2015-09-181-1/+0
* | | Fix displaying mailer previews on non local requests.Wojciech Wnętrzak2015-09-171-1/+1
* | | raise LoadError when a non-existent file or directory is specified to the tes...yuuji.yaginuma2015-09-071-0/+5
* | | remove unused require ‘set’NehaGautam2015-08-251-1/+0
* | | Migrate to Sprockets 4.Andrei Istratii2015-08-192-14/+19
|/ /
* | Merge pull request #21124 from kirs/feature/reload-i18nKasper Timm Hansen2015-08-101-0/+73
|\ \
| * | Reload I18n locales in developmentKir Shatrov2015-08-101-0/+73
| * | Revert "test runner should crash with non existing file argument."Yves Senn2015-08-031-5/+0
| * | test runner should crash with non existing file argument.Yves Senn2015-08-031-0/+5