8000 Litestack breaks rails database tasks in Rails ~> 7.2 · Issue #128 · oldmoe/litestack · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Litestack breaks rails database tasks in Rails ~> 7.2 #128
Open
@alexspark

Description

@alexspark

I've tested these set of commands on rails 7.2.1, 7.2.0, and 7.1.3.4 and it only works on 7.1.3.4

  1. rails new litestack-app && cd litestack-app
  2. bundle add litestack
  3. bin/rails g litestack:install
  4. bin/rails db:create

The error I get is on ~> 7.2 versions is as follows:

bin/rails aborted!
NoMethodError: undefined method `sqlite3_production_warning=' for class ActiveRecord::Base (NoMethodError)

Tasks: TOP => db:create => db:load_config
(See full trace by running task with --trace)

I tried to look at the rails 7.2 Changelogs but couldn't find any changes related to that configuration (EDIT: nvm found some changes. see comment below)

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

      0