lab2023 / cybele

Rails template for our development standards. Cybele makes your apps ready for faster development and easy deployment.
http://kebab-project.org/
MIT License
46 stars 10 forks source link

Can not create project with --database=sqlite3 argument #132

Open ismailakbudak opened 5 years ago

ismailakbudak commented 5 years ago

It gives error like this

Error loading the 'sqlite3' Active Record adapter. Missing a gem it depends on? can't activate sqlite3 (~> 1.3.6), already activated sqlite3-1.4.0
tayfunoziserikan commented 5 years ago

I have been seen the same problem while creating a new rails project without using Cybele. Environment: Ruby 2.5.3 and Rails 5.2.2

May the problem is related by Rails or Ruby.

Fyi.

vilusa commented 5 years ago

Rails have a general problem https://github.com/rails/rails/issues/35551

Also, yesterday create a new rails application with rails new command. I encountered the same problem

vilusa commented 5 years ago

This problem fix on latest Rails version. https://github.com/rails/rails/issues/35551#issuecomment-478058811

After upgrade Cybele Rails version, we should close this issue