🇧🇷 Senior developer @ thoughtbot.
📝 Blogging @ https://tbot.io/blog/matheus
💎 Organizer of http://rubydf.com
🇧🇷 Senior developer @ thoughtbot.
📝 Blogging @ https://tbot.io/blog/matheus
💎 Organizer of http://rubydf.com
O Ruby DF volta dia 16 de Agosto numa edição especial para iniciantes! Garanta sua vaga: https://forms.gle/hK6GsRUErUM7pkHT6
PS.: Tem coffee break também 😋
How hard can extracting an emoji from a string be? Well...
https://thoughtbot.com/blog/what-you-see-may-not-be-what-you-get
Rails now has a `credentials:fetch` command. This is useful to extract a credential and add to Kamal secrets, for example:
KAMAL_REGISTRY_PASSWORD=$(rails credentials:fetch kamal.registry_password)
No need to use rails runner just for that anymore!
Hey, I'm on This Week in Rails
TIL you can download an .epub version of the Rails guides!
https://guides.rubyonrails.org/epub/ruby_on_rails_guides_v8.0.2.epub
Ever wondered how Ruby works under the hood? No need to take a compilers class to get that! You can watch my #RailsConf talk to understand the basics. Along the way you might even write your first programming language.
I feel like half of my web problems would be solved if
1. styling select fields was widely available, and
2. select multiple=true had a good default experience (select on click + search + better styles)