Posts Tagged: deprecations
-
How to Handle Active Record SQLite3 Deprecation Warnings in Rails 8.0
A pragmatic guide to fixing SQLite3 configuration deprecations and NoMethodError crashes during a Rails 8.0 upgrade.
-
Rails 4 Transition: From Dynamic Finders to Explicit Query Methods
Understanding the deprecation of find_by_* and find_or_*_by_* dynamic finders in favor of explicit query methods like find_by and find_or_create_by.
-
Rails 4 Transition: From *_filter to *_action Callbacks
Understanding the Rails 4 rename from before_filter, after_filter, and around_filter to before_action, after_action, and around_action.
-
Resolving Rails 8 Encrypted Secrets Deprecations
A practical guide to migrating from Rails encrypted secrets to credentials, resolving the encrypted secrets deprecation in Rails 8.
-
Upgrading from Ruby 2.7 to 3.2 Keyword Arguments
A pragmatic workflow for addressing the keyword argument separation when performing a Ruby upgrade from 2.7 to 3.2.