aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application
Commit message (Expand)AuthorAgeFilesLines
* styleXavier Noria2019-02-121-3/+3
* Zeitwerk integrationXavier Noria2019-02-125-26/+190
* Fix assertion excpected/actual orderUfuk Kayserilioglu2019-02-111-6/+6
* Allow deprecated non-symbol access to nested `config_for` hashesUfuk Kayserilioglu2019-02-111-1/+102
* Fix rubocop violationsyuuji.yaginuma2019-02-091-9/+7
* Deprecate finalizer configuration (it doesn't do anything)Aaron Patterson2019-02-061-0/+21
* Remove finalizer and configurationAaron Patterson2019-02-061-17/+0
* Respect ENV variables when finding DBs etc for the test suiteMatthew Draper2019-02-063-10/+15
* Merge pull request #35086 from gsamokovarov/cleanup-whitelisting-refsGannon McGibbon2019-02-041-1/+1
|\
| * Cleanup the whitelisting references after #33145Genadi Samokovarov2019-02-031-1/+1
* | Railities typo fixes.alkesh262019-02-011-1/+1
* | 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 #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
|/
* 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-171-1/+1
* Remove deprecated `config.secret_token`Rafael Mendonça França2019-01-173-211/+3
* Change `SQLite3Adapter` to always represent boolean values as integersRafael Mendonça França2019-01-171-19/+11
* Minimize boilerplate setup code for JavaScript librariesJavan Makhmali2019-01-161-1/+1
* Add `rails test:channels`.bogdanvlviv2019-01-161-2/+13
* Restructure credentials after environment overrides.Kasper Timm Hansen2019-01-142-2/+58
* Add Exim and Qmail support to Action MailboxGeorge Claghorn2019-01-121-1/+1
* Merge pull request #34907 from wildbit/actionmailbox-postmarkGeorge Claghorn2019-01-091-0/+1
|\
| * Added Postmark ingress supportTomek Maszkowski2019-01-091-0/+1
* | Move MailDeliveryJob default to 6.0 defaultsGannon McGibbon2019-01-071-0/+27
|/
* 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 #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
* | Import Action MailboxGeorge Claghorn2018-12-251-7/+22
* | No need to handle if FrozenError is availableYasuo Honda2018-12-231-1/+1
* | Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-213-48/+40
* | Module#{define_method,alias_method,undef_method,remove_method} become public ...Ryuta Kamizono2018-12-211-1/+1
* | Clarify implicit meaning of 'workers: 2' in parallelization tests.Kasper Timm Hansen2018-12-191-6/+8
* | Add option to set parallel test worker count to the physical core count of th...Bogdan2018-12-181-5/+14
* | Introduce a guard against DNS rebinding attacksGenadi Samokovarov2018-12-151-6/+8
* | Improve deprecation message for enqueue returning falseRafael Mendonça França2018-12-051-0/+27
* | Merge pull request #33882 from mberlanda/mberlanda/as-inheritable-options-int...Rafael França2018-11-301-26/+54
|\ \
| * | chore: implement config_for as ActiveSupport::OrderedOptionsMauro Berlanda2018-10-191-26/+54
* | | Compile packs before run testyuuji.yaginuma2018-11-221-1/+4
* | | Correctly handle unknown object in parallel testsyuuji.yaginuma2018-11-171-0/+14
* | | Merge pull request #34400 from gmcgibbon/rm_autoload_app_javascriptsRafael França2018-11-131-0/+8
|\ \ \
| * | | Remove asset paths from eager_load_paths and autoload_pathsGannon McGibbon2018-11-091-0/+8
* | | | Merge pull request #34411 from N0xFF/masterRafael França2018-11-131-0/+25
|\ \ \ \
| * | | | Reset sessions on failed system test screenshotMaxim Perepelitsa2018-11-131-0/+25
* | | | | Ignore warnings such as `Psych.safe_load is deprecated`Yasuo Honda2018-11-131-0/+2
| |/ / / |/| | |
* | | | Add test for parallel tests with unmarshable exceptionyuuji.yaginuma2018-11-091-0/+24
|/ / /