matheusrich Profile Banner
Matheus Richard Profile
Matheus Richard

@matheusrich

Followers
1K
Following
9K
Media
187
Statuses
2K

👨🏽‍🍼 Father 🇧🇷 Senior developer @ thoughtbot. 📝 Blogging @ https://t.co/FvOrbguNYj 💎 Organizer of https://t.co/6KtW5V9NhF

Brasília, Brazil
Joined July 2017
Don't wanna be here? Send us removal request.
@matheusrich
Matheus Richard
2 days
RT @bradgessler: Markdown comes to Rails! It might not be what you think though. The PR doesn't render markdown as HTML. Instead it serv….
0
3
0
@grok
Grok
3 days
Join millions who have switched to Grok.
175
196
1K
@matheusrich
Matheus Richard
3 days
I remember a time where GitHub had a team dedicated to fixing small user pain points. Now everyone complains about it being slow and adding AI features. What a change.
1
0
6
@matheusrich
Matheus Richard
4 days
RT @joemasilotti: Active Native Push is here!!. "Action Native Push is a Rails push notification gem for mobile platforms, supporting APNs….
Tweet card summary image
github.com
Rails push notifications for mobile platforms. Contribute to basecamp/action_native_push development by creating an account on GitHub.
0
4
0
@matheusrich
Matheus Richard
8 days
TIL about I've always defined `#to_param` manually. ```.class User < ActiveRecord::Base. to_param :name.end. user = User.find_by(name: 'Fancy Pants'). # => 123.user_path(user) # => "/users/123-fancy-pants".```.
2
2
39
@matheusrich
Matheus Richard
8 days
1. Entra no app do 2. O login te manda pro site 3. O site te manda pro app pra fazer reconhecimento facial.4. O app te manda um email com um código. Depois disso tudo eu ainda não estou logado. Não é possível.
0
0
0
@matheusrich
Matheus Richard
16 days
I forgot to share, but about a month ago I got my first commit into @CrystalLanguage! You can use this if you're on Crystal >= 1.17
Tweet media one
2
2
12
@matheusrich
Matheus Richard
17 days
O Ruby DF volta dia 16 de Agosto numa edição especial para iniciantes! Garanta sua vaga: PS.: Tem coffee break também 😋
Tweet media one
0
0
2
@matheusrich
Matheus Richard
17 days
This is the blogpost I was talking about. Yay for serchability!.
@matheusrich
Matheus Richard
17 days
How hard can extracting an emoji from a string be? Well.
0
0
0
@matheusrich
Matheus Richard
17 days
How hard can extracting an emoji from a string be? Well.
Tweet card summary image
thoughtbot.com
The characters you see hide a more complex reality.
0
0
3
@matheusrich
Matheus Richard
18 days
I was going to make a tweet but ended up writing a blog post. I should do more of that.
1
0
2
@matheusrich
Matheus Richard
18 days
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!.
Tweet card summary image
github.com
Motivation / Background With Kamal 2, secrets are now stored in .kamal/secrets. We are expected to use a 3rd party password manager such as 1password to fetch secrets such as KAMAL_REGISTRY_PASSWOR...
0
3
42
@matheusrich
Matheus Richard
21 days
RT @dinizz: With GraphQL and gRPC taking over web dev trends, too many devs are skipping the basics. Understand the stack behind what you….
Tweet card summary image
developer.mozilla.org
HTTP defines a set of request methods to indicate the purpose of the request and what is expected if the request is successful. Although they can also be nouns, these request methods are sometimes...
0
1
0
@matheusrich
Matheus Richard
22 days
Hey, I'm on This Week in Rails.
Tweet media one
7
2
64
@matheusrich
Matheus Richard
23 days
TIL you can download an .epub version of the Rails guides!.
Tweet media one
1
2
15
@matheusrich
Matheus Richard
24 days
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.
0
6
34
@matheusrich
Matheus Richard
25 days
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).
2
0
5
@matheusrich
Matheus Richard
28 days
RT @rubyevents_org: The recordings from the final @railsconf 2025 are now also live on @rubyevents_org! . #railsconf #railsconf2025 https:/….
0
8
0
@matheusrich
Matheus Richard
28 days
🎉 rails-diff v0.6.0 is released! This version includes:. - a `--only` option to only include specific files or directories in the diff.- a new `dotfiles` command to compare dotfiles (configuration files like .rubocop.yml). Enjoy!.
0
4
16
@matheusrich
Matheus Richard
29 days
I just made an app test suite 3x faster by just using rack test instead of selenium on every system test that didn't need JS interactions!.
0
0
4