Ask A Question

Notifications

You’re not receiving notifications from this thread.

running new app showing error.

SMEHSAN asked in Rails

Hello,
i am using rails 5.2.
when ever i create a new app and run server, it is showing the following errors.

Puma caught this error: 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. Make sure all dependencies are added to Gemfile. (LoadError)

and to fix this i always have to install this
gem 'sqlite3', '~> 1.3.6'
to fix this issue.

how can i get the proper solution for this.
thank you.

Reply

I believe that's the current solution. The next version of Rails will fix this, but we just have to wait and use your solution until then. 👍

Reply

Thank you Oliver for you valuable comment.

Reply
Join the discussion

Want to stay up-to-date with Ruby on Rails?

Join 71,933+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.

    Screencast tutorials to help you learn Ruby on Rails, Javascript, Hotwire, Turbo, Stimulus.js, PostgreSQL, MySQL, Ubuntu, and more. Icons by Icons8

    © 2023 GoRails, LLC. All rights reserved.