Senior Software Engineer (Ruby on Rails)
Pinned Loading
-
-
-
-
ruby_interview_exercises
ruby_interview_exercises PublicNot everything here is an interview exercise, some I did just for myself for the learning purpose but I added them here because most of the interviewers ask questions related to these topics.
HTML 1
-
Remove commit(s) from git repository...
Remove commit(s) from git repository using rebase while keeping the original commit dates 1# Example Usage of git-rebase with git-filter-branch and git-filter-repo
23You can rewrite commits using either [git-filter-branch](https://git-scm.com/docs/git-filter-branch) or [git-filter-repo](https://github.com/newren/git-filter-repo) but the latter one is recommended. See [why](https://github.com/newren/git-filter-repo#why-filter-repo-instead-of-other-alternatives).
45## 1. Check Logs
-
Setup rbenv on Ubuntu 24.04 and use ...
Setup rbenv on Ubuntu 24.04 and use .ruby-version file to install the version your project requires 1# How to setup `rbenv` on Ubuntu 24.04
23This guide will not install a specific Ruby version you want, although, it will setup `rbenv` so you can manage multiple Ruby versions.
45It assumes that the project that requires a specific Ruby version has a file `.ruby-version` in the root of the project. So, simply running `rbenv install` from project root directory will use the version specified in that file and install it.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.