aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Prevent serialized hash from being used as optionsMilo Winningham2019-06-221-2/+6
* Add test for cookie being modified by rotationMilo Winningham2019-06-221-0/+13
* Indentation >>Akira Matsuda2019-06-221-6/+6
* Schema Cache: extract deduplication commonalityKasper Timm Hansen2019-06-211-10/+15
* Merge pull request #36529 from Shopify/schema-cache-deduplication-init-withKasper Timm Hansen2019-06-211-6/+6
|\
| * Also deduplicate schema cache data when using the init_with interfaceJean Boussier2019-06-211-6/+6
|/
* Merge pull request #36490 from y-yagi/revise_36034Yuji Yaginuma2019-06-217-1/+79
|\
| * Make `ActionDispatch::Response#content_type` behavior configurableyuuji.yaginuma2019-06-217-1/+79
|/
* Merge pull request #36526 from yahonda/test_statement_cache_with_in_clause_pgRyuta Kamizono2019-06-211-1/+1
|\
| * Address test_statement_cache_with_in_clause failure due to nondeterministic s...Yasuo Honda2019-06-201-1/+1
* | Merge pull request #36525 from eileencodes/revert-integer-change-to-schema-mi...Rafael França2019-06-203-3/+4
|\ \ | |/ |/|
| * Revert schema dumper to use strings rather than integerseileencodes2019-06-203-3/+4
|/
* Merge pull request #36520 from kamipo/test_case_for_deterministic_orderRyuta Kamizono2019-06-201-0/+6
|\
| * Add test cases to ensure deterministic order for ordinal methodsRyuta Kamizono2019-06-191-0/+6
* | Merge pull request #36523 from y-yagi/include_bcc_in_mail_sent_from_developme...Yuji Yaginuma2019-06-202-0/+3
|\ \
| * | Include BCC in the mail that sent from the development pageyuuji.yaginuma2019-06-202-0/+3
|/ /
* | Merge pull request #36486 from benthorner/masterYuji Yaginuma2019-06-204-6/+32
|\ \
| * | Allow using env var to specify pidfileBen Thorner2019-06-194-6/+32
* | | Merge pull request #36518 from Shopify/drop-schema-cache-column-hashKasper Timm Hansen2019-06-191-8/+5
|\ \ \
| * | | Stop serializing and parsing columns_hash in Active Record schema cachesJean Boussier2019-06-191-8/+5
| | |/ | |/|
* | | Merge pull request #36521 from itsWill/autoloading_in_exceptionsGannon McGibbon2019-06-192-0/+5
|\ \ \
| * | | Autoload SyntaxErrorInTemplateGuilherme Mansur2019-06-192-0/+5
| |/ /
* | | Merge pull request #36279 from itsWill/better_error_messages_for_abstract_tableGannon McGibbon2019-06-194-0/+19
|\ \ \ | |/ / |/| |
| * | Better error message for calling columns_hashGuilherme Mansur2019-06-194-0/+19
|/ /
* | Merge pull request #35891 from Shopify/schema-cache-deduplicationKasper Timm Hansen2019-06-1912-16/+123
|\ \
| * | Deduplicate various Active Record schema cache structuresJean Boussier2019-06-0312-16/+123
* | | Merge pull request #36508 from kamipo/avoid_getutcRyuta Kamizono2019-06-183-10/+10
|\ \ \
| * | | Avoid redundant `time.getutc` call if it is already utc time objectRyuta Kamizono2019-06-183-10/+10
* | | | Merge pull request #36482 from Shopify/fix-translation-helper-default-hashRafael França2019-06-172-1/+6
|\ \ \ \ | |/ / / |/| | |
| * | | Fix TranslationHelper#translate handling of Hash defaultsJean Boussier2019-06-142-1/+6
* | | | Merge pull request #36506 from kamipo/group_by_with_order_by_virtual_count_at...Ryuta Kamizono2019-06-185-12/+30
|\ \ \ \
| * | | | PostgreSQL: Fix GROUP BY with ORDER BY virtual count attributeRyuta Kamizono2019-06-175-12/+30
|/ / / /
* | | | Merge pull request #36502 from abhaynikam/fix-typo-in-active-record-multiple-...Prem Sichanugrist2019-06-171-1/+1
|\ \ \ \
| * | | | Fix typo initialzer -> initializer [ci skip]Abhay Nikam2019-06-171-1/+1
|/ / / /
* | | | Merge pull request #36497 from soartec-lab/move_date_and_time_method_to_timeRyuta Kamizono2019-06-166-128/+112
|\ \ \ \
| * | | | Delete `DateAndTime` method definition in rails that is compatible with ruby ...soartec-lab2019-06-166-128/+112
|/ / / /
* | | | Update default value of `variable_content_types` and `content_types_to_serve_...yuuji.yaginuma2019-06-161-2/+2
* | | | Merge pull request #36493 from kamipo/remove_unused_attributes_forRyuta Kamizono2019-06-164-70/+1
|\ \ \ \
| * | | | Remove unused `Arel::Attributes.for`Ryuta Kamizono2019-06-154-70/+1
* | | | | Merge pull request #36494 from soartec-lab/fix/guide_delete_description_for_d...Ryuta Kamizono2019-06-161-3/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Delete 'ruby' in the description of the method defined in rails [skip ci]soartec-lab2019-06-161-3/+3
|/ / / /
* | | | Merge pull request #36483 from kamipo/no_allocation_to_sql_visitRyuta Kamizono2019-06-154-33/+34
|\ \ \ \
| * | | | No allocation `Arel::Visitors::ToSql#visit`Ryuta Kamizono2019-06-154-33/+34
|/ / / /
* | | | :golf:Akira Matsuda2019-06-151-6/+2
* | | | Should find last created recordRyuta Kamizono2019-06-151-3/+3
* | | | Ensure to reset actually used `@connection.schema_migration`'s table nameRyuta Kamizono2019-06-151-4/+4
* | | | Fix `test_schema_names` to include "hint_plan" schemaRyuta Kamizono2019-06-151-1/+5
* | | | Merge pull request #36469 from eileencodes/move-while_preventing_writes-to-ha...Eileen M. Uchitelle2019-06-148-49/+111
|\ \ \ \
| * | | | Move while_preventing_writes from conn to handlereileencodes2019-06-148-49/+111
|/ / / /
* | | | Merge pull request #36488 from eileencodes/update-multi-db-docsEileen M. Uchitelle2019-06-141-1/+20
|\ \ \ \