Skip to content

Error in lib/litestack/railtie.rb with rails 8 #136

@agile-rails

Description

@agile-rails

module Litestack
class Railtie < ::Rails::Railtie
initializer :disable_production_sqlite_warning do |app|
# The whole point of this gem is to use sqlite3 in production.
app.config.active_record.sqlite3_production_warning = false
end
end
end

#<NoMethodError: undefined method 'sqlite3_production_warning=' for class ActiveRecord::Base>

sqlite3_production_warning has been removed from Rails 8.

by
TheR

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions