aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application
Commit message (Expand)AuthorAgeFilesLines
* Introduce new welcome page for new projectsGenadi Samokovarov2016-01-261-2/+1
* Be consistent in testing outputs from railties test and use /bin/rails everyw...Vipul A M2016-01-249-95/+96
* Don't run all tests when files end in a colon.Kasper Timm Hansen2016-01-181-8/+0
* bring back `TEST` env for `rake test`.Yves Senn2016-01-121-0/+11
* remove warnings from rake testyuuji.yaginuma2016-01-111-2/+2
* Added multiple line filters support for test runnerSiva Gollapalli2016-01-101-0/+78
* rake log:clear task updated refs[#22544]Pramod2016-01-091-3/+3
* Merge pull request #22967 from schneems/schneems/generic-metadataSean Griffin2016-01-084-7/+27
|\
| * Fixing tests and re-locating error checking.schneems2016-01-082-3/+3
| * Prevent destructive action on production databaseschneems2016-01-074-7/+27
* | Default new apps to tag logs with `request_id`schneems2016-01-061-0/+18
* | Merge pull request #22939 from y-yagi/make_generated_controller_test_file_wor...Rafael França2016-01-061-0/+9
|\ \
| * | make generated controller test work correctlyyuuji.yaginuma2016-01-061-0/+9
* | | Merge pull request #22275 from mastahyeti/per-form-csrfRafael França2016-01-061-1/+1
|\ \ \
| * | | add option for per-form CSRF tokensBen Toews2016-01-041-1/+1
| |/ /
* / / Provide a better error message if a user mistypes the name of script with runnerStephen Blackstone2016-01-051-0/+10
|/ /
* | Flexible configuration for ActionDispatch::SSLTim Rogers2015-12-291-1/+8
* | display detailed information in inline reportingyuuji.yaginuma2015-12-211-1/+2
* | ApplicationMailer should be generated by default just like every other Applic...David Heinemeier Hansson2015-12-172-1/+2
* | Fix warningRafael Mendonça França2015-12-171-1/+1
* | Fix test now that cable is in there by default tooDavid Heinemeier Hansson2015-12-161-1/+1
* | 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