🇧🇷 Senior developer @ thoughtbot.
📝 Blogging @ https://tbot.io/blog/matheus
💎 Organizer of http://rubydf.com
- Macos install via homebrew
- Support for scanning EOL Node.js versions
- Support for detecting versions from `mise.toml`.
- A new `check` command to check if specific product releases are EOL
- A revamped CLI
Stay updated!
- Macos install via homebrew
- Support for scanning EOL Node.js versions
- Support for detecting versions from `mise.toml`.
- A new `check` command to check if specific product releases are EOL
- A revamped CLI
Stay updated!
It might not seem much, but it really matters to get that snappy feel.
It might not seem much, but it really matters to get that snappy feel.
Well, end_of_life v0.5 was just released and it now supports Rails!
Check it out: github.com/MatheusRich/...
Well, end_of_life v0.5 was just released and it now supports Rails!
Check it out: github.com/MatheusRich/...
github.com/MatheusRich/...
github.com/MatheusRich/...
timriley.info/posts/join-m...
timriley.info/posts/join-m...
What a change.
What a change.
```
class User < ActiveRecord::Base
to_param :name
end
user = User.find_by(name: 'Fancy Pants')
user.id # => 123
user_path(user) # => "/users/123-fancy-pants"
```
```
class User < ActiveRecord::Base
to_param :name
end
user = User.find_by(name: 'Fancy Pants')
user.id # => 123
user_path(user) # => "/users/123-fancy-pants"
```
KAMAL_REGISTRY_PASSWORD=$(rails credentials:fetch kamal.registry_password)
No need to use rails runner just for that anymore!
github.com/rails/rails/...
KAMAL_REGISTRY_PASSWORD=$(rails credentials:fetch kamal.registry_password)
No need to use rails runner just for that anymore!
github.com/rails/rails/...
www.youtube.com/watch?v=ozay...
www.youtube.com/watch?v=ozay...
1. styling select fields was widely available, and
2. select multiple=true had a good default experience (select on click + search + better styles)
1. styling select fields was widely available, and
2. select multiple=true had a good default experience (select on click + search + better styles)
- 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!
rubygems.org/gems/rails-d...
- 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!
rubygems.org/gems/rails-d...
Reproduction here: codepen.io/matheusrich/...
Reproduction here: codepen.io/matheusrich/...