Migrating From jQuery to Vanilla Javascript Discussion
47
General
`document.querySelectorAll` looks like return an array, but in fact it is an object. It's important to keep this in mind in order to avoid some problems iterating the dom elements.
Dan LeGrand replied
Realtime Nested Comments: Part 1 Discussion
5
General
Amazing episode, Chris! Thank you so much for this!
Dynamic Authorization Roles with Pundit Discussion
5
General
Well this couldn't have come at a better time! Thanks Chris!!! I'll be hiding the UI for creating and editing roles and providing at a higher price plan, there's a lot of value in this
Amir Aziz replied
Parsing Markdown Code Line Highlighting with Ruby Discussion
1
General
These types of problems are fun to code golf because they can be implemented so many different ways. ⛳️🏌️♂️
marilyn ohara replied
SQL Learning Path - Having Statements Discussion
6
General
I have a question about replacing `store_id` with `stores.name` if we add JOIN to the query (4:50 for example). Would it be valid replacement if there are multiple stores with the same name but obv...
cjilbert504 replied
Improving the Rails Route Generator Discussion
5
General
good
marilyn ohara replied
Contributing To Thor Discussion
2
General
Awesome stuff!
marilyn ohara replied
Magic Link Authentication with generates_token_for in Rails 7.1 Discussion
10
General
is magic link login considered secure ?
can it be used for a production website reliably ?
Thanks
Nathan Ruehs replied
Single Table Inheritance Discussion
0
General
How To Add Custom Renderers To Rails Discussion
0
General
Delegate Types Discussion
0
General
Scrolling To Unread Messages Discussion
0
General
Authentication Generator Test Helpers Discussion
1
General
This was really awesome to see how extending them to work with system tests was done!
Cris Tommy replied
How to Build Custom ActiveRecord Validations Discussion
4
General
How does "resizable_image: true" work? I'm assuming that because you named your validator "resizable_image_validator.rb" with a class name "ResizableImageValidator" and then calling "validates :ava...
marilynohara replied
nanotape
0
General
Nested Layouts with Rails Discussion
0
General
Creating a Ruby Gem for Black Friday sales Discussion
4
General
We're using this gem to hide and show the Black Friday sale banners on GoRails. 🎉
Check out our Black Friday sale: https://gorails.com/blog/black-friday-2024
Stimulus Autoscroll and Broadcasting Messages Discussion
5
General
Very nice, I'm enjoying these videos where you walk through the approaches and build on them piece-by-piece! One StimulusJS-specific update could be converting your message partial to:
```
...
Rails 7.2 Console Prompt Discussion
4
General
Interesting. Thanks Colin
cjilbert504 replied
Classes & Objects in Ruby Discussion
20
General
Hey Collin,
Thanks for this great video.
Looking forward to the video on modules.
cjilbert504 replied