
Delegate Types Discussion
0
General

Exploring PostgreSQL Tuples Rails PR Discussion
3
General
I've been learning Rails through random tutorials but am thinking of committing to something more structured.

Meta Tags from Scratch with Current Attributes, ActiveModel & render_in Discussion
3
General
Hey Chris! Sounds like you’re doing awesome work! Helping Rails developers build apps is a fantastic contribution. Keep it up!
Edna Block replied

Mobile App Maintenance and Support Services
0
General
This blog highlights the dynamic changes in mobile app development perfectly! As new technologies emerge, Mobile App Maintenance Services become even more essential to keep apps compatible, secure,...
Rajni Agrawal posted

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

Retrieving Link Metadata with Background Jobs Discussion
4
General
Posting here in case anyone else ran into the issue where they tried to run a test, but got the error of having pending database migrations (also after running db:migrate).
For me what helped is r...
barker xavierr replied

Hatchbox: teams
2
General
Hello,
what are your plans for developing Teams feature on Hatchbox?
Currently I can invite someone by giving them status "admin", "member" or no status at all. The problem is, any invited person h...
Robert Bernard replied

nanotape
0
General

Pro
3
General
Hi Chris.. I would like to purchase the pro series for 3 months..is this possible?
Solved

solidus
5
General
I am creating my e commerce using solidus. In the admin backend, I pload products but then they are not reflected in the frontend...anyone who has come accross this?

How to Optimize ActiveRecord Queries with Large Data Sets in Rails 7?
3
General
I'm working with a large dataset in Rails 7 and some of my Active Record queries are getting slow. I've tried using .includes and .select, but performance still lags. What are the best practices fo...
Karen J. Cooley replied

Nested Layouts with Rails Discussion
0
General

How to use HTML Button Form Attributes Discussion
7
General
This would have saved me a ton of time last year when I spend hours trying to organize the delete button. 🤦♂️

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

Routing Concerns and Scopes in Rails Discussion
6
General
Hey Chris, thanks for making a video on this and so quickly. I had been wanting to use routing concerns for a while but finding a good way to access the resource had me stumped. This does the trick.
David Larry replied

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:
```
...

Your First Ruby Gem Discussion
8
General
Thanks Collin
I've authored a few gems already, but this was a really useful look at the "bare-bones" approach rather than use the "bundle gem your-name-here # and fill in the blanks" approach.
...
Saium Linkr replied

Restrict devise routes
2
General
Hi,
How can I restrict access to the devise sign_up route to logged in users only?
Controller:
```ruby
# frozen_string_literal: true
class Users::RegistrationsController < Devise::Registrati...
herrylauu replied

Asset Pipeline
1
General
What are some excellent resources to get a good foundational understanding of asset pipeline, esbuild, import maps, js bundling. I have a decent knowledge of Rails, but I have trouble understanding...

How to use Enumerable with Ruby Classes Discussion
1
General
What use cases have you used Enumerable for?
Karla Lara replied