
Watched the video- One Time payments with Pay and Stripe- (embedded), Form never loads....
4
Rails
HAS anyone been able to get STRIPE EMBEDDED PAYMENTS working?
I followed Collin's course to the T, but when I get to the point where the stripe form is supposed to be inserted into my DIV on the Ap...
Jon Roock replied

ShareMeow Discussion
0
General

Rubygems Trusted Publishing Discussion
0
General
As more and more vulnerabilities like "xz" with Linux happen, reproducible builds and releasing processes like Trusted Publishing that the Rubygems team has built will be critical. I mean, how many...
Chris Oliver posted

Install and Running Whisper.cpp from Ruby Discussion
0
General
When I try to run whisper.cpp after I added to my path I got `zsh: permission denied: whisper.cpp`
Vinicios Wentz posted

How to use Stripe Checkout in Rails Discussion
24
General
Thank you so much!
Aaron replied

how to add a forum template to ruby on rails?
0
Rails
I'm new to ruby on rails (I'm more used to PHP) and I'm wondering how to add a dynamic template (made of HTML, JS, and CSS) and integrate it. can I just add it to views or do I have to use the gene...
chickencommander123 posted

No route matches [GET] "/auth/facebook"
1
Rails
Hi folks!
I am just starting to learn Rails, I want to make a simple OAuth Facebook login and display it after a successful login.
I always got No route matches [GET] "/auth/facebook" and can't fi...
Henry Augustianno replied

How do I create a gem for my ViewComponents that include Stimulus?
0
Gems / Libraries
Can anyone point me at a guide or tutorial that will help me built a gem that does the following:
- Allows me to have my ViewComponents
- Styled with Tailwind
- Interaction with Stimulus controlle...
Mark Stephenson posted

Remember Me in Devise fails to Login User
2
Gems / Libraries
If I don't use `remember_me` option, it works perfectly fine. The app flows as expected.
However, if I check `remember_me`, it will login in as expected, redirect me to a protected page, which wi...
Szedmák István replied

Webpacker Javascript Embed Code Snippet & Scoped Styles Discussion
10
General
@Chris Oliver, Nice series tutorial. I really enjoy this series of tutorial.
If you have time and If you will convert this embeddable series with React JS then it would be nice. I like your tutoria...
David GEISMAR replied

Setup Ubuntu 24.10 Oracular Oriole Discussion
0
General

Dedicated Servers i want rent 100
3
Servers
Dedicated Servers
CPU 16 cores, 3GHz or higher, example AMD 5950x
128GB RAM or more
1TB or more NVME SSD
500 Mbps+ channel, 100TB/month traffic
Wishaway Mike replied

Sharing Passwords Between Users Discussion
3
General
Hello ROR developers, anyone facing a error when try to delete a user that you share a password ?
----------- code
def destroy
@password = current_user.passwords.find(params[:password_id]).des...
Aaron replied

Video Hosting API Client from Scratch Discussion
2
General
bunny is an amazing video hosting service, i wish there's more content for bunny and tus 🙏
Carl Tanner replied

Cómo actualizar PostgreSQL 13.12 a 13.14
0
Databases
Buenas estimados, quisiera saber cómo actualizar la versión 13.12 a 13.14, actualmente apliqué sudo yum update postgresql13, si embargo actualizó y ahora me devuelve lo siguiente, pero sigue en la ...
Isaac Rodríguez Varela posted

Virtual Attributes And Attribute API Discussion
15
General
Nice. I'd love to see an screencast with the ActionCable feature
Allen Arlene replied

How to add Notifications to Rails with Noticed Discussion
35
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...
Alan Kirk replied

Active Storage Validations Gem and Active Storage problems in nestted params
2
Rails
gem active_storage_validations 1.0.3
I have two models with **"has_one_attached :image"**, 1 model is created with a form, and the second model is created **"after_created callback"**, when i try t...
wtfchamp replied