How to implement e-wallet system in rails?
3
Rails
I will be working on a booking system where user can pay booking with wallet credits. User can load credits via paypal payment. Is there any existing gem or project doing this? Any pointers would b...
techanicinfotech replied
Rails7 Rest API authentication
1
Rails
Good day Devs, I'd like to inquire about the most secure and effective method for integrating #API authentication in #Rails. Specifically, I'm comparing the options of using devise and devise-api...
Marianyatt replied
installation of rails in ubuntu 18.04 at windows 11
3
Rails
$ asdf install ruby 3.0.0
To follow progress, use 'tail -f /tmp/ruby-build.20230709161531.2745.log' or pass --verbose
Downloading ruby-3.0.0.tar.gz...
Installing ruby-3.0.0...
BUILD FAILED (Ubuntu ...
teroco replied
Devise
9
Rails
I watched the Gorails Rails Password Reset 2 part video for password reset. My question is my devise setup only create encrypted_password, and reset_password_token, not password or token columns. C...
paxtonleiny replied
[ActiveRecord::RecordInvalid - Validation failed: Blog must exist]
6
Rails
Hi,
trying to sort out this error for a while now, no luck.
I get this error above when adding a new comment for a blogpost. The blog is clearly there. Any insight would be much appreciated.
_...
Solved
CanCanCan, Pagy, and MeiliSearch, How to combine the 3 gems?
5
Rails
I'm working on a project that has Cue model that could be accessed and searched by multiple roles like guest and admin. The authorization happens using CanCanCan gem based on some logic written in ...
Ali Hamdi Ali Fadel replied
Paypal & Stripe
12
Rails
Hi Chris - I just finished your Stripe course, which works great, but my client also wants the PayPal option. I am just wondering if you could share some insight on how you did it on your site?
Al...
lordelaula replied
Rails 4 ActionMailer Issue
0
Rails
I have created a rails app for booking cabs online. I want my app to have the functionality of sending emails to users once their booking is confirmed. For this, I am following Ryan Bates railscas...
Nikhil Sharma posted
How do I add embedded youtube video to a text field within active admin with simplemde markdown?
3
Rails
When I add the Youtube embed code. It displays it as a string on the front end.
The idea is that I could make this simple enough for the user updating the post to add the embed code easily themsel...
Is there a beginners course?
7
Rails
Hi I've searched but I cant find a beginners to rails course, am I being blind? Thanks
Active Storage Rails 6 API unable to insert to active_storage_attachments table
1
Rails
I am creating API endpoint for active storage with reactjs. My upload controller is as follows:
The code belows execute:
insert blob object in active_storage_blob - ok
Uploaded file to the design...
garxu21 replied
Business page with cms
5
Rails
Hello,
I'm a beginner rails developer. I wanna do a business page for my friend. The task is to have a business page with cms to management a content, but in this cms admin user should have been a...
Rails Routes
0
Rails
https://guides.rubyonrails.org/routing.html#using-resolve
what is the use of Resolve method in routes can anyone explain with good example?
any tutorial video link if available for explanation
Jay Kava posted
Architecture Question - Connecting google books API and voting on favorite book
4
Rails
Hey guys,
I am using the Google books API to pull books and show them on my site. This is working great. However, I want to be able to allow users to favorite books they want to remember and als...
NoMethodError in ImagesController#import
0
Rails
Good Day , I have an error while upload csv file into my webpage Error NoMethodError in ImagesController#import undefined method `import' for Image:Class Iam fresher into the ruby on rails plz help...
Vikram posted
**ActiveModel::UnknownAttributeError in ExcelsController#create**
0
Rails
Good day ,im usings ruby on rails (version 3) im trying to upload a image on my webpage but i keep on this error ActiveModel::UnknownAttributeError in ExcelsController#create , This is my first pro...
Vikram posted
Implement Authentication Service in Rails
2
Rails
Hello,
I'm currently looking for options to create some form of authentication service based on Rails.
I've got several microservices like app1.site.com app2.site.com and app3.site.com and I woul...
holliweb12 replied
Rails API backend with Electron Frontend
5
Rails
I'm working on a SaaS platform that will be heavily API driven with a React or Vue front end. But there's a requirement for a desktop app to give the customer something "tangible" to hold in their...
kavuquj678 replied
How do I return an ActivateStorage blob URL in JSON
2
Rails
In our system we are sending webhook to an endpoint with serialized JSON for the object JobApplication.
The JobApplication has a resume attached using ActiveStorage. ( has_one_attached :resume)
Ho...
Rails App configurations for AWS CodeBuild
1
Rails
I have a rails application that is deployed on `AWS EC2 instance` with `CodePipeline`. I have added the `Build` stage in the pipeline using `AWS CodeBuild` to build test my code.
I have no idea ab...
skooby replied