rbtrace
rbtrace: like strace but for ruby code
Install
- All systems
-
curl cmd.cat/rbtrace.sh
- Debian
-
apt-get install ruby-rbtrace
- Ubuntu
-
apt-get install ruby-rbtrace
- Arch Linux
-
pacman -S ruby-rbtrace
- Kali Linux
-
apt-get install ruby-rbtrace
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ruby-rbtrace
- Dockerfile
- dockerfile.run/rbtrace
ruby-rbtrace
rbtrace: like strace but for ruby code
rbtrace shows method calls happening inside another ruby process in real time. rbtrace is designed to have minimal overhead, and should be safe to run in production.
gitlab
git powered software platform to collaborate on code (non-omnibus)
gitlab provides web based interface to host source code and track issues. It allows anyone for fork a repository and send merge requests. Code review is possible using merge request workflow. Using groups and roles project access can be controlled. Unlike the official package from GitLab Inc., this package does not use omnibus.