You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: