Canonical Links From Scratch with Rails Discussion

1
General
Really useful walkthrough—the url_for and content_for approach keeps canonical links simple, flexible, and easy to maintain without adding another dependency.
suri1205 replied

Transferring Files Between Hosts Discussion

0
General
Protocols such as SCP and SFTP are useful because they provide encrypted Sprunki transfers, while tools such as rsync are excellent when large amounts of data need to be synchronized repeatedly.
suri1205 posted

Adding Locals to ActionText Rendering Discussion

0
General
I found the explanation on integrating locals with ActionText really insightful! I’ve struggled with similar features in my own projects. How do you handle performance optimizations when adding new...

Invoker Commands and View Transitions Discussion

2
General
Thanks Collin, this covers some modern browser stuff I didn't know existed before. I guess I was just stuck using the extra JS-Tools I knew and never wondered what browsers can do out of the box no...
Poly Trackk replied

Adding Authentication Discussion

0
General
Rails 8's built-in authentication generator saves so much setup time compared to Devise or Rodauth. How are you handling password reset tokens or session invalidation with this approach?

Dynamic Single Table Inheritance with Rails Discussion

13
General
This was really fun. I wanted an easy way to introduce helpers to Notifications so by exposing them also as STI models, we could make them easily accessible with separate helper methods for each No...
rordevelopernik replied

ReActionView Discussion

5
General
WOW - Cheese and Crackers Marco, this is mind blowing. This should be the star feature of Rails 9...and nice video Collin. :)
Kenneth Leeman replied

Adding Registration Discussion

0
General

How to configure Linux with Drop-in Configs Discussion

4
General
Would you be interested in learning about how we use Packer to build custom Ubuntu server images?
Elton Williams replied

Categorizing Transactions Discussion

0
General

Speed up Rails boot times with Bootsnap Discussion

8
General
Hey Chris! This is really helping booting my apps faster! Thanks so much!
Vernon Morrison replied

Lazy Requiring Dependencies in Ruby Discussion

12
General
I love removing dependencies. 💖 Also, learning how libraries can make features or dependencies optional is a great thing to learn along the way.

Meta Tags from Scratch with Current Attributes, ActiveModel & render_in Discussion

10
General
Hey Chris! Sounds like you’re doing awesome work! Helping Rails developers build apps is a fantastic contribution. Keep it up!
ColeHarry replied

Normalizes method in ActiveRecord Discussion

4
General
I would like to add that you can add multiple attributes to be normalized ```ruby normalizes [:phone:, :fax, :mobile], with: -> phone_number { phone_number.gsub(/\D/, '') } ```
Tobias L. Maier replied

Devise

10
Rails
I watched the Gorails Rails Password Reset 2 part video for password reset. My question is my devise setup only create encrypted_password, and reset_password_token, not password or token columns. C...
paxtonleiny replied

How to use the Browser Guard in Rails Discussion

7
General
If you're building a no build Rails application that makes use of modern browser features (like ONCE Campfire!), you'll definitely want to use this.
Richard Ryan replied

Realtime Notifications with ActionCable Discussion

22
General
Thanks, Chris! This is an awesome episode, you're the man!

HTML Learning Path - Form Parameter Naming Conventions In Rails Discussion

2
General
Overall epic course on the basics of HTML Collin. Thank you for taking the time to create these videos. I was always wondering about the tag being used to break the controls to a new line. Never s...
Karan Kumar replied

Single Table Inheritance (STI) with ActiveRecord in Rails Discussion

9
General
Thanks Chris, It's funny that we just stopped using this design pattern at Gitlab https://docs.gitlab.com/ee/development/database/single_table_inheritance.html
rossgarnett replied

Adding CSS Design Discussion

2
General
why don't you used tailwind?
Kentastic replied

Learning Ruby on Rails? Join our newsletter.

We won't send you spam. Unsubscribe at any time.