Struggling with Active Storage delete/purge on uploads
6
Rails
I have a projects model. A project could have many uploads that could be anything (pdf, word, cad, image etc.) I have the uploading working and I am displaying links to the files on the projects/sh...
How to add Notifications to Rails with Noticed Discussion
36
General
Awesome gem, I had been thinking on how to integrate all types of notification from rails app, from web notification, emails and Push Notifications. I guess Push Notification is just an API call (f...
Alek Yageornba replied
How To Wrte good bug report for Manual Testing?
1
Testing
A bug report is very easy to write. But what should be the column for bug reports?
alexchambers replied
Looking for Rails work? / Hiring Rails developers?
52
General
Similar to the Hacker News thread, I thought we might start up a thread for anyone looking to hire a Ruby / Rails freelancer or if you're a freelancer looking for work.
*Please lead with either SE...
How To Add Impersonation To Rails Authentication Generator Discussion
10
General
I really love how flexible and easy to customize the new Rails 8 authentication generator is. Think we should cover 2 Factor Auth next?
How to Access Rails Server from Other Devices on the Same Network?
2
Servers
I’m working with a Ruby on Rails application inside a DevContainer, and I’m trying to access the Rails server running on my localhost from other devices on the same private network. I’ve already tr...
Creating Passwords Through A Join Table Discussion
1
General
Nice cat =)
Artur Pas replied
Hatch Deploy
1
Servers
Hi,
I recently deployed 2 apps on one server, how do I view the second app coz the view site button redirect me to the first app Ive deployed ?
Solved
How do I structure my DB to set up oAuth integrations with Facebook, Instagram, etc.
2
Rails
I have a Shopify app where they (Shopify) handle authentication. If you can login to your Shop on their platform, you can login to the Rails app. Therefore I have no need for Devise. It seems like ...
Realtime Notifications with ActionCable Discussion
23
General
Thanks, Chris! This is an awesome episode, you're the man!
Video Sync Cron Job Discussion
3
General
Hi, I'm a newbie and I want to learn Ruby on Rails. I have a question, will I pay for each course/month or if I sign up for 1 month then I can watch all the courses?
Dubugging
4
Rails
Is there a method to debug hosted ruby on rails application and check the request and response object
Upgrading to Rails 8.1 Discussion
0
General
Changing Contexts To Objects With IRB Discussion
2
General
pretty neat! Thanks for sharing
Eloise Koch replied
Routing Constraints with Rails Authentication Generator Discussion
4
General
this is a great resource for Rails developers looking to enhance their application's security and routing logic!
Michael replied
What is your dream app?
7
General
If you could build anything (think outside of the box), what would it be?
Things I'm working on that are fun to build:
* Whisper clone with material design UI for mobile and web
* Anonymous Micro...
Nested Comment Threads in Rails - Part 3 Discussion
12
General
Really great series, thank you for doing it. One question:
I have a comment form below the comments and it is not clearing out. However, when I move above the comments it does. Any thoughts?
Antonio Tate replied
ActiveSupport::CurrentAttributes Discussion
0
General
Migrating From jQuery to Vanilla Javascript Discussion
47
General
`document.querySelectorAll` looks like return an array, but in fact it is an object. It's important to keep this in mind in order to avoid some problems iterating the dom elements.
Dan LeGrand replied