
Designing Database Models for a Password Manager Discussion
3
General
Quick tip: try to refrain from writing lines at the bottom of your terminal as it makes it difficult to read when we pause the video as the video player UI obscures the text. An easy fix would be t...
SophiaJames replied

How to find someone on whatsapp through something related to them
11
General
Is there an easier way for people to find someone on [url=https://techgara.com/whatsapp-aero]Whatsapp Aero[/url]
with meager information related to that account. Examples include house number, pet...
CharlenePratt replied

Code Review: Refactoring the Receipts gem for Composability Discussion
1
General
One thing I've found helpful is to purposefully start with a very concrete approach (like you following the designer's template) and only refactor it later to make it more flexible if and when it's...
EssaMattou replied

Fixing an ActiveJob Config Initializer Discussion
0
General

Dynamic Configs in Devise with Ruby Lambdas Discussion
2
General
This is a great series. Seeing how you approach open source and pull requests. Thanks!
Martin Barilik replied

Using Purchased Themes with Rails Discussion
4
General
Hey Chris, for years, I've been taking templates and just putting them in the app/assets folders instead of going the route of the Vendors folders. Is there a specific reason for going with Vendors...
zain replied

Rich Text Blog Posts with ActionText Discussion
18
General
Hi Chris, thanks for the video. I was wondering how do I truncate the text on the index.html page? I only want to show 130 characters of the content (previously body).
<%= truncate(blog_post.c...

What is 'it' in Ruby 3.4 Discussion
0
General

Looking for Rails work? / Hiring Rails developers?
52
General
Similar to the Hacker News thread, I thought we might start up a thread for anyone looking to hire a Ruby / Rails freelancer or if you're a freelancer looking for work.
*Please lead with either SE...
Azmat Ulhaq replied

What is Programming & Web Development?
11
General
Give help.
Cassandra Pace replied

Dynamic Nested Forms With Turbo Part 2 Discussion
9
General
Great lesson: thanks Collin! I learned a couple of new tricks there - appreciated!
Dave replied

Nested Comment Threads in Rails - Part 3 Discussion
11
General
Really great series, thank you for doing it. One question:
I have a comment form below the comments and it is not clearing out. However, when I move above the comments it does. Any thoughts?
beckham daniel replied

How to create Custom Elements with Web Components Discussion
2
General
Interesting topic. Thanks for sharing!
Curious to see more examples. Chris, do you use any web components for GoRails or Jumpstart Pro?
Christian Sedlmair replied

Frozen String Literals in Ruby 3.4 Discussion
0
General
This will be a great performance improvement when Ruby 4 drops, but until then keep using the frozen string literal magic comment at the top of your files!
Chris Oliver posted

Sending emails not working, no errors found in the terminal
2
General
I'm new on rails, I would appreciate any help. This is the repository of this project: https://github.com/felixpro/Kadra
when a client signup an email is sent to the mail of the admin to approve t...
Cassandra Pace replied

Deploy Ubuntu 18.04 Bionic Beaver Discussion
77
General
Thanks btihen! I'll get the tutorial updated for its changes shortly!

Docker Basics for Rails Discussion
15
General
If I run rails inside of Docker, does this set-up require more resources from my my machine?