Martin Vích's blog


Hi I'm Martin Vích. For a long time I was working as a ASP.NET developer, now I'm focusing mainly on the front end.

How to install Ruby on Rails on Mac

Install homebrew run xcode-select --install Install & init rbenv with brew install rbenv && brew install rbenv && rbenv init List available ruby versions with rbenv install -l Install preferred version with rbenv install 2.5.1 Check installed…