Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Merge pull request #29850 from yahonda/test_with_mariadb_102_on_trusty | Ryuta Kamizono | 2017-09-01 | 2 | -1/+5 | |
|\ \ \ \ \ | ||||||
| * | | | | | Skip `test_remove_column_with_multi_column_index` | Yasuo Honda | 2017-09-01 | 1 | -0/+4 | |
| * | | | | | CI with the latest stable(GA) version of MariaDB 10.2 | Yasuo Honda | 2017-09-01 | 1 | -1/+1 | |
* | | | | | | `add_reference` should respect column position for both reference id and type... | Ryuta Kamizono | 2017-09-01 | 2 | -1/+11 | |
|/ / / / / | ||||||
* | | | | | Remove unused require | Ryuta Kamizono | 2017-09-01 | 1 | -2/+0 | |
* | | | | | :warning: assigned but unused variable - message | Akira Matsuda | 2017-09-01 | 1 | -6/+6 | |
* | | | | | Unused variables | Akira Matsuda | 2017-09-01 | 1 | -2/+2 | |
* | | | | | Hash#transform_keys is in Ruby 2.5+ | Akira Matsuda | 2017-09-01 | 1 | -2/+2 | |
* | | | | | Suppress "unused variable" in Ruby 2.5 | Akira Matsuda & yui-knk | 2017-09-01 | 1 | -3/+4 | |
* | | | | | double assign is no longer an effective workaround for unused variable warning | Akira Matsuda | 2017-09-01 | 1 | -1/+1 | |
* | | | | | 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 | |
|\ \ \ \ \ \ \ \ \ \ |