NoBrainerORM / nobrainer

Ruby ORM for RethinkDB
http://nobrainer.io/
Other
387 stars 49 forks source link

new rails 6 app Can't create a scaffold #261

Closed ricfr closed 4 years ago

ricfr commented 4 years ago

Creating a new rails 6 app after rails g nobrainer:install Can't create a scaffold rails g scaffold item name:string /Users/rxxr/.rvm/gems/ruby-2.6.3/gems/railties-6.0.3.1/lib/rails/application/configuration.rb:241:in `database_configuration': Cannot load database configuration: Could not load database configuration. No such file - ["config/database.yml"] (RuntimeError)

ricfr commented 4 years ago

skipped active record from the rails new. rails new nar --skip-active-record worked.