Skip to content

Commit

Permalink
Fix gem names in text
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmanuel Hayford committed Dec 8, 2023
1 parent 7c772b5 commit 33775ac
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
---
layout: post
title: "Allow object_id as a column name for ActiveRecord and a lot more!"
title: "Allow object_id as a column name for Active Record and a lot more!"
categories: news
author: Emmanuel Hayford
og_image: assets/images/this-week-in-rails.png
published: true
date: 2023-12-08
---

[Take ActiveRecord affixes into account for ActiveStorage database models](https://github.com/rails/rails/pull/50167)
[Take Active Record affixes into account for Active Storage database models](https://github.com/rails/rails/pull/50167)
This pull request ensures that all Active Storage database-related models adhere to the _ActiveRecord::Base.table\_name\_prefix_ configuration.

[Make isolated engines aware of ActiveRecord::Base table name prefix](https://github.com/rails/rails/pull/50247)
[Make isolated engines aware of Active Record::Base table name prefix](https://github.com/rails/rails/pull/50247)
Address isolated engines to incorporate the _ActiveRecord::Base.table\_name\_prefix_ configuration. This adjustment will enable engine-defined models, including those within Active Storage, to align with the Active Record table name prefix configuration.

[Alias field\_set\_tag helper to fieldset\_tag](https://github.com/rails/rails/pull/50241)
Expand All @@ -26,10 +26,10 @@ The current implementation of _#travel\_to_ has a bug wherein it retains the tim
[Preserve serialized timezone when deserializing with ActiveJob::Serializers::TimeWithZoneSerializer](https://github.com/rails/rails/pull/50240)
Retain the serialized timezone information when deserializing arguments of type _ActiveSupport::TimeWithZone_.

[Allow object\_id as a column name for ActiveRecord](https://github.com/rails/rails/pull/50162)
[Allow object\_id as a column name for Active Record](https://github.com/rails/rails/pull/50162)
This pull request now allows you to use _object\_id_ as a valid column name for Active Record.

[Add a ActiveRecord.protocol\_adapters configuration to map DATABASE\_URL protocols
[Add a Active Record.protocol\_adapters configuration to map DATABASE\_URL protocols
](https://github.com/rails/rails/pull/50140)When utilizing a _DATABASE\_URL_, introduce a configuration option to associate the protocol specified in the URL with a particular database adapter. This separation allows the application to select an adapter independently from the database connection details configured in the deployment environment.


Expand Down

0 comments on commit 33775ac

Please sign in to comment.