aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
|\ \ \ \ \
| * | | | | Update multi-db docseileencodes2019-06-141-1/+20
|/ / / / /
* | | | | Merge pull request #36439 from eileencodes/move-schema-migration-to-migration...Eileen M. Uchitelle2019-06-1417-150/+412
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Move SchemaMigration to migration_contexteileencodes2019-06-1417-150/+412
* | | | | Merge pull request #36484 from albertoalmagro/alberto/reverse-column-is-rever...Ryuta Kamizono2019-06-141-3/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [ci skip] Update docs as `remove_column` can be reversedAlberto Almagro2019-06-141-3/+3
* | | | | Fix rubocop violationsRyuta Kamizono2019-06-142-3/+2
| |/ / / |/| | |
* | | | Merge pull request #36478 from kamipo/allocation_on_demand_in_transactionRyuta Kamizono2019-06-141-20/+35
|\ \ \ \
| * | | | Allocation on demand in transactionsRyuta Kamizono2019-06-141-20/+35
|/ / / /
* | | | Merge pull request #36477 from albertoalmagro/alberto/button-to-default-pathRafael França2019-06-131-1/+1
|\ \ \ \
| * | | | [ci skip] Use default path in button_to documentationAlberto Almagro2019-06-131-1/+1
| |/ / /
* | | | Merge pull request #36437 from sudara/fix_programmatic_clicks_with_data_remoteGannon McGibbon2019-06-132-2/+16
|\ \ \ \ | |/ / / |/| | |
| * | | Ensure non-mouse/programmatic clicks work with data-remoteSudara2019-06-132-2/+16
* | | | Make ActiveRecord `ConnectionPool.connections` thread-safe. (#36473)jeffdoering2019-06-133-1/+44
* | | | Merge pull request #36466 from wbnns/update-missing-create-action-screenshotRafael França2019-06-131-0/+0
|\ \ \ \
| * | | | [ci skip] images/getting_started: Update screenshot for missing actionWill Binns2019-06-121-0/+0
* | | | | Merge pull request #36388 from joelhawksley/actionview-componentAaron Patterson2019-06-134-1/+72
|\ \ \ \ \
| * | | | | `RenderingHelper` supports rendering objects that `respond_to?` `:render_in`Joel Hawksley2019-06-124-1/+72
| * | | | | Merge pull request #2 from rails/masterJoel Hawksley2019-06-0365-293/+486
| |\ \ \ \ \
* | | | | | | Ensure to reset migration version after testing migrationRyuta Kamizono2019-06-131-2/+2