
davidlbean
Joined
Activity
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?
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.
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
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.
+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
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.
Awesome, as usual!
Fantastic screencast, Chris.