Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | Stub with Minitest and test with MethodCallAssertions | utilum | 2018-08-13 | 3 | -17/+30 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | Partly revert unused accessor | Ryuta Kamizono | 2018-08-23 | 1 | -8/+1 | |
* | | | | | | | Merge pull request #33691 from tgxworld/add_config_to_disable_advisory_locks | Matthew Draper | 2018-08-23 | 8 | -4/+75 | |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | ||||||
| * | | | | | | Add database configuration to disable advisory locks. | Guo Xiang Tan | 2018-08-22 | 8 | -4/+75 | |
* | | | | | | | Merge pull request #33547 from Ana06/patch-1 | Matthew Draper | 2018-08-23 | 3 | -3/+34 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Add tests for privates methods in view's helpers | Ana María Martínez Gómez | 2018-08-08 | 2 | -1/+14 | |
| * | | | | | | | Deprecate use of private methods in view's helpers | Ana María Martínez Gómez | 2018-08-08 | 2 | -4/+14 | |
| * | | | | | | | Add one more method affected in CHANGELOG | Ana María Martínez Gómez | 2018-08-08 | 1 | -2/+3 | |
| * | | | | | | | Use public_send in extract_values_from_collection | Ana María Martínez Gómez | 2018-08-08 | 1 | -1/+1 | |
| * | | | | | | | Use public_send in value_for_collection | Ana María Martínez Gómez | 2018-08-07 | 2 | -1/+11 | |
* | | | | | | | | Merge pull request #33659 from palkan/feature/action-cable-testing | Eileen M. Uchitelle | 2018-08-22 | 8 | -0/+343 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Add Action Cable test case and test helper | Vladimir Dementyev | 2018-08-19 | 5 | -0/+255 | |
| * | | | | | | | Add Action Cable test adapter | Vladimir Dementyev | 2018-08-19 | 3 | -0/+88 | |
* | | | | | | | | Remove duplicate test | utilum | 2018-08-22 | 1 | -2/+2 | |
| |_|_|/ / / / |/| | | | | | | ||||||
* | | | | | | | Merge pull request #33682 from mroutis/brewfile-add-imagemagick | Rafael França | 2018-08-21 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | [ci skip] Add ImageMagick to Brewfile | Mr. Outis | 2018-08-21 | 1 | -0/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | Show the `ENV` value correctly in the doc of `combined_fragment_cache_key` [c... | yuuji.yaginuma | 2018-08-22 | 1 | -1/+1 | |
* | | | | | | | Add missing newline [ci skip] | George Claghorn | 2018-08-21 | 1 | -0/+1 | |
| |_|_|_|_|/ |/| | | | | | ||||||
* | | | | | | Merge pull request #33680 from mroutis/update-guides-activestorage-dependencies | George Claghorn | 2018-08-21 | 1 | -1/+13 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | [ci skip] Add ImageMagick to ActiveStorage dependencies | Mr. Outis | 2018-08-21 | 1 | -1/+13 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #29838 from fschwahn/patch-1 | Rafael França | 2018-08-21 | 2 | -0/+16 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Improve documentation of Procs as :if / :unless options for callbacks | Fabian Schwahn | 2018-08-20 | 2 | -0/+16 | |
* | | | | | | | Merge pull request #33660 from y-yagi/follow_up_32121 | Richard Schneeman | 2018-08-21 | 4 | -0/+58 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Make `rake routes` deprecate before deleting | yuuji.yaginuma | 2018-08-20 | 4 | -0/+58 | |
* | | | | | | | | Merge pull request #33635 from bogdanvlviv/improve-active_job-test_helpers | Jeremy Daer | 2018-08-20 | 4 | -61/+726 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | DRY in `assert_enqueued_jobs` | bogdanvlviv | 2018-08-20 | 1 | -2/+6 | |
| * | | | | | | | | Fix formatting of `ActiveJob::TestHelper` api docs | bogdanvlviv | 2018-08-20 | 1 | -4/+4 | |
| * | | | | | | | | Allow `assert_performed_with` to be called without a block. | bogdanvlviv | 2018-08-20 | 3 | -14/+129 | |
| * | | | | | | | | Fix `assert_performed_jobs` and `assert_no_performed_jobs` | bogdanvlviv | 2018-08-20 | 3 | -24/+289 | |
| * | | | | | | | | Add changelog entry about adding `:queue` option to job assertions and helpers | bogdanvlviv | 2018-08-20 | 1 | -13/+4 | |
| * | | | | | | | | Allow `:queue` option to `assert_no_performed_jobs`. | bogdanvlviv | 2018-08-20 | 2 | -2/+65 | |
| * | | | | | | | | Allow `:queue` option to `assert_performed_jobs`. | bogdanvlviv | 2018-08-20 | 2 | -2/+70 | |
| * | | | | | | | | Fix `perform_enqueued_jobs` | bogdanvlviv | 2018-08-20 | 1 | -1/+4 | |
| * | | | | | | | | Allow `:queue` option to `perform_enqueued_jobs`. | bogdanvlviv | 2018-08-20 | 3 | -12/+168 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
* | | | | | | | | Fix merging relation that order including `?` | Ryuta Kamizono | 2018-08-21 | 2 | -2/+12 | |
* | | | | | | | | Merge pull request #33662 from yskkin/multi_word_route | Ryuta Kamizono | 2018-08-20 | 2 | -23/+65 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix `rails routes -c` for controller name consists of multiple word. | Yoshiyuki Kinjo | 2018-08-20 | 2 | -23/+65 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #33652 from tgxworld/improve_tests_pool_config | Ryuta Kamizono | 2018-08-20 | 2 | -5/+50 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Speed up slow ConnectionPool test case. | Guo Xiang Tan | 2018-08-20 | 1 | -11/+19 | |
| * | | | | | | | Improve tests for ActiveRecord::ConnectionAdapters::ConnectionPool configurat... | Guo Xiang Tan | 2018-08-19 | 2 | -2/+39 | |
* | | | | | | | | Merge pull request #31132 from emaxi/feature/add-missing-documentation-option... | Ryuta Kamizono | 2018-08-20 | 2 | -0/+10 | |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| * | | | | | | | Add missing documentation options to number_to_currency [ci skip] | emaxi | 2018-07-11 | 2 | -0/+10 | |
* | | | | | | | | Merge pull request #33621 from sikachu/sikachu-guide-rubocop | Richard Schneeman | 2018-08-19 | 1 | -2/+13 | |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| * | | | | | | | Update guide to mention code linters available | Prem Sichanugrist | 2018-08-15 | 1 | -2/+13 | |
* | | | | | | | | Don't put up with not saying it. | Kasper Timm Hansen | 2018-08-19 | 1 | -1/+1 | |
* | | | | | | | | Merge pull request #33657 from jychen7/fix-test-association-enum | Ryuta Kamizono | 2018-08-20 | 1 | -0/+3 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Improve test case to test enum correctly | Rich | 2018-08-20 | 1 | -0/+3 | |
* | | | | | | | | | Merge pull request #33631 from anniecodes/initializers-command | Kasper Timm Hansen | 2018-08-19 | 5 | -4/+100 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Update 'rake initializers' to use Rails::Command under the hood | Annie-Claude Côté | 2018-08-16 | 2 | -4/+48 | |
| * | | | | | | | | | Move 'rails initializers' command to Rails::Command | Annie-Claude Côté | 2018-08-16 | 2 | -0/+48 |