Separate JavaScript Importmaps For Rails Engines Discussion

3
General
Good stuff! I have an idea for another episode/lesson: When using TailwindCSS (which is pretty much the standard nowadays) in an Rails app, I found myself wanting to build "plugins" or extended fun...
Mateusz Żołądek replied

Fixing Counter Caches in the Paranoia Gem Discussion

1
General
That's EXACTLY the type of advanced stuff, that I'd love seeing more in Go Rails!
Jeni RANDRIAMIHAJASOA replied

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

Security Hardening Servers with Fail2Ban Discussion

7
General
Great epiode Chris! Would love to see more like this!
CummerataMagnus replied

How do I disable testing in Jumpstart pro?

2
Testing
I am having a conflict with test data in jumpstart Pro. It continues to automatically add accounts that are conflicting with my other test data. I’m encountering an issue where Jumpstart Pro’s auto...
Chris Oliver replied

When pre/eager loading an association, is there any way to get the associated data from a cache?

2
Rails
``` class Category < ActiveRecord::Base # columns: name has_many :books end class Book < ActiveRecord::Base # columns: title, category_id belongs_to :category end ``` Given the abov...
DuaneOgburn 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

Noticed V2 how to joins(:events)

1
Gems / Libraries
Fearing this will run shivers of _back in kindergarden_ I do apologize in advance for asking this level of n00b-ness question but I simply cannot wriggle my head around the Noticed::Notification (n...
Walther Diechmann replied

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

Running into render build error related to Tailwind

9
Rails
Following along with the Build a Blog lesson and currently trying to deploy on render. I can't seem to pass the below error during build - has anyone else seen this before? Locally tailwind is wo...
Chris Oliver 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...

How to use the Ruby 2.6 Just-in-Time (JIT) Compiler Discussion

2
General
Nice!
himanshu bahetiya replied

What is 'it' in Ruby 3.4 Discussion

0
General

Want to stay up-to-date with Ruby on Rails?

Join 91,035+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.