Search Results for "rails-security-best-practices"

Lessons





















Forum Threads

Authentication in 2021

2
Gems / Libraries
Devise seems to be very popular among the Rails communities and I was wondering why Auth0, Okta, Cognito (AWS) or Firebase, etc. were not that much used to authenticate and manage users in Rails ap...

Best way to start a rails project?

5
General
Hi i've been coding with rails selflearning with videos books and so on, (prolly not the best way to do it) but i'm wondering if there are few best practices to follow up. For instance, when i do ...
kriera replied
Solved

create.js.erb with Content Security Policy

0
Javascript
Hello, I'm researching best practices on implementing a Content Security Policy for my 5.2 rails app. I have a few `remote: true` forms that respond with `*.js.erb.` It's my understanding that thes...
computer_smile posted

API Authentication with JSON Web Tokens (JWT) and Knock Discussion

28
General
Nice tip. @Chris, you forgot push the changes on repository!
Tom Zmyslo replied

Advanced Caching with User Permissions and Authorization Discussion

25
General
A great episode again Chris! I wish you had released this one a week earlier though :). It would have made my life way easier. Could you tell me if there is any advantage of using meta tag like &...

Setup Ubuntu 16.04 Xenial Xerus Discussion

110
General
Don't use "ssh-keygen -t rsa", use "-t dsa", much safer and not owned by NSA.... ;-)
Someone replied

Setup Ubuntu 14.04 Trusty Tahr Discussion

237
General
thnx
Someone replied

integrating analytics

5
General
Hi Chris! I see GoRails is using segment.io for analytics. Could you recommend me a good resource on integrating segment with GA and mixpanel? There are too many approaches like javascript version...
Chris Oliver replied

Data Structure - Going back to the basic with Ruby

1
Ruby
Hi Chris,Could you help me with books, material, videos about Data Structure with Ruby? I have been asked a lot about it in the interview. I am rusty about it and there are tons of pieces about on ...
William Kennedy replied
Solved

Rails & Vue.js Trello Clone - Part 1 Discussion

34
General
Glad you decided to do this :)
don mclamb replied

Video Series on Security for rails?

1
Site Feedback
Is there any videos for best practice security routines for Rails? Things to do or not do so that your rails app isn't compromised by hackers.
Chris Oliver replied
Solved

How to use Stripe Checkout in Rails Discussion

24
General
Thank you so much!
Aaron replied

How to use Devise with Hotwire & Turbo.js Discussion

81
General
Hey Chris - If we are still using Webpacker, we just need to change data-turbolinks-track to data-turbo-track in our layout files? In your episode repo, you still have it as turbolinks. <%= st...

Multiple API integration

0
Ruby
Hey guys, I need some advice on the following task. I need to make an integration between 3 applications. The first application (Python) will provide some data to a second application (Rails) whi...
Kelvin Firmino posted

How should I deal with lots of images?

4
Rails
I have a Rails app that lets users select an invoice from a list of invoices. When selected a view of the image of the invoice is displayed with an image of the customer signature overlayed on top....
William Jones replied
Solved

How do I switch from 1 database to 1 database per client?

6
Databases
I have a multi-tenancy app where everything is stored in 1 Postgres database. All models have a account_id, so the data a customer can see is based on his account_id. This works perfect, but due to...
Ary Rabelo replied
Solved

Using the Trix Editor plus File Upload Attachments Discussion

52
General
Great vid, can this be done with the carrierwave gem?
Gabriel Ursache replied

Login with Facebook Discussion

30
General
Thanks for the video—it was great! I would love to see how you'd approach managing multiple OmniAuth strategies for a single user without Devise.…

Devise Masquerade as another User Discussion

24
General
Great video, can you explain more about the page.resources? where that is coming from and how it contains the user info for that method. Thanks
Someone replied

Free SSL with Rails and Nginx using Let's Encrypt

17
General
nice tutorial! exactly what i was looking for!
Aleksey Sizov replied