davidlbean

Joined

1,510 Experience
14 Lessons Completed
0 Questions Solved

Activity

Posted in Better Debugging With The Ruby Debug Gem Discussion

Awesome...thanks, Chris! And yah, I feel like I'm swimming upstream by running Sublime instead of VSCode, but old dogs and new tricks, eh?

Posted in Better Debugging With The Ruby Debug Gem Discussion

Nice video, Collin!

One thing I might add is how to get into a debug console when you're running the default bin/dev script. I spin up another console and run "bundle exec rdbg -a" to attach to the debug process. Is there any easier way to get all the goodness of the debug gem in way that integrates into the bin/dev foreman setup?

Posted in Rails Components From Scratch Discussion

Super episode -- putting this to work right now.

Posted in Help configuring Vuetify/stylus on Webpacker

Kieran - did you ever get this sorted out? I just banged my head against the wall for a few days trying to solve it myself. Finally got somewhere. I've put up a github repo with a sample Rails app and a pdf with my learnings. If you're interested, you can find it here: https://github.com/davidlbean/rails_with_vuetify

Posted in Vue.js Trello Clone in Rails - Part 8 Discussion

Chris - an awesome series, as usual! Question: (and I saw this on the active cable video too) when you checked for a logged in user, you dropped down to Warden. Why do this as opposed to just calling the Devise methods like signed_in?

Thx.

Posted in Vue.js Trello Clone in Rails - Part 8 Discussion

+1

Posted in Symbols vs Strings Discussion

Hey Rob - I could give you some pointers on that kind of thing. Are you in the slack channel where I could DM you? - David

Posted in Dynamic Nested Forms with Stimulus JS Discussion

Keep the stimulus stuff coming!

Posted in Symbols vs Strings Discussion

Nice! Some of my upper division CS students struggle with the notion of symbols, and I'll point them this way.

Posted in Stimulus JS Framework Introduction Discussion

Awesome, as usual!

Posted in Direct File Uploads to S3: Part 1 Discussion

Fantastic screencast, Chris.