Processing GitLab Merge Requests within RubyMine

Posted . Visible to the public.

GitLab has a RubyMine plugin that enables you to review and process merge requests within RubyMine!

Setup

  1. Open RubyMine settings (Ctrl + Alt + S) > Plugins > Search for "GitLab" > Install
    • (You might need to re-open settings afterwards.)
  2. In the RubyMine settings > Version Control > GitLab > Connect your GitLab account with "+"

Working with merge requests

  1. From the Actions menu (Ctrl + Shift + A), choose "View merge requests" (with GitLab icon)
  2. From the subtle dropdown, select the correct origin. Confirm with "View Merge Requests".
  3. Filter merge requests and open one with a double click.

Now you can comment or edit the merge request. You can view file diffs and even add comments from within RubyMine.

Dominik Schöler
Last edit
Dominik Schöler
License
Source code in this card is licensed under the MIT License.
Posted by Dominik Schöler to makandra dev (2025-09-09 09:21)