aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #34980 from y-yagi/fixes_34979Yuji Yaginuma2019-01-311-0/+6
|\
| * Don't add `RAILS_ENV` in generate actionyuuji.yaginuma2019-01-191-0/+6
* | Rename methods and update docsEileen Uchitelle2019-01-291-0/+1
* | Implement a way to add browser capabilities:Edouard CHIN2019-01-291-0/+2
* | Merge pull request #34789 from christos/fix-editing-new-environment-credentialsKasper Timm Hansen2019-01-251-0/+8
|\ \
| * | Don't load app environment when editing credentialsChristos Zisopoulos2018-12-261-0/+8
* | | Fix deeply nested namespace command printingGannon McGibbon2019-01-241-0/+2
* | | Merge pull request #34993 from schuetzm/allow-subdomains-of-localhostRafael França2019-01-231-0/+5
|\ \ \
| * | | Subdomains of localhost are safe against DNS rebindingMarc Schütz2019-01-231-0/+5
| | |/ | |/|
* / | Add Channel tests to `rails stats`bogdanvlviv2019-01-211-1/+1
|/ /
* | Revert "Remove deprecated `server` argument from the rails server command"yuuji.yaginuma2019-01-181-0/+4
* | Remove deprecated `after_bundle` helper inside plugins templatesRafael Mendonça França2019-01-171-32/+0
* | Remove deprecated `server` argument from the rails server commandRafael Mendonça França2019-01-171-4/+0
* | Remove deprecated support to old `config.ru` that use the application class a...Rafael Mendonça França2019-01-171-14/+0
* | Remove deprecated `environment` argument from the rails commandsRafael Mendonça França2019-01-173-44/+5
* | Remove deprecated `capify!`Rafael Mendonça França2019-01-171-9/+0
* | Remove deprecated `config.secret_token`Rafael Mendonça França2019-01-174-212/+4
* | Change `SQLite3Adapter` to always represent boolean values as integersRafael Mendonça França2019-01-171-19/+11
* | Merge pull request #34953 from gmcgibbon/seed_with_inline_jobsRafael França2019-01-171-0/+12
|\ \
| * | Seed database with inline ActiveJob job adapterGannon McGibbon2019-01-171-0/+12
* | | Minimize boilerplate setup code for JavaScript librariesJavan Makhmali2019-01-162-3/+3
|/ /
* | Merge branch 'master' into db_system_change_commandKasper Timm Hansen2019-01-169-110/+137
|\ \
| * | Add `rails test:channels`.bogdanvlviv2019-01-161-2/+13
| * | Merge pull request #33962 from kaspth/restructure-environment-credentialsKasper Timm Hansen2019-01-143-67/+58
| |\ \
| | * | Restructure credentials after environment overrides.Kasper Timm Hansen2019-01-143-67/+58
| * | | Add connection_test to app generatorVladimir Dementyev2019-01-131-0/+3
| * | | Add channel test generatorVladimir Dementyev2019-01-131-0/+14
| |/ /
| * | Add Exim and Qmail support to Action MailboxGeorge Claghorn2019-01-122-10/+8
| * | Move all npm packages to @rails scopeJavan Makhmali2019-01-101-2/+2
| * | Merge pull request #34907 from wildbit/actionmailbox-postmarkGeorge Claghorn2019-01-092-33/+43
| |\ \
| | * | Added Postmark ingress supportTomek Maszkowski2019-01-092-33/+43
* | | | Revise wording on invalid database error messagesGannon McGibbon2019-01-092-2/+2
* | | | Add rails db:system:change commandGannon McGibbon2019-01-094-1/+177
|/ / /
* | | Merge pull request #34692 from gmcgibbon/use_mail_delivery_job_in_6.0_defaultsRafael França2019-01-091-0/+27
|\ \ \ | |/ / |/| |
| * | Move MailDeliveryJob default to 6.0 defaultsGannon McGibbon2019-01-071-0/+27
* | | Preserve Bundle configuration during app generation (#34755)Marco Costa2019-01-091-0/+18
* | | Revert "Merge pull request #34387 from yhirano55/rails_info_properties_json"Kasper Timm Hansen2019-01-082-17/+0
* | | Revert "Revert "Merge pull request #34387 from yhirano55/rails_info_propertie...Kasper Timm Hansen2019-01-081-0/+11
* | | Revert "Merge pull request #34387 from yhirano55/rails_info_properties_json"Kasper Timm Hansen2019-01-081-11/+0
|/ /
* | Revert "Remove node_modules path from assets load paths since we use webpack ...bogdanvlviv2019-01-061-0/+5
* | Add `--skip-action-text` option to `rails new`bogdanvlviv2019-01-052-0/+17
* | Import Action TextGeorge Claghorn2019-01-041-4/+4
* | Test Action Mailbox configurationsbogdanvlviv2019-01-041-0/+71
* | Send Active Storage jobs to dedicated queues by defaultGeorge Claghorn2019-01-041-0/+28
* | Merge pull request #34816 from bogdanvlviv/add-skip-action-mailbox-option-to-...Rafael Mendonça França2019-01-032-0/+9
|\ \
| * | Add `--skip-action-mailbox` option to `rails new`bogdanvlviv2018-12-282-0/+14
* | | Merge pull request #33985 from eugeneius/attribute_methods_schema_cacheKasper Timm Hansen2019-01-031-1/+63
|\ \ \
| * | | Only define attribute methods from schema cacheEugene Kenny2018-09-281-1/+63
* | | | Add Rake task for testing mailboxesGeorge Claghorn2018-12-301-2/+14
* | | | Don't load Action Mailbox when Active Storage is skippedGeorge Claghorn2018-12-291-0/+5