We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e6a9df commit 20705b6Copy full SHA for 20705b6
config/initializers/new_framework_defaults_7_2.rb
@@ -2,13 +2,4 @@
2
Rails.application.config.active_record.validate_migration_timestamps = true
3
Rails.application.config.yjit = true
4
Rails.application.config.active_storage.web_image_content_types = %w[image/png image/jpeg image/gif image/webp]
5
-
6
-###
7
-# Controls whether the PostgresqlAdapter should decode dates automatically with manual queries.
8
-#
9
-# Example:
10
-# ActiveRecord::ConnectionAdapters::PostgreSQLAdapter.select_value("select '2024-01-01'::date") #=> Date
11
12
-# This query used to return a `String`.
13
-#++
14
-# Rails.application.config.active_record.postgresql_adapter_decode_dates = true
+Rails.application.config.active_record.postgresql_adapter_decode_dates = true
0 commit comments