| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump minitest; Use double quotes | Kasper Timm Hansen | 2017-07-15 | 2 | -2/+2 |
* | Merge branch 'master' into unlock-minitest | Kasper Timm Hansen | 2017-07-15 | 1037 | -3778/+6367 |
|\ |
|
| * | Added time helper method `freeze_time` which is an alias for `travel_to Time.... | प्रथमेश Sonpatki | 2017-07-10 | 3 | -0/+47 |
| * | Merge pull request #29735 from y-yagi/make_sidekiq_and_resque_integration_tes... | Kasper Timm Hansen | 2017-07-10 | 2 | -1/+9 |
| |\ |
|
| | * | Make sidekiq and resque integration tests work in CI | yuuji.yaginuma | 2017-07-10 | 2 | -1/+9 |
| |/ |
|
| * | Merge pull request #29733 from kirs/frozen-activejob | Matthew Draper | 2017-07-10 | 102 | -0/+102 |
| |\ |
|
| | * | Use frozen-string-literal in ActiveJob | Kir Shatrov | 2017-07-09 | 102 | -0/+102 |
| |/ |
|
| * | Merge pull request #29731 from castrodd/patch-1 | Kasper Timm Hansen | 2017-07-09 | 1 | -2/+2 |
| |\ |
|
| | * | [ci skip] Updated language on validations. | Daniel Castro | 2017-07-09 | 1 | -2/+2 |
| * | | Merge pull request #29730 from bdewater/update-encryptor-docs | Kasper Timm Hansen | 2017-07-09 | 1 | -5/+6 |
| |\ \
| | |/
| |/| |
|
| | * | [ci skip] update MessageEncryptor example to use the key length as returned b... | Bart de Water | 2017-07-09 | 1 | -5/+6 |
| * | | Merge pull request #29721 from y-yagi/fix_29696 | Kasper Timm Hansen | 2017-07-09 | 2 | -2/+36 |
| |\ \ |
|
| | * | | Treat secrets as binary | yuuji.yaginuma | 2017-07-09 | 2 | -2/+36 |
| * | | | Merge pull request #29725 from y-yagi/fix_29717 | Kasper Timm Hansen | 2017-07-09 | 3 | -0/+73 |
| |\ \ \ |
|
| | * | | | Load environment file in `dbconsole` command | yuuji.yaginuma | 2017-07-09 | 3 | -0/+73 |
| | |/ / |
|
| * | | | Merge pull request #29655 from kirs/frozen-friendly-ap-ar | Matthew Draper | 2017-07-10 | 18 | -19/+37 |
| |\ \ \ |
|
| | * | | | Prepare AP and AR to be frozen string friendly | Kir Shatrov | 2017-07-06 | 18 | -19/+37 |
| * | | | | Merge pull request #29728 from kirs/frozen-activesupport | Matthew Draper | 2017-07-09 | 429 | -0/+434 |
| |\ \ \ \
| | |_|/ /
| |/| | | |
|
| | * | | | Use frozen-string-literal in ActiveSupport | Kir Shatrov | 2017-07-09 | 429 | -0/+434 |
| | |/ / |
|
| * | | | Merge pull request #29715 from reverbdotcom/ptd/fix-invalid-uuids | Matthew Draper | 2017-07-09 | 2 | -2/+4 |
| |\ \ \ |
|
| | * | | | Don't allow uuids with orphan curly braces | pdebelak | 2017-07-07 | 2 | -2/+4 |
| * | | | | Add backticks [ci skip] | Ryuta Kamizono | 2017-07-09 | 1 | -2/+2 |
| * | | | | Merge pull request #28867 from eugeneius/skip_query_cache_in_batches | Matthew Draper | 2017-07-09 | 11 | -20/+224 |
| |\ \ \ \ |
|
| | * | | | | Skip query cache for in_batches and friends | Eugene Kenny | 2017-07-06 | 10 | -20/+216 |
| * | | | | | Merge pull request #29692 from fimmtiu/avoid-translating-non-database-exceptions | Matthew Draper | 2017-07-09 | 3 | -2/+31 |
| |\ \ \ \ \ |
|
| | * | | | | | Remove driver-specific hard-coding in the tests. | Dennis Taylor | 2017-07-07 | 1 | -9/+1 |
| | * | | | | | Rename the StatementInvalid test method for clarity. | Dennis Taylor | 2017-07-07 | 1 | -1/+1 |
| | * | | | | | Fix changelog wording as suggested. | Dennis Taylor | 2017-07-07 | 1 | -2/+2 |
| | * | | | | | Use StandardError instead of RuntimeError. | Dennis Taylor | 2017-07-06 | 1 | -2/+2 |
| | * | | | | | Fix indentation style for private method. | Dennis Taylor | 2017-07-05 | 1 | -5/+5 |
| | * | | | | | Don't translate non-database exceptions. | Dennis Taylor | 2017-07-05 | 3 | -2/+39 |
| | |/ / / / |
|
| * | | | | | Merge pull request #29297 from palkan/fix/action-cable-postgres-identifiers-l... | Matthew Draper | 2017-07-09 | 3 | -3/+31 |
| |\ \ \ \ \ |
|
| | * | | | | | [Fix #28751] Hash stream long stream identifiers when using Postgres adapter | palkan | 2017-07-06 | 3 | -3/+31 |
| | |/ / / / |
|
| * | | | | | Merge pull request #29495 from eugeneius/_write_attribute | Matthew Draper | 2017-07-09 | 6 | -13/+19 |
| |\ \ \ \ \ |
|
| | * | | | | | Rename raw_write_attribute to write_attribute_without_type_cast | Eugene Kenny | 2017-07-07 | 3 | -8/+8 |
| | * | | | | | Improve the performance of writing attributes | Eugene Kenny | 2017-06-18 | 4 | -8/+14 |
| * | | | | | | Merge pull request #29695 from y-yagi/secrets_show | Matthew Draper | 2017-07-09 | 4 | -1/+22 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | Add `rails secrets:show` command | yuuji.yaginuma | 2017-07-07 | 4 | -1/+22 |
| | | |/ / / /
| | |/| | | | |
|
| * | | | | | | Merge pull request #29705 from y-yagi/do_not_update_secrets_yml_enc | Matthew Draper | 2017-07-09 | 2 | -1/+21 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | Do not update `secrets.yml.enc` when secretes do not change | yuuji.yaginuma | 2017-07-07 | 2 | -1/+21 |
| | |/ / / / / |
|
| * | | | | | | Merge pull request #29706 from kamipo/use_information_schema_to_extract_expre... | Matthew Draper | 2017-07-09 | 2 | -2/+2 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | Use `information_schema` to extract `generation_expression` for MariaDB | Ryuta Kamizono | 2017-07-07 | 2 | -2/+2 |
| * | | | | | | | Merge pull request #29708 from kamipo/fix_current_timestamp_for_mariadb | Matthew Draper | 2017-07-09 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | Fix default `CURRENT_TIMESTAMP` in schema dumping for MariaDB 10.2 | Ryuta Kamizono | 2017-07-07 | 1 | -2/+2 |
| | |/ / / / / / |
|
| * | | | | | | | Merge pull request #29718 from ragesoss/master | Richard Schneeman | 2017-07-08 | 1 | -2/+20 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | Clarify i18n guide for how pluralization rules work by default | Sage Ross | 2017-07-07 | 1 | -2/+20 |
| | | |_|_|/ / /
| | |/| | | | | |
|
| * | | | | | | | Don't call register on custom drivers | eileencodes | 2017-07-08 | 2 | -5/+5 |
| * | | | | | | | Merge pull request #29680 from koic/update_default_app_files_in_app_generator... | Eileen M. Uchitelle | 2017-07-08 | 1 | -2/+40 |
| |\ \ \ \ \ \ \
| | |/ / / / / /
| |/| | | | | | |
|
| | * | | | | | | Update default app files in app_generator_test | Koichi ITO | 2017-07-06 | 1 | -2/+40 |
| | | |/ / / /
| | |/| | | | |
|
| * | | | | | | Merge pull request #29714 from jahfer/implement-errors-merge | Rafael França | 2017-07-07 | 3 | -0/+28 |
| |\ \ \ \ \ \ |
|