Admin Interfaces with Administrate Discussion

25
General
*shudder*.. "automagically"

How to Process Inbound Webhooks (Railsconf 2023) Discussion

18
General
When will the entire RailsConf be uploaded to youtube? šŸ˜³ Nice work as allways, thanks for sharing!
Norval Koch replied

Sending Webhooks with Exponential Backoff Discussion

6
General
Hi, love the episode! Just a tiny remark; when running this code; ``` def send_create_webhook! User.has_webhook_enabled.find_each do |user| SendWebhookJob.perform_later(user.webhook_...
Richard Payne replied

How to use HTML Button Form Attributes Discussion

2
General
This would have saved me a ton of time last year when I spend hours trying to organize the delete button. šŸ¤¦ā€ā™‚ļø

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, ...

Designing our Web Scraper UI with TailwindCSS Discussion

3
General
Wow! This episode is incredibly relevant to me! I manage [littlebirdelectronics.com.au](http://littlebirdelectronics.com.au), an Australian distributor for brands like Adafruit, SparkFun, Pololu, ...

Can a Rails app send messages through Signal Messenger?

4
Rails
I'm trying to figure out if it's possible to have a Rails application send messages to user via Signal messenger (as opposed to an email or SMS). Has anyone tried to do this?
Waqas Mo replied

User research around Rails AI code editor

0
Gems / Libraries
Hi everyone, fellow Rails dev here. I'm doing some research to better understand how Rails developers choose and buy IDEs and how AI features play a part in that. I'm doing 45 minute interviews in ...
Matthew Kaliara posted

How to send SMS Messages in Rails with Twilio Discussion

5
General
Great intro! We use Twilio to send SMS notifications to our users. Question - I set up the Twilio client in an initializer. Is there any advantage to this over setting it up in the Twilio service ...

How can I squish SQL for log tidiness (automatically)?

3
Rails
Hello everyone, Iā€™m dealing with a challenge in my codebase where there are numerous multiline SQL heredocs being logged. While these may be helpful for local debugging, they become a hassle when ...
Simon Deis replied

2025 Rails frontend solution: Phlex or ViewComponents?

1
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...
Chris Oliver replied

Upload Cover Images in Rails with ActiveStorage Discussion

5
General
Hey Chris, thanks for the video. Will the MiniMagick gem work with the method in your method? Because I'd like to upload any image then have it resized to certain dimensions and orientated the corr...
Patrick replied

Adding Scheduled Blog Posts Discussion

22
General
Hello Chris, I am facing the issue while sign in locally (it shows password and email are invalid) even my production site is not giving me this issue, Please help. Thanks in advance!
Patrick replied

Deploying our Rails Blog to Production Discussion

15
General
Hello Chris, thank you very much for you do to help us... I'm trying to deploy the blog but when building it on render I'm getting an error... Your RubyGems version (3.0.3.1) has a bug that preven...
Patrick replied

How to Migrate from Paperclip to Rails ActiveStorage Discussion

14
General
This should return the path to file in this format: /users/avatar/xxx/xx/original/filenameinstance.send(attachment).pathAlso, in my case i had to use something like:file_path = k.send(value).path.s...
Matthias Orgler replied

How to use Hotwire in Rails Discussion

86
General
Can you please provide the repository for this also?
D john replied

How do I add a comment to the thread that explains how to install Rails?

2
General
I successfully followed the instructions from this platform for setting up Rails on Ubuntu 22.04. It went well, but there were one or two "gotchas" that would could have defeated persons not comple...

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

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

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