Tiago Ameller PRO
Joined 2/28/2018
Tiago Ameller PRO said about 3 years ago on Hotwire & ViewComponents :
Very interesting approach to components outside React and Vue. 
Will you continue this episode with one devoted to testing ViewComponents?

Tiago Ameller PRO said over 2 years ago on Ransack Search and Hotwire :
VSCode is doing very smart code suggestions. What plugin are you using?

Tiago Ameller PRO said over 2 years ago on Hotwire Turbo Replacing Rails UJS :
I've devoted countless hours to understand Webpacker and migrate most of my projects. 
Now, I'm comfortable with it. 
But, when need to change something (maybe 10 minutes of work in the backend-ruby part) in a project not touched in months, there is a lot of problems in the "yarn part": Lots of deprecation complaints, need to investigate which part is failing ... one or two hours later, project is working again.
When looking to rails 4 happy times with Coffeescript and sprockets where asset pipeline just worked ... I'm not sure if we have better or worst framework nowadays.

Tiago Ameller PRO said over 2 years ago on Creating Command Line Applications :
Very interesting episode! I've written a bunch of ruby CLI without the assistance of ttytoolkit and I definitely will add this library to my next ones.
Just two insights:
  1. It's there a better way to pass parameters to a Rails rake task, using ttytoolkit and optparse, by exemple?
  2. Why you do not use [].tap in this function?
[].tap do |array| ...

Tiago Ameller PRO said almost 2 years ago on Label Maker with Ruby :
I apologize for the off-topic. Why do you use double quotes when not interpolating values? Rubocop gets angry all the time.