Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sqlite and BigDecimal errors #8

Open
jgomo3 opened this issue Jun 25, 2021 · 0 comments
Open

Sqlite and BigDecimal errors #8

jgomo3 opened this issue Jun 25, 2021 · 0 comments

Comments

@jgomo3
Copy link

jgomo3 commented Jun 25, 2021

I had to change sqlite3 to gem 'sqlite3', '~> 1.3.13' in the Gemfile. If not, I received the following error:

App 31334 output: Error: The application encountered the following error: Specified 'sqlite3' for database adapter, but the gem is not loaded. Add gem 'sqlite3' to your Gemfile (and ensure its version is at the minimum required by ActiveRecord). (Gem::LoadError)

Also, with Ruby 2.7 I received the following error, so I'm using Ruby 2.3.8.

[ E 2021-06-25 15:27:03.1681 19930/Tr age/Cor/App/Implementation.cpp:221 ]: Could not spawn process for application /home/monkey/Repositories/Playground/passenger-ruby-rails-demo: The application encountered the following error: undefined method `new' for BigDecimal:Class (NoMethodError)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant