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
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
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. 😃
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
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
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...
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.
Message Form Handling with Stimulus Discussion
9
General
Why not using stimulus data-action="keypress->conversation#submitForm" on text area instead of addEventListener?