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 ...
Using Parallel gem to achieve parallel processing in Ruby for increasing performance and making Rails Application faster.
5
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...
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
Invoker Commands and View Transitions Discussion
2
General
Thanks Collin, this covers some modern browser stuff I didn't know existed before. I guess I was just stuck using the extra JS-Tools I knew and never wondered what browsers can do out of the box no...
Matthias replied
What are the biggest challenges during an AWS cloud migration?
0
General
We're planning a cloud migration project and evaluating different AWS Cloud Migration Services. For those who have completed a migration, what were the biggest challenges you faced? How did you han...
John Carterjn posted
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.
Link To Current Page With Params Discussion
6
General
thsi episode is too easy!
RylanMonahan replied
Hou I can add a face recognition in my rails app ?
1
General
I have one app where i have a scaffold with a register of peoples with photo, but for me search if the people have your datas registered in my system i need use face recognition for read face in we...
Blazeront Kyle replied
Setup MacOS 27 Golden Gate Discussion
0
General
New gem: Nerima. Al-Powered SEO straight from your terminal.
2
Gems / Libraries
Howdy folks,
I have created my first Gem. It is called Nerima. It is an Al-Powered SEO Analysis for Developers. You can find it on RubyGems or for more info checkout https://nerimasoft.co.uk/nerim...
Alek Zapatchco replied
Permission Failed when deploying to render
4
Ruby
I am on windows 10 and i was trying to deploy to render but meeting the v=below error
Bundle complete! 14 Gemfile dependencies, 68 gems now installed.
Gems in the groups 'development' and 'test' ...
Lana Hoyt replied
Generating the Models Discussion
1
General
Setting up nested routes and enums early usually makes the rest of the Rails app much cleaner later on. The seed data part is useful too since it makes testing CRUD flows way faster during developm...
tmpou1 replied
How do I prevent ActiveRecord::PreparedStatementCacheExpired errors during deploys?
4
General
I'm using Hatchbox to deploy my Rails 7 application.
However, occasionally during deployment, I encounter the ActiveRecord::PreparedStatementCacheExpired error.
How can I avoid this issue to ensure...
No value provided for option '--orm' Error
7
Databases
Question:
I tried to set up a polymorphic model and got the following error:
no value provided for option '--orm'
I'm using Rails 7 and postgresql
I tried most probably solutions I found and revi...
Sending Emails with SMTP and Sendgrid Discussion
26
General
jajajaj Chris Your the man. I was just switching from my simple gmail account to using sendgrid and now this episode show up. :) very very happy.
Implement Authentication Service in Rails
1
Rails
Hello,
I'm currently looking for options to create some form of authentication service based on Rails.
I've got several microservices like app1.site.com app2.site.com and app3.site.com and I woul...