Simon Moro said over 5 years ago on Grab Bag of Ruby and Ruby on Rails Tricks :
Great little video of helpful tips :) Thanks!

mcfoton said over 5 years ago on Grab Bag of Ruby and Ruby on Rails Tricks :
typo in clearing logs snippet: "if Rails.env.**devlopment**?"

David Kimura PRO said over 5 years ago on Grab Bag of Ruby and Ruby on Rails Tricks :
Thank you! Correction has been made.

SMP PRO said about 5 years ago on Grab Bag of Ruby and Ruby on Rails Tricks :
Awesome video!

richstone.io said over 3 years ago on Grab Bag of Ruby and Ruby on Rails Tricks :
Nice episode!

Haven't heard of OPTIMIZE yet, just FIXME and TODO :)) 
VSCode has an awesome plugin: TODO Tree, otherwise the approach from the vid is cool too

Nikita Fedyashev said almost 2 years ago on Grab Bag of Ruby and Ruby on Rails Tricks :
11:08 "this is going to do a union between them" I guess what David meant to say was "an intersection between them" instead

> [1, 2, 3] & [3, 4]

Same in the comment
"# Array Setters, Union and Subtraction" => "# Array Setters, Intersection and Subtraction"

Login to Comment