by geospeck on 10/5/23, 8:56 AM with 5 comments
by nickjj on 10/5/23, 12:43 PM
If anyone is interested in that, I updated my example Rails app https://github.com/nickjj/docker-rails-example to use Rails 7.1.
by bradgessler on 10/5/23, 1:19 PM
You can install it in your rails app by running:
1. bundle add dockerfile-rails
2. rails g dockerfile
by 0xblinq on 10/5/23, 9:13 AM
I've spent most of my early years in the field working with Django and Laravel, then moved to frontend doing [all the usual stuff we do nowadays] and this year I was assigned back to a Rails + Hotwire project.
I'm truly amazed how much simpler things are. I feel sad most of us have forgotten how easier things could be, and I'm terrified about new people joining this industry that will never know about how easier things could be because they'll never experience that (as things are right now, who knows the future...).
If you're reading this and never tried Rails, or discarded it because you listened somebody say the usual "PHP is ugly/Rails is dead/JavaScript is messy" give it a try with an open mind and ignore what others say for a moment. I can't recommend it enough.
It might not be the best tool if you have 1k engineers working on the same repository, but as a small team it has no competitors, it's just miles ahead everything else (well, honestly, maybe Laravel is as good).
by Alifatisk on 10/14/23, 11:06 AM