Start development instantly using devcontainers
Hello everyone, I learnt about devcontainers weeks ago and start using them and they are very helpful and easy to use. So, I putted this GitHub repo with a starter devcontainer template to setup any Rails project with PostgreSQL, Redis, MeiliSearch, Memcached, Firefox, and multiple Ruby/Rails VSCode extensions:
https://github.com/AliOsm/ruby-on-rails-devcontainer
Using this setup, you can run your development environment anywhere and the only dependencies are Docker Desktop and VSCode, which is very easy to install them. The good part is when you start utilizing GitHub Codespaces with this setup, I can develop my projects everywhere, and I don't need my laptop/desktop to be with me. I just need a browser.
I hope this will be helpful for you also.