How to test ActionMailer in Rails Discussion
18
General
Great episode, Chris. I like how you said you don't really need to test CSS styling but instead focus on testing the higher level functionality of your mailers. That way, a developer doesn't go dow...
HugoJames replied
Rails 8.1 Structured Events Discussion
0
General
Help
1
Ruby
Implement a Ruby method can_you_vote? that returns true or false depending on the given age.
This method should take one arguments (age), an Integer, and return a Boolean(true/false).
can_you_vote...
2025 Rails frontend solution: Phlex or ViewComponents?
5
Gems / Libraries
I'm just wondering what everyone's opinions are on the two. I've always leaned into ViewComponents, but it seems like Phlex is on the come up. What has everyone's experience been with the two as of...
wretchedwhipp replied
Rails 8.1 Deprecated Associations Discussion
2
General
Oh man! I misunderstood the title of this episode. I thought you were saying that ActiveRecord Associations had been deprecated haha!!! That would not have gone over well!!
Great episode as usual ...
wretchedwhipp replied
How do I generate SEO Friendly URL's for filter combinations in Rails?
7
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 ...
Wishaway Mike replied
How much does it cost to built an e commerce app ?
2
General
How much does it cost to build an e commerce app. Cost to built an e commerce with features to sell the products in different countries.
John Datanvy replied
Syncing Repositories with Ruby Scripts - Part 1 Discussion
11
General
Nice tutorial. Why git fetch followed by git pull and not just a single git pull?
ElikaParner replied
How to use the Ruby 2.6 Just-in-Time (JIT) Compiler Discussion
5
General
Nice!
Anas Irfan replied
activeadmin with devise_invitable
3
Gems / Libraries
Hey everyone,
I know... I'm still using AA... Anyways, I'm looking for a complete guide on being able to invite my non-admin devise users through the admin panel. Strangely I can't find a single, ...
datecongress replied
Ruby on Rails 3 Tutorial Book Question
5
General
Im following the PDF version of this book and keep having an issue with different versions of gems being compatible. I had to skip the TDD section all together because I couldnt get a compatible ve...
datecongress replied
How to Debug Ubuntu and Debian Packages Discussion
3
General
Get ready for epic drifts Drift Boss and dramatic car flips that you won't find in any other game!
datecongress replied
Single Table Inheritance (STI) with ActiveRecord in Rails Discussion
7
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
Bekean Loinse replied
LearnHotwire Course - stuck with Could not find table 'solid_queue_processes'
4
Rails
Hi all,
I bought the Learn Hotwire course and stuck at the Rails Application Introduction (3rd video).
When I ran "rails s" at 1.29 minute of the video, I got this error
'ActiveRecord::Connectio...
Bekean Loinse replied
How to read EDI (electronic data interchange) Format in rails
2
Rails
Hi Chris,
Please help me, How to read edi format in rails. I am trying to do to googling for that solution but I didn't get any best solution If you have any idea about that, How to read and write...
Steven Owen replied
why driftboss is addictve?
3
General
DriftBoss is an addictive car drifting game where timing and control are everything. Steer carefully to stay on the track and score big points. Challenge yourself to beat your high score with every...
Steven Owen replied
Deploying Rails 8 with Hatchbox Discussion
0
General
Awesome video Collin, and thanks for the shoutout! ππ»ππΌπ
Kentastic posted
SMTP not relaying SMS text messages
1
Servers
Heya guys, thanks in advance for any assistance on this. I'm getting a weird behavior that just started happening last month. I have a MS Server 2019 (on premise VM) that is setup as a SMTP relay. ...
Alek Zapatchco replied
JavaScript vs TypeScript
2
Javascript
Anyone here who can help me with this?
Lazy Requiring Dependencies in Ruby Discussion
7
General
I love removing dependencies. π
Also, learning how libraries can make features or dependencies optional is a great thing to learn along the way.