aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Treat secrets as binaryyuuji.yaginuma2017-07-092-2/+36
* | | | | | Merge pull request #29725 from y-yagi/fix_29717Kasper Timm Hansen2017-07-093-0/+73
|\ \ \ \ \ \
| * | | | | | Load environment file in `dbconsole` commandyuuji.yaginuma2017-07-093-0/+73
| |/ / / / /
* | | | | | Merge pull request #29655 from kirs/frozen-friendly-ap-arMatthew Draper2017-07-1018-19/+37
|\ \ \ \ \ \
| * | | | | | Prepare AP and AR to be frozen string friendlyKir Shatrov2017-07-0618-19/+37
* | | | | | | Merge pull request #29728 from kirs/frozen-activesupportMatthew Draper2017-07-09429-0/+434
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-09429-0/+434
| |/ / / / /
* | | | | | Merge pull request #29715 from reverbdotcom/ptd/fix-invalid-uuidsMatthew Draper2017-07-092-2/+4
|\ \ \ \ \ \
| * | | | | | Don't allow uuids with orphan curly bracespdebelak2017-07-072-2/+4
* | | | | | | Add backticks [ci skip]Ryuta Kamizono2017-07-091-2/+2
* | | | | | | Merge pull request #28867 from eugeneius/skip_query_cache_in_batchesMatthew Draper2017-07-0911-20/+224
|\ \ \ \ \ \ \
| * | | | | | | Skip query cache for in_batches and friendsEugene Kenny2017-07-0610-20/+216
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #29692 from fimmtiu/avoid-translating-non-database-exceptionsMatthew Draper2017-07-093-2/+31
|\ \ \ \ \ \ \
| * | | | | | | Remove driver-specific hard-coding in the tests.Dennis Taylor2017-07-071-9/+1
| * | | | | | | Rename the StatementInvalid test method for clarity.Dennis Taylor2017-07-071-1/+1
| * | | | | | | Fix changelog wording as suggested.Dennis Taylor2017-07-071-2/+2
| * | | | | | | Use StandardError instead of RuntimeError.Dennis Taylor2017-07-061-2/+2
| * | | | | | | Fix indentation style for private method.Dennis Taylor2017-07-051-5/+5
| * | | | | | | Don't translate non-database exceptions.Dennis Taylor2017-07-053-2/+39
| |/ / / / / /
* | | | | | | Merge pull request #29297 from palkan/fix/action-cable-postgres-identifiers-l...Matthew Draper2017-07-093-3/+31
|\ \ \ \ \ \ \
| * | | | | | | [Fix #28751] Hash stream long stream identifiers when using Postgres adapterpalkan2017-07-063-3/+31
| |/ / / / / /
* | | | | | | Merge pull request #29495 from eugeneius/_write_attributeMatthew Draper2017-07-096-13/+19
|\ \ \ \ \ \ \
| * | | | | | | Rename raw_write_attribute to write_attribute_without_type_castEugene Kenny2017-07-073-8/+8
| * | | | | | | Improve the performance of writing attributesEugene Kenny2017-06-184-8/+14
* | | | | | | | Merge pull request #29695 from y-yagi/secrets_showMatthew Draper2017-07-094-1/+22
|\ \ \ \ \ \ \ \
| * | | | | | | | Add `rails secrets:show` commandyuuji.yaginuma2017-07-074-1/+22
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #29705 from y-yagi/do_not_update_secrets_yml_encMatthew Draper2017-07-092-1/+21
|\ \ \ \ \ \ \ \
| * | | | | | | | Do not update `secrets.yml.enc` when secretes do not changeyuuji.yaginuma2017-07-072-1/+21
| |/ / / / / / /
* | | | | | | | Merge pull request #29706 from kamipo/use_information_schema_to_extract_expre...Matthew Draper2017-07-092-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Use `information_schema` to extract `generation_expression` for MariaDBRyuta Kamizono2017-07-072-2/+2
* | | | | | | | | Merge pull request #29708 from kamipo/fix_current_timestamp_for_mariadbMatthew Draper2017-07-091-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix default `CURRENT_TIMESTAMP` in schema dumping for MariaDB 10.2Ryuta Kamizono2017-07-071-2/+2
| |/ / / / / / / /
* | | | | | | | | Merge pull request #29718 from ragesoss/masterRichard Schneeman2017-07-081-2/+20
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Clarify i18n guide for how pluralization rules work by defaultSage Ross2017-07-071-2/+20
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Don't call register on custom driverseileencodes2017-07-082-5/+5
* | | | | | | | | Merge pull request #29680 from koic/update_default_app_files_in_app_generator...Eileen M. Uchitelle2017-07-081-2/+40
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Update default app files in app_generator_testKoichi ITO2017-07-061-2/+40
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #29714 from jahfer/implement-errors-mergeRafael França2017-07-073-0/+28
|\ \ \ \ \ \ \ \
| * | | | | | | | Add ActiveModel::Errors#merge!Jahfer Husain2017-07-073-0/+28
| | |/ / / / / / | |/| | | | | |
* / | | | | | | Test thor masterRafael Mendonça França2017-07-072-1/+8
|/ / / / / / /
* | | | | | | Merge pull request #29704 from kamipo/fix_mariadb_versionJeremy Daer2017-07-061-2/+6
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix extracting MariaDB versionRyuta Kamizono2017-07-071-2/+6
|/ / / / / /
* | | | | | Merge pull request #29662 from deivid-rodriguez/engine_multiple_mount_pointsRafael França2017-07-055-10/+112
|\ \ \ \ \ \
| * | | | | | Allow mounting same engine under several locationsDavid Rodríguez2017-07-055-10/+112
* | | | | | | Merge pull request #29676 from lugray/fix_date_time_serializeRafael França2017-07-052-0/+17
|\ \ \ \ \ \ \
| * | | | | | | Fix `ActiveModel::Type::DateTime#serialize`Lisa Ugray2017-07-052-0/+17
| |/ / / / / /
* | | | | | | Merge pull request #28668 from Dorian/mention-time-parse-argument-errorAaron Patterson2017-07-052-1/+13
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Mention and test for possible ArgumentError when parsing timesDorian Marié2017-04-082-1/+13
* | | | | | | Merge pull request #29677 from eugeneius/parameters_configuration_testsRafael Mendonça França2017-07-051-0/+36
|\ \ \ \ \ \ \
| * | | | | | | Fix Parameters configuration integration testsEugene Kenny2017-07-041-0/+41