Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | Merge pull request #30492 from y-yagi/remove_neeless_silence_warnings | Ryuta Kamizono | 2017-09-01 | 1 | -4/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Remove needless `silence_warnings` | yuuji.yaginuma | 2017-09-01 | 1 | -4/+1 | |
* | | | | | | | | | Merge pull request #29233 from matthewd/redefine-method | Matthew Draper | 2017-09-01 | 18 | -67/+98 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Self-alias doesn't suppress the warning on Ruby 2.2 | Matthew Draper | 2017-09-01 | 1 | -8/+17 | |
| * | | | | | | | | | Clarify intentions around method redefinitions | Matthew Draper | 2017-09-01 | 18 | -67/+89 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Have attachments touch their records | George Claghorn | 2017-08-31 | 1 | -1/+1 | |
* | | | | | | | | | Merge pull request #30490 from y-yagi/fix_cant_modify_forzen_string_error_in_... | Richard Schneeman | 2017-08-31 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix `can't modify frozen String` error in `XmlMini_JDOM` | yuuji.yaginuma | 2017-09-01 | 1 | -1/+1 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #30486 from rosa/ignore-deleted-gcs-files-on-deletion | George Claghorn | 2017-08-31 | 1 | -1/+5 | |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Ignore files already deleted on GCS file deletions | Rosa Gutierrez | 2017-08-31 | 1 | -1/+5 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #30481 from Persola/master | Ryuta Kamizono | 2017-08-31 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | In Action View Overview guide, remove reference to custom helpers | Luke Persola | 2017-08-30 | 1 | -1/+1 | |
* | | | | | | | | Merge pull request #30323 from yhirano55/support_multiple_version_for_gem_method | Matthew Draper | 2017-08-31 | 3 | -9/+25 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Support multiple versions arguments for `gem` method of Generators | Yoshiyuki Hirano | 2017-08-19 | 3 | -9/+25 | |
* | | | | | | | | | Merge pull request #30377 from keepcosmos/delegate-missing-methods | Matthew Draper | 2017-08-31 | 2 | -4/+4 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Delegate :rindex, :slice, :rotate to 'records' | keepcosmos | 2017-08-24 | 2 | -4/+4 | |
* | | | | | | | | | | Merge pull request #30392 from koic/unify_source_control_keep_file_name | Matthew Draper | 2017-08-31 | 2 | -0/+0 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Unify the internal source control .keep file name | Koichi ITO | 2017-08-24 | 2 | -0/+0 | |
* | | | | | | | | | | | Merge pull request #30425 from wassimk/WAM-update-rubocop-to-latest-in-code-c... | Matthew Draper | 2017-08-31 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Run latest Rubocop in CodeClimate | Wassim Metallaoui | 2017-08-26 | 1 | -0/+1 | |
* | | | | | | | | | | | | Merge pull request #30477 from yhirano55/update_rdoc_main | Matthew Draper | 2017-08-31 | 1 | -42/+60 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Update RDOC_MAIN.rdoc [ci skip] | Yoshiyuki Hirano | 2017-08-31 | 1 | -42/+60 | |
* | | | | | | | | | | | | Merge pull request #29964 from gwincr11/cg-partial-caching | Eileen M. Uchitelle | 2017-08-30 | 1 | -0/+18 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Add documentation about template partial caching | Cory Gwin @gwincr11 | 2017-08-30 | 1 | -3/+21 | |
* | | | | | | | | | | | | | Merge pull request #30462 from y-yagi/fix_cant_modify_forzen_string_error_in_... | Ryuta Kamizono | 2017-08-30 | 4 | -2/+37 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Fix `can't modify frozen String` error in `DatabaseTasks` | yuuji.yaginuma | 2017-08-30 | 4 | -2/+37 | |
| | |_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | ||||||
* / | | | | | | | | | | | | Refactor | George Claghorn | 2017-08-29 | 1 | -12/+10 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge pull request #30460 from yhirano55/update_activejob_doc | Ryuta Kamizono | 2017-08-30 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Update activejob doc [ci skip] | Yoshiyuki Hirano | 2017-08-30 | 1 | -1/+1 | |
| | |/ / / / / / / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Fix replacing a singular attachment | George Claghorn | 2017-08-29 | 4 | -7/+50 | |
* | | | | | | | | | | | | Merge pull request #30457 from yhirano55/update_action_mailer_doc | Ryuta Kamizono | 2017-08-30 | 3 | -8/+8 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Update Action Mailer doc [ci skip] | Yoshiyuki Hirano | 2017-08-30 | 3 | -8/+8 | |
| |/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge pull request #30456 from yhirano55/update_activestorage_docs | Ryuta Kamizono | 2017-08-30 | 4 | -9/+17 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Update Active Storage docs [ci skip] | Yoshiyuki Hirano | 2017-08-30 | 4 | -9/+17 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | Use YAML syntax highlight for `config/locales/en.yml` [ci skip] | Ryuta Kamizono | 2017-08-29 | 1 | -1/+1 | |
* | | | | | | | | | | | It should be "the resulting cache key", not "the resulting `cache-key`" [ci s... | Ryuta Kamizono | 2017-08-29 | 1 | -1/+1 | |
* | | | | | | | | | | | Add stopgap_13632 workaround | Matthew Draper | 2017-08-29 | 2 | -0/+6 | |
* | | | | | | | | | | | Merge pull request #30447 from yhirano55/update_caching_with_rails | Eileen M. Uchitelle | 2017-08-29 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Update Caching with Rails guide [ci skip] | Yoshiyuki Hirano | 2017-08-29 | 1 | -3/+3 | |
* | | | | | | | | | | | | Merge pull request #30451 from y-yagi/fix_cant_modify_forzen_string_error_in_... | Ryuta Kamizono | 2017-08-29 | 2 | -1/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Fix `can't modify frozen String` error in `DBConsole` | yuuji.yaginuma | 2017-08-29 | 2 | -1/+7 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge pull request #30439 from prathamesh-sonpatki/changelog-30360 | Ryuta Kamizono | 2017-08-29 | 1 | -0/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Added CHANGELOG for #30360 [ci skip] | Prathamesh Sonpatki | 2017-08-28 | 1 | -0/+5 | |
* | | | | | | | | | | | | | Merge pull request #30446 from yhirano55/update_rails_i18n_guide | Ryuta Kamizono | 2017-08-29 | 1 | -10/+10 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Update Rails I18n API guide [ci skip] | Yoshiyuki Hirano | 2017-08-29 | 1 | -10/+10 | |
| | |/ / / / / / / / / / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge pull request #30433 from y-yagi/fix_cant_modify_forzen_string_error_in_... | Ryuta Kamizono | 2017-08-29 | 2 | -7/+45 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Fix `warning: shadowing outer local variable` | yuuji.yaginuma | 2017-08-28 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | Fix `can't modify frozen String` error in `DebugLocks` | yuuji.yaginuma | 2017-08-28 | 2 | -4/+42 | |
* | | | | | | | | | | | | | | Synchronously destroy attachments | George Claghorn | 2017-08-29 | 2 | -9/+7 | |
* | | | | | | | | | | | | | | Merge pull request #30445 from prathamesh-sonpatki/fix-30441 | Kasper Timm Hansen | 2017-08-28 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |