Book Review: Learning Devise For Rails Discussion
5
General
Hi, does it cover rails 4 or rails 3?
career on cyber security skills?
4
General
anyone help me to know about cyber security skills
MiracleJiggy replied
Speed up Rails boot times with Bootsnap Discussion
7
General
Hey Chris! This is really helping booting my apps faster! Thanks so much!
injurewicked replied
Mailcatcher NG, new docker image
0
Testing
We just released a new version of Mailcatcher NG Docker image, v2.3.9.
It's based on Alpine Linux 3.24.1 and is still the smallest image you can dream of to test your mail flows in your ruby or Ra...
Stéphane Paquet posted
Transferring Files Between Hosts Discussion
0
General
Struggling to Choose the Right Collaboration Software for My Business – Need Help!
2
General
Hey everyone,
I’m in a bit of a dilemma here and hoping to get some advice. My business is in need of a solid collaboration software, but I’m finding it really hard to decide on the right one. We’...
Blazeront Kyle replied
Passenger vs Puma
6
Servers
I notice that there seems to be a preference for Passenger over Puma in your screencasts and hatchbox.io. Can you elaborate? I was curious about HTTP/2, multithreading, performance, etc.
Solved
Dynamic Single Table Inheritance with Rails Discussion
12
General
This was really fun. I wanted an easy way to introduce helpers to Notifications so by exposing them also as STI models, we could make them easily accessible with separate helper methods for each No...
Custom Turbo Stream Actions Discussion
7
General
Great episode! Is there any convention or recommendation for managing the JS code instead of throwing it all in the `application.js`? Something like `app/javascript/stream_actions/console_log.js`, ...
Setup MacOS 12 Monterey Discussion
30
General
Hello Chris,
Thanks a lot for this guide. I was having a really hard time trying to install homebrew and rails on my MacBook after I installed Monterey. 😃
Finding records using Delegated Types
1
Rails
Hi,
I have a Delegated Types association set up like below and I need to find a particular Collection but the flickr_id is stored in the GalleryItem table. It's failing to return anything. How...
ActionText / Trix Editor
0
Rails
I'm working on upgrading an app from Rails 6.1.x to 7.0.1 with esBuild for JS. I am having trouble getting ActionText, in particular the Trix editor toolbar, to work correctly when running in `prod...
Honest opinion needed
2
Rails
Hi guys, I'd love to learn more on ROR and it appears this is a really comprehensive site, but a lot of the content seems rather dated.
I want an honest opinion on whether a subscription to this s...
Hotwire and iframes?
2
Rails
Hey everyone! I am working on a page builder. So the preview is in an iframe.
I am trying to make it so when I click the edit icon on a section in the iframe it displays that form in a sidebar in ...
Pundit scopes
2
General
Hi, i have no idea how to choose best way. There are three models User, Department and Task. Each user assigned to one department (belongs to). Department has many tasks. How to write a policy or s...
Solved
Integrations an Embedded iPaas
1
Gems / Libraries
I want to reach out and see if anyone has any recommendations for an embedded iPaaS. How have you implemented integrations in your app?
We've been looking at make.com, tray.io, and embedded Zapie...
Phyllis R. Bosley replied
Improving app:update command for Rails 7.2 Discussion
2
General
Using Rails main, betas, or release candidates are great ways to find bugs and contribute to Rails itself. 🎉
Ricky Garrison replied
Extending Rails Associations with Custom Features Discussion
3
General
Great video! I see the point in the first example where just the User needs to know about the client projects, but if you're creating a module and extending it through different classes, why not ju...
Huan Marry replied
Rails 7.1 Authentication From Scratch Discussion
19
General
Authentication got a TON of great improvements in Rails 7.1 with `authenticate_by`, `generates_token_for`, `normalizes`, etc. Super duper excited for these things and they should clean up a lot of ...
Chris Oliver replied
Lazy Requiring Dependencies in Ruby Discussion
9
General
I love removing dependencies. 💖
Also, learning how libraries can make features or dependencies optional is a great thing to learn along the way.