Giter Site home page Giter Site logo

Comments (4)

whiterosetechnologies avatar whiterosetechnologies commented on August 10, 2024

Also, Dockerfile:

FROM convox/rails

COPY Gemfile /app/Gemfile
COPY Gemfile.lock /app/Gemfile.lock
COPY vendor/cache /app/vendor/cache

RUN bundle --local --path vendor/bundle

COPY Rakefile /app/Rakefile
COPY config /app/config
COPY public /app/public
COPY app/assets /app/app/assets
RUN rake assets:precompile

COPY . /app

And docker-compose.yml file:

web:
build: .
labels:
- convox.port.443.protocol=tls
- convox.port.443.proxy=true
links:
- database
ports:
- 80:4000
- 443:4001

database:
image: convox/postgres
ports:
- 5432

from ruby-debug-ide.

denofevil avatar denofevil commented on August 10, 2024

Please try adding gem 'debase-ruby_core_source', '~> 0.9.1' to the Gemfile. Does it help?

from ruby-debug-ide.

wollkind avatar wollkind commented on August 10, 2024

I'm having the exact same issue and debase-ruby_core_source isn't helping me. Did you ever solve this?

from ruby-debug-ide.

JamesCarscadden avatar JamesCarscadden commented on August 10, 2024

I also had the same issue. For me the annoying part is that everything worked fine when using docker for windows and docker for mac, but not when using docker for linux (ubuntu). This led me to believe it was a docker issue rather than an issue with ruby-debug-ide. However after an afternoon of banging my head against this I've finally worked it out:

Removing ruby-debug-ide gem from my Gemfile (and then running docker-compose) made it clear that the problem was actually in the 'debase' gem, rather than ruby-debug-ide. Further, removing the 'debase' gem from my Gemfile and re-adding ruby-debug-ide allowed docker-compose to finish correctly.

Finally, re-adding 'debase' to the Gemfile like so (I didn't previously have the version specifier):

gem 'debase', '~>0.2.2.beta10', require: false

and then again running docker-compose, finally got everything working.

So: the problem appears to have been in 'debase-0.2.1' which is the default installed if you haven't specified a specific version in your Gemfile. Using debase-0.2.2.beta10 solved the problem for me.

from ruby-debug-ide.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.