aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
Commit message (Expand)AuthorAgeFilesLines
* Do not check the version anymoreRafael Mendonça França2015-12-181-2/+2
* Allow normal version updates within a release seriesMatthew Draper2015-12-181-0/+15
* Merge pull request #22642 from seuros/remove-mysql-adapterMatthew Draper2015-12-181-3/+3
|\
| * Remove legacy mysql adapterAbdelkader Boudih2015-12-171-3/+3
* | ApplicationMailer should be generated by default just like every other Applic...David Heinemeier Hansson2015-12-175-27/+3
* | Fix warningRafael Mendonça França2015-12-171-1/+1
|/
* README.rdoc -> README.md for newly generated pluginsyuuji.yaginuma2015-12-171-3/+3
* Fix testsDavid Heinemeier Hansson2015-12-171-2/+0
* No longer uses keep now that we have ApplicationRecordDavid Heinemeier Hansson2015-12-161-1/+0
* Fix testDavid Heinemeier Hansson2015-12-161-1/+10
* 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-1611-36/+49
|\
| * 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-164-1/+14
| |\
| | * Introduce ApplicationRecord, an Active Record layer supertypeGenadi Samokovarov2015-12-164-1/+14
| * | Run railties generated app tests in test enveileencodes2015-12-151-3/+3
| * | Update test generators to use ActionDispatch::IntegrationTestAbdelkader Boudih2015-12-154-24/+24
| * | Do not default to any SerializerSantiago Pastorino2015-12-151-2/+1
| |/
* | Accept a Pathname in Application#config_forRafael Mendonça França2015-12-151-0/+15
* | Merge remote-tracking branch 'origin/master' into merge-action-cableRafael Mendonça França2015-12-157-29/+29
|\|
| * Internal test migrations use the private 'Current' versionMatthew Draper2015-12-154-15/+15
| * Ensure generated migrations include a version numberMatthew Draper2015-12-153-14/+14
* | Add option to skip Action CableRafael Mendonça França2015-12-141-0/+5
|/
* Revert "Merge pull request #22569 from seuros/remove-test-case"eileencodes2015-12-136-14/+14
* Merge pull request #22569 from seuros/remove-test-caseEileen M. Uchitelle2015-12-136-14/+14
|\
| * Controller generators should be creating IntegrationTest stubs instead of Con...Abdelkader Boudih2015-12-136-14/+14
* | Merge pull request #22574 from gsamokovarov/scaffold-500Kasper Timm Hansen2015-12-131-1/+1
|\ \
| * | Prevent a 500 in the default controller scaffoldGenadi Samokovarov2015-12-131-1/+1
| |/
* / Update web-console to 3.0.0Genadi Samokovarov2015-12-131-2/+2
|/
* show relative path the rerun snippet of test runner in rails engineyuuji.yaginuma2015-12-103-22/+58
* Remove duplicated assertion from api_app_generator testsJorge Bejar2015-12-091-2/+0
* We don't need to set config.debug_exception_response_format given that :api i...Jorge Bejar2015-12-091-4/+0
* 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 debug_exception_response_format config to configure DebugExceptionJorge Bejar2015-12-091-0/+4
* Do not include web-console in Rails API appsJorge Bejar2015-12-091-0/+2
* Clarify the need to run command twice.Kasper Timm Hansen2015-12-071-2/+2
* Merge pull request #22508 from y-yagi/remove_request_forgery_protection_from_...Santiago Pastorino2015-12-071-0/+1
|\
| * remove `request_forgery_protection` initializer from rails apiyuuji.yaginuma2015-12-061-0/+1
* | Add Rails command infrastructure and encapsulate development cachingChuck Callebs2015-12-042-35/+32
* | Mac OS X use /private as directory to temp fileRafael Mendonça França2015-12-041-1/+1
* | Remove test_files check from plugin checksRafael Mendonça França2015-12-041-4/+0
* | Remove warningsRafael Mendonça França2015-12-041-4/+4
|/
* Fix failing test using custom file watcherMatthew Erhard2015-12-021-0/+2
* add `bin/test` script to rails pluginyuuji.yaginuma2015-11-282-1/+129
* 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
* Don't match specific line numbers in reporter tests.Kasper Timm Hansen2015-11-121-4/+4
* fix application_controller require_dependency path generated by api scaffold ...yuuji.yaginuma2015-11-081-0/+24
* Replace `serve_static_files` in tests with `public_file_server.enabled`.Kasper Timm Hansen2015-11-044-5/+5