richstone.io
Joined 9/11/2020
Creating at richstone.io
richstone.io said over 3 years ago on Testing with RSpec :
interestingly, r g rspec:controller users created for me spec/requests/coins_request_spec.rb instead of spec/controllers/users_controller_spec.rb `-.-`

richstone.io said over 3 years ago on Feature Testing with Capybara :
nice overview :)

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

richstone.io said over 3 years ago on ActiveRecord Callbacks :
Nice episode! You argue to not having many callbacks in a model, which I think is good. What if there is already a fat model with tons of callbacks? Is there a certain useful approach to refactor them? I mean, apart from extracting functionality into its own services, as described in the video. (although, I found it to be very nice examples)