aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Add rake dev:cache task to enable dev mode caching.Chuck Callebs2015-08-041-0/+35
|/ /
* | Fix rake/notes_testschneems2015-07-291-0/+1
* | Fix reported regression rails/sprockets-rails#265schneems2015-07-291-0/+1
* | Make digest cache work in development.Kasper Timm Hansen2015-07-181-0/+63
* | Rely on the load interlock for non-caching reloads, tooMatthew Draper2015-07-091-7/+7
* | Soften the lock requirements when eager_load is disabledMatthew Draper2015-07-091-4/+21
* | `dump_schema_after_migration` applies migration tasks other than db:migrateYves Senn2015-06-301-6/+8
* | tests, railties tests should use `bin/` executables when possible.Yves Senn2015-06-309-121/+121
|/
* Fix failing tests for Rails-APISean Griffin2015-06-111-1/+1
* Use new hash syntaxSantiago Pastorino2015-06-111-1/+1
* Add test to show api only apps allow overriding generator optionsSantiago Pastorino2015-06-111-0/+16
* config.api_only = true implies config.generators.api_only = trueSantiago Pastorino2015-06-112-2/+1