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

Realtime Nested Comments: Part 1 Discussion

5
General
Amazing episode, Chris! Thank you so much for this!

http://localhost:3000/admin

2
Rails
Chris Oliver, https://github.com/vidosrd1/Dark_mode/ Dark_mode/config/routes.rb Srđan Vidović
hadbobolink replied

Devise and Turbo-rails

8
Rails
I've followed the guide for implementing devise with turbo-rails. It worked for few projects. But, when i tried to implement in new rails 7.0.4 project, the line render rendering_options is throwin...
EthanFinn replied
Solved

Dynamic Authorization Roles with Pundit Discussion

5
General
Well this couldn't have come at a better time! Thanks Chris!!! I'll be hiding the UI for creating and editing roles and providing at a higher price plan, there's a lot of value in this
Amir Aziz replied