Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | [ci skip] Add deprecration of to CHANGELOG | Annie-Claude Côté | 2018-08-16 | 1 | -0/+4 | |
* | | | | | | | Merge pull request #33656 from bogdanvlviv/follow-up-33413 | Kasper Timm Hansen | 2018-08-19 | 1 | -4/+4 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | activestorage: yarn build | bogdanvlviv | 2018-08-19 | 1 | -4/+4 | |
* | | | | | | | | SQLite3: Fix rename reference column not to lose foreign key constraint | Ryuta Kamizono | 2018-08-20 | 2 | -11/+31 | |
| |_|/ / / / / |/| | | | | | | ||||||
* | | | | | | | Merge pull request #33655 from bogdanvlviv/follow-up-33653 | Ryuta Kamizono | 2018-08-20 | 1 | -16/+0 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | DRY in Active Record Query Interface [ci skip] | bogdanvlviv | 2018-08-19 | 1 | -16/+0 | |
|/ / / / / / | ||||||
* | | | | | | Fix syntax error in the doc [ci skip] | Ryuta Kamizono | 2018-08-19 | 1 | -1/+1 | |
* | | | | | | Merge pull request #33653 from LemonAndroid/patch-1 | Richard Schneeman | 2018-08-19 | 1 | -3/+9 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Explained difference between scope & class method | LemonAndroid | 2018-08-19 | 1 | -3/+9 | |
| | |_|_|/ / | |/| | | | | ||||||
* | | | | | | Update `google-cloud-storage` gem version [ci skip] | yuuji.yaginuma | 2018-08-19 | 1 | -1/+1 | |
* | | | | | | Retry ActiveStorage::AnalyzeJobs on download integrity check failures | George Claghorn | 2018-08-19 | 1 | -0/+2 | |
* | | | | | | Remove superfluous test | George Claghorn | 2018-08-19 | 1 | -10/+0 | |
* | | | | | | Address intermittent CI failure due to non-determined sort order | Ryuta Kamizono | 2018-08-19 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Ensure `foreign_keys` assertions after alter table | Ryuta Kamizono | 2018-08-19 | 1 | -1/+5 | |
* | | | | | Enable Style/ParenthesesAroundCondition cop | Ryuta Kamizono | 2018-08-19 | 6 | -7/+10 | |
* | | | | | Merge pull request #33413 from cseelus/active-storage-direct-uploads-multiple... | Javan Makhmali | 2018-08-18 | 2 | -2/+22 | |
|\ \ \ \ \ | ||||||
| * | | | | | Enable multiple submit buttons for Active Storage forms | Chris Seelus | 2018-08-18 | 2 | -2/+22 | |
|/ / / / / | ||||||
* | | | | | Fix unclosed tags [ci skip] | yuuji.yaginuma | 2018-08-18 | 2 | -2/+2 | |
* | | | | | Increment execution count before deserialize arguments | yuuji.yaginuma | 2018-08-18 | 3 | -3/+12 | |
* | | | | | Merge pull request #33645 from arye-dov-eidelman/master | Richard Schneeman | 2018-08-17 | 1 | -1/+5 | |
|\ \ \ \ \ | ||||||
| * | | | | | [skip ci] Fix overlapping text in the guide | Arye Dov Eidelman | 2018-08-17 | 1 | -1/+5 | |
|/ / / / / | ||||||
* | | | | | Remove unused requires | yuuji.yaginuma | 2018-08-17 | 1 | -3/+0 | |
* | | | | | Merge pull request #33537 from ZASMan/update_action_mailer_docs_custom_view_p... | Ryuta Kamizono | 2018-08-17 | 1 | -0/+15 | |
|\ \ \ \ \ | ||||||
| * | | | | | Add note for custom mailer view paths in action mailer guide. [ci skip] | Zane | 2018-08-16 | 1 | -0/+16 | |
* | | | | | | Merge pull request #33636 from wjordan/normalize_encode_params_require_hash | Yuji Yaginuma | 2018-08-17 | 1 | -0/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | add missing indifferent_access require for #normalize_encode_params | Will Jordan | 2018-08-16 | 1 | -0/+2 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #33633 from utilum/update_image_processing_to_latest_version | Ryuta Kamizono | 2018-08-17 | 1 | -4/+4 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | Update image_processing to the latest version | utilum | 2018-08-16 | 1 | -4/+4 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #33576 from aried3r/patch-5 | Richard Schneeman | 2018-08-16 | 1 | -7/+7 | |
|\ \ \ \ \ | ||||||
| * | | | | | Harmonize shell commands in dev guide [ci skip] | Anton Rieder | 2018-08-16 | 1 | -7/+7 | |
* | | | | | | Merge pull request #33585 from yahonda/diag33520 | Ryuta Kamizono | 2018-08-16 | 3 | -1/+26 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | SQLite3 adapter `alter_table` method restores foreign keys | Yasuo Honda | 2018-08-11 | 3 | -1/+26 | |
* | | | | | | | Merge pull request #33603 from kamipo/fix_numericality_validator | Ryuta Kamizono | 2018-08-16 | 4 | -2/+28 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | Fix numericality validator not to be affected by custom getter | Ryuta Kamizono | 2018-08-13 | 4 | -2/+28 | |
* | | | | | | | Merge pull request #33629 from bogdanvlviv/follow-33626 | Ryuta Kamizono | 2018-08-16 | 1 | -0/+8 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Add example `perform_enqueued_jobs` without block to api docs [ci skip] | bogdanvlviv | 2018-08-16 | 1 | -0/+8 | |
|/ / / / / / / | ||||||
* | | | | | | | Extract ActiveStorage::SetCurrent | George Claghorn | 2018-08-16 | 3 | -5/+23 | |
* | | | | | | | Enable Lint/UriEscapeUnescape cop not to allow using obsolete methods in the ... | Ryuta Kamizono | 2018-08-16 | 1 | -0/+3 | |
* | | | | | | | Merge pull request #33627 from vbrazo/fixtures/fix-obsolete-methods | Ryuta Kamizono | 2018-08-16 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix obsoleted method URI.unescape in activesupport/test | Vitor Oliveira | 2018-08-15 | 1 | -1/+1 | |
* | | | | | | | | Merge pull request #33626 from kddeisz/perform-enqueued-jobs-no-block | Guillermo Iguaran | 2018-08-15 | 3 | -8/+45 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Allow `perform_enqueued_jobs` to be called without a block. | Kevin Deisz | 2018-08-15 | 3 | -8/+45 | |
| |/ / / / / / / | ||||||
* / / / / / / / | Do not show deprecate task in the task list | yuuji.yaginuma | 2018-08-16 | 1 | -1/+0 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #33499 from lsylvester/caller-ignore-paths | Kasper Timm Hansen | 2018-08-15 | 7 | -37/+73 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Use backtrace cleaner to clean up backtrace for verbose query logs | Lachlan Sylvester | 2018-08-14 | 7 | -37/+73 | |
* | | | | | | | | Merge pull request #33559 from anniecodes/dev-task | Kasper Timm Hansen | 2018-08-15 | 5 | -17/+115 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Have `bin:rake dev:cache` use the Dev Rails Command under the hood | Annie-Claude Côté | 2018-08-13 | 2 | -17/+32 | |
| * | | | | | | | | Adds Rails:Command for `dev:cache` that has the same behaviour as the rake task | Annie-Claude Côté | 2018-08-13 | 2 | -0/+79 | |
| * | | | | | | | | Update Changelog to add deprecation to `rake dev:cache` | Annie-Claude Côté | 2018-08-13 | 1 | -0/+4 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #33605 from assain/purpose-metadata-changelog-and-tests | Kasper Timm Hansen | 2018-08-15 | 2 | -8/+20 | |
|\ \ \ \ \ \ \ \ |