
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
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
Rails will have a markdown mime type and renderer by default now.
github.com
Markdown has become the formatting language of AI. We should make it easier for folks to format any return as markdown.
0
6
70
RT @joemasilotti: Active Native Push is here!!. "Action Native Push is a Rails push notification gem for mobile platforms, supporting APNs….
github.com
Rails push notifications for mobile platforms. Contribute to basecamp/action_native_push development by creating an account on GitHub.
0
4
0
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
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
2
2
12
How hard can extracting an emoji from a string be? Well.
thoughtbot.com
The characters you see hide a more complex reality.
0
0
3
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!.
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
RT @dinizz: With GraphQL and gRPC taking over web dev trends, too many devs are skipping the basics. Understand the stack behind what you….
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
RT @rubyevents_org: The recordings from the final @railsconf 2025 are now also live on @rubyevents_org! . #railsconf #railsconf2025 https:/….
0
8
0