Struggling to Choose the Right Collaboration Software for My Business – Need Help!
1
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
Transferring Files Between Hosts Discussion
0
General
How to add a Command Palette to your Ruby on Rails app Discussion
14
General
Amazing information providing by your article, thank you so much for taking the time to share a wonderful article.
Max Cooper replied
Monitoring Cron Jobs with Whenever Discussion
1
General
I like this approach. Having cron jobs report their status and logs makes troubleshooting much easier, especially when something silently fails.
Mario Joseph replied
Book Review: Learning Devise For Rails Discussion
4
General
Hi, does it cover rails 4 or rails 3?
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`, ...
Format erb files on save?
1
General
I haven't worked with erb in a while, and now I'm getting back to it. I use Vim as my editor (https://github.com/joshukraine/dotfiles), and I also use [coc.nvim](https://github.com/neoclide/coc.nvi...
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
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
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