
How to upgrade to Rails 7.1 Discussion
4
General
any anyone else having issues with sidekiq after upgrading from `7.1.0.beta1` -> `7.1.0.rc1`
```
undefined method `broadcast' for ActiveSupport::Logger:Class
=> gems/sidekiq-7.1.4/lib/sideki...

How do I generate SEO Friendly URL's for filter combinations in Rails?
6
General
I have a site where the user can apply a combination of multiple filters.
To improve the SEO on the site I would like to have the URL in a human-readable format when filters are applied.
I would ...
Derek Hobson replied

How to use Action Mailbox in Rails 6 Discussion
24
General
This is great!
Can action mailbox be used with a gmail account or does it have to be one of the services listed?

How much is the cost to get a web design company to build me something I need with Ruby rails?
11
General
Hi guys, so I am basically running a small business and I need a web application built with ruby on rails. I heard it is a pretty good framework, but I don't know how much the cost is for this. I w...

How to Build a Slack Slash Command App with Rails Discussion
10
General
/soo nice
/great job!
Camden Dickerson replied

Wrapping up our Web Scraper in Rails Discussion
0
General
The source code link for this lesson is missing.
This is for anyone who is looking: https://github.com/gorails-screencasts/web-scraper
Anthony Veaudry posted

Organizing Rails Model Files Discussion
6
General
Great episode, Collin: thank you
I also found the annotate output at the top of the file annoying, so my team now has annotate config set to output at the bottom of the file:
Annotate.set_def...
cjilbert504 replied

How To Use Importmaps With Rails Discussion
7
General
Are you using import maps yet?
Daniel Lee replied

Adding Sales to the black_friday gem Discussion
0
General

SQL Learning Path - Creating and Dropping Databases Discussion
7
General
Initially, I got a connection error, to the effect, 'database 'my_user_name' does not exist.
After running `createdb` and then `psql`, everything works and I was able to connect using 'TablePlus' ...
Jesus replied

How to Add Pagination for Blog Posts in Rails Discussion
5
General
I like the manual approach of looking inside the `pagy` object and finding your way to get what you want! That is what I usually do instead of searching the doc :)
A simpler approach that I recomm...
D john replied

Blog Posts with File Uploads using ActiveStorage & Amazon S3 Discussion
25
General
How did you get to the Policy section on AWS?
D john replied

What are the costs of using a payment software solution?
3
General
Hello everyone,
I'm researching payment software solutions for my business, and I'm curious about the costs involved. Can anyone share their experiences or insights regarding the various costs asso...
Srichakradhar Reddy Nagireddy replied

Adding Bluesky Delivery Method To The Noticed Gem Discussion
0
General
Next session should do this for nostr 🙃
Martin Barilik posted

How to build a chat app with Ruby on Rails
2
General
I recently put together a chat build tutorial where strangers can connect with each other via advanced group chats. I wanted to run it here and see if there's any suggestion or feedback to make it ...
Jacqueline Lavender replied

Authenticating Blog Admin Pages Discussion
18
General
Hi,
Is it necessary to add @blog_post behind the edit_blog_post_path in the last part of the video or can that be left out as well? <%= link_to "Edit", edit_blog_post_path if user_signed_in? %>
Chris Oliver replied

HTML Learning Path - Form Parameter Naming Conventions In Rails Discussion
1
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...
cjilbert504 replied

Magic Link Authentication with generates_token_for in Rails 7.1 Discussion
7
General
is magic link login considered secure ?
can it be used for a production website reliably ?
Thanks
Andrei A replied

Send Notifications in Rails with Noticed gem v2 Discussion
9
General
The video talks about implementing a sort of escalated notification. Like send a slack web hook and then in 5 minutes send an email but not if the recipient already saw the slack web hook.
Is buil...
Monica Wolff replied