codenvy / docs

Eclipse Public License 1.0
16 stars 14 forks source link

Unable to run rails console in rails-default stack #145

Closed jelaniwoods closed 5 years ago

jelaniwoods commented 5 years ago

I created a new workspace with the rails-default stack. Then I ran rails new to create my Rails app. I try to run rails console and get this first error:

image

I bundle update and try rails console again and I get this different error:

image

I'm not sure what's happening since sqlite3 is in the Gemfile and bundle info sqlite3 shows that it's using the latest version.

image