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 19c66f4 commit 3ea60f8Copy full SHA for 3ea60f8
spec/dummy/config/application.rb
@@ -27,6 +27,9 @@ class Application < Rails::Application
27
# Use the latest cache format and remove deprecated Active Storage setting
28
config.active_support.cache_format_version = 7.1
29
30
+ # Opt in to Rails 8.1 behavior: preserve timezone when converting to Time
31
+ config.active_support.to_time_preserves_timezone = :zone
32
+
33
config.generators do |g|
34
g.orm :active_record, primary_key_type: :uuid
35
g.fixture_replacement :factory_bot, dir: 'spec/factories'
0 commit comments