| Commit message (Expand) | Author | Age | Files | Lines |
* | style | Xavier Noria | 2019-02-12 | 1 | -3/+3 |
* | Zeitwerk integration | Xavier Noria | 2019-02-12 | 5 | -26/+190 |
* | Fix assertion excpected/actual order | Ufuk Kayserilioglu | 2019-02-11 | 1 | -6/+6 |
* | Allow deprecated non-symbol access to nested `config_for` hashes | Ufuk Kayserilioglu | 2019-02-11 | 1 | -1/+102 |
* | Fix rubocop violations | yuuji.yaginuma | 2019-02-09 | 1 | -9/+7 |
* | Deprecate finalizer configuration (it doesn't do anything) | Aaron Patterson | 2019-02-06 | 1 | -0/+21 |
* | Remove finalizer and configuration | Aaron Patterson | 2019-02-06 | 1 | -17/+0 |
* | Respect ENV variables when finding DBs etc for the test suite | Matthew Draper | 2019-02-06 | 3 | -10/+15 |
* | Merge pull request #35086 from gsamokovarov/cleanup-whitelisting-refs | Gannon McGibbon | 2019-02-04 | 1 | -1/+1 |
|\ |
|
| * | Cleanup the whitelisting references after #33145 | Genadi Samokovarov | 2019-02-03 | 1 | -1/+1 |
* | | Railities typo fixes. | alkesh26 | 2019-02-01 | 1 | -1/+1 |
* | | Rename methods and update docs | Eileen Uchitelle | 2019-01-29 | 1 | -0/+1 |
* | | Implement a way to add browser capabilities: | Edouard CHIN | 2019-01-29 | 1 | -0/+2 |
|/ |
|
* | Merge pull request #34993 from schuetzm/allow-subdomains-of-localhost | Rafael França | 2019-01-23 | 1 | -0/+5 |
|\ |
|
| * | Subdomains of localhost are safe against DNS rebinding | Marc Schütz | 2019-01-23 | 1 | -0/+5 |
* | | Add Channel tests to `rails stats` | bogdanvlviv | 2019-01-21 | 1 | -1/+1 |
|/ |
|
* | Remove deprecated support to old `config.ru` that use the application class a... | Rafael Mendonça França | 2019-01-17 | 1 | -14/+0 |
* | Remove deprecated `environment` argument from the rails commands | Rafael Mendonça França | 2019-01-17 | 1 | -1/+1 |
* | Remove deprecated `config.secret_token` | Rafael Mendonça França | 2019-01-17 | 3 | -211/+3 |
* | Change `SQLite3Adapter` to always represent boolean values as integers | Rafael Mendonça França | 2019-01-17 | 1 | -19/+11 |
* | Minimize boilerplate setup code for JavaScript libraries | Javan Makhmali | 2019-01-16 | 1 | -1/+1 |
* | Add `rails test:channels`. | bogdanvlviv | 2019-01-16 | 1 | -2/+13 |
* | Restructure credentials after environment overrides. | Kasper Timm Hansen | 2019-01-14 | 2 | -2/+58 |
* | Add Exim and Qmail support to Action Mailbox | George Claghorn | 2019-01-12 | 1 | -1/+1 |
* | Merge pull request #34907 from wildbit/actionmailbox-postmark | George Claghorn | 2019-01-09 | 1 | -0/+1 |
|\ |
|
| * | Added Postmark ingress support | Tomek Maszkowski | 2019-01-09 | 1 | -0/+1 |
* | | Move MailDeliveryJob default to 6.0 defaults | Gannon McGibbon | 2019-01-07 | 1 | -0/+27 |
|/ |
|
* | Test Action Mailbox configurations | bogdanvlviv | 2019-01-04 | 1 | -0/+71 |
* | Send Active Storage jobs to dedicated queues by default | George Claghorn | 2019-01-04 | 1 | -0/+28 |
* | Merge pull request #33985 from eugeneius/attribute_methods_schema_cache | Kasper Timm Hansen | 2019-01-03 | 1 | -1/+63 |
|\ |
|
| * | Only define attribute methods from schema cache | Eugene Kenny | 2018-09-28 | 1 | -1/+63 |
* | | Add Rake task for testing mailboxes | George Claghorn | 2018-12-30 | 1 | -2/+14 |
* | | Import Action Mailbox | George Claghorn | 2018-12-25 | 1 | -7/+22 |
* | | No need to handle if FrozenError is available | Yasuo Honda | 2018-12-23 | 1 | -1/+1 |
* | | Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin block | Ryuta Kamizono | 2018-12-21 | 3 | -48/+40 |
* | | Module#{define_method,alias_method,undef_method,remove_method} become public ... | Ryuta Kamizono | 2018-12-21 | 1 | -1/+1 |
* | | Clarify implicit meaning of 'workers: 2' in parallelization tests. | Kasper Timm Hansen | 2018-12-19 | 1 | -6/+8 |
* | | Add option to set parallel test worker count to the physical core count of th... | Bogdan | 2018-12-18 | 1 | -5/+14 |
* | | Introduce a guard against DNS rebinding attacks | Genadi Samokovarov | 2018-12-15 | 1 | -6/+8 |
* | | Improve deprecation message for enqueue returning false | Rafael Mendonça França | 2018-12-05 | 1 | -0/+27 |
* | | Merge pull request #33882 from mberlanda/mberlanda/as-inheritable-options-int... | Rafael França | 2018-11-30 | 1 | -26/+54 |
|\ \ |
|
| * | | chore: implement config_for as ActiveSupport::OrderedOptions | Mauro Berlanda | 2018-10-19 | 1 | -26/+54 |
* | | | Compile packs before run test | yuuji.yaginuma | 2018-11-22 | 1 | -1/+4 |
* | | | Correctly handle unknown object in parallel tests | yuuji.yaginuma | 2018-11-17 | 1 | -0/+14 |
* | | | Merge pull request #34400 from gmcgibbon/rm_autoload_app_javascripts | Rafael França | 2018-11-13 | 1 | -0/+8 |
|\ \ \ |
|
| * | | | Remove asset paths from eager_load_paths and autoload_paths | Gannon McGibbon | 2018-11-09 | 1 | -0/+8 |
* | | | | Merge pull request #34411 from N0xFF/master | Rafael França | 2018-11-13 | 1 | -0/+25 |
|\ \ \ \ |
|
| * | | | | Reset sessions on failed system test screenshot | Maxim Perepelitsa | 2018-11-13 | 1 | -0/+25 |
* | | | | | Ignore warnings such as `Psych.safe_load is deprecated` | Yasuo Honda | 2018-11-13 | 1 | -0/+2 |
| |/ / /
|/| | | |
|
* | | | | Add test for parallel tests with unmarshable exception | yuuji.yaginuma | 2018-11-09 | 1 | -0/+24 |
|/ / / |
|