File Uploads with Refile Discussion
95
General
Awesome.
Martin Streicher replied
Preserving File Uploads On Edit with Rails Discussion
0
General
File uploads seem easy because they're so commonplace, but they're actually quite complex!
Chris Oliver posted
Link To Current Page With Params Discussion
5
General
thsi episode is too easy!
klt4xc 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 ...
John Datanvy replied
Any HTML→PDF gem that supports modern CSS (flex/grid) and works on Ruby 2.5.1 + Rails 5.0.7.2?
2
Rails
Background
---------
I have an existing Rails 5.0.7.2 app running on Ruby 2.5.1. In several places I generate invoices as HTML (I build a full HTML string by replacing template tags server-side) an...
Preston Edwards replied
Removing Duplication Using with_options Discussion
1
General
This forum helps foster insightful discussions and encourages long-term perspective. Even products that seem flawless can benefit from small improvements, and that dedication to growth is what make...
nancy lucy replied
Using Parallel gem to achieve parallel processing in Ruby for increasing performance and making Rails Application faster.
3
Ruby
Hi everyone, I'm trying to decrease API latency in our largely synchronous Ruby on Rails backend. While we use Sidekiq/Shoryuken for background jobs, the bottleneck is within the request-response c...
Florencio Schroeder replied
How to just receive emails through action mailbox?
2
Rails
Hi, I am currently testing and setting up an email service system.
**I just need to be able to receive emails , but no need to send email.**
1. my dns `mail.xxx.com` is ping successful, it can g...
Alek Zapatchco replied
Beginner Tutorial in Rails 7
6
General
I am a CS Professor who teaches a web application class in Rails. I created a series of videos for my class. I want to make them publically avaliable for free. (I do not receive money on YouTube fo...
rordevelopernik replied
Nested Sidebar Layouts with Rails Discussion
1
General
Christopher 'Nolan' Oliver - Inception =D
Andreas replied
CSS Anchor Positioning Basics Discussion
1
General
It's pretty cool seeing all the new features being added to css. Thanks for the video as always!
Soren replied
Clean Up Optional Attributes in Rails with Normalizes Discussion
0
General
I love how horror games often challenge players to think critically. Whether it's solving puzzles or making tough decisions, the gameplay mechanics add an extra layer of excitement that keeps me co...
Setup Ubuntu 26.10 Stonking Stingray Discussion
0
General
How to add Feature Flags in Rails with the Flipper gem Discussion
2
General
Great episode!
Cohn Elburn replied
Hash Fetch with Default Value Discussion
6
General
Guarantee you I've made this mistake many times over the years. 😅
Enim Korche replied
How to use Direct Routes in Rails Discussion
0
General
How to add a Command Palette to your Ruby on Rails app Discussion
12
General
Amazing information providing by your article, thank you so much for taking the time to share a wonderful article.
DDeveil Lason replied
Invoker Commands API Discussion
1
General
One of the best new browser features. 🔥
Chris Oliver replied
Monitoring Cron Jobs with Whenever Discussion
0
General
How to test ActionMailer in Rails Discussion
21
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...