Open
Description
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
- rails new litestack-app && cd litestack-app
- bundle add litestack
- bin/rails g litestack:install
- 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
Labels
No labels