Skip to content

Feature: Add rails-web config

Closes #1589 (closed)

What does this Merge Request do and why?

Request to add a rails_web configuration.

GDK is a great tool and offers a lot of configuration options 👍 .

For Ruby developers, not the only tool everyone uses on debugging.

As far as I know, many developers are used to using RubyMine as IDE and using its built-in Debug tools. At this time, the developer does not want GDK to automatically start the Rails Web service.

The current solution is to add a # character at the beginning of line 31 of the Procfile file.

# rails-web: exec /usr/bin/env ...

It works for gdk start; but, after each gdk update, this modification is lost.

So, want to request to add a rails_web configuration, to allow developers to choose whether to automatically start Rails Web service.

Merge Request checklist

  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Tests added for new functionality. If not, please raise Issue to follow-up.
  • Documentation added/updated, if needed.
  • gdk doctor test added, if needed.
  • Add the ~highlight label if this MR should be included in the CHANGELOG.md.
Edited by Baodong

Merge request reports