Storing access/refresh tokens for application level API
1
Rails
I am working on an application that integrates with Keap (a CRM). The integration with Keap is at the application level in that it only connects to one Keap account, and isn't a connection per user...
RJ McCollam replied
Rails 6 webpacker with theme implementation error.
0
Rails
I am creating one rails application with the latest version 6.1.3 and ruby version 2.7.2. I have one old theme and I want to integrate it into my application.
But somehow I can not able to integra...
bhadresh chotaliya posted
How to disable TURBO_STREAM for the `form_with` helper?
1
Rails
I want to incrementally start Turbo on my app but when I enabled it it has broken all my forms. How to disable it from `form_with` in order to be able to incrementally update my app?
Pedro Fernandes Steimbruch replied
Solved
Rails 6 + typeahead.js
1
Rails
Rails 6 + typeahead.js this is real?,
it doesn't work for me
0agautam replied
How to resolve 403 Forbidden error when rendering sign-up view for admins?
1
Rails
Is there a way to resolve 403 Forbidden error when rendering a sign-up view for admins? This issue does not happen to the user sign-up views.
I am using Rails 6.0.3.5, Ruby 2.7.1 and Devise 4.7.3....
Alfred Montalvo Jr replied
Solved
Question about SQL Queries and my routes
0
Rails
## Hello
I'm a beginner on Rails and I have questions about my forum project.
I have some Categories which can contain many Themes. And Themes can contain many Topics
Here is what I want with m...
Neb19 posted
Rails ActiveAdmin reset password token is invalid
0
Rails
I have a Rails API with ActiveAdmin, using this tutorial as a base to get started: https://blog.heroku.com/a-rock-solid-modern-web-stack
When a user chooses the 'Forgot your password?' link in the...
Terence Devine posted
How to Reduce Ruby on Rails Maintenance Cost?
0
Rails
Need to know how can one reduce ruby on rails maintenance cost.
Katy Slemon posted
How do I send Stripe payment invoice only for paid subscribers not trial subscriptions.
0
Rails
Hi, im new to RoR and I have a working system that is sending invoices via email. But I would like to exclude trial subscribers from getting the $0 invoice in their email. Payments being handled wi...
Fungayi Makoni posted
Rails install error
0
Rails
Hello,
I am using the Ruby version 2.7.2 and while installing rails I got these error -
ERROR: Failed to build gem native extension.
So, please can anyone help me.
Thank you,
Neha
Neha posted
Rails 6.1 Active Text Javascript errors
0
Rails
I am making an article section in my Rails app. For this reason I thought Active Text would be a good idea. I have added it as per the Rails Guides as per https://guides.rubyonrails.org/action_text...
Tom Dringer posted
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
Validation errors on model available in the controller but not in the view - help please?
1
Rails
I've got a password reset form setup that is not displaying any errors at all and it's killing me. If I input a password (but no confirmation) -- I expect to see 2 errors.
Those 2 errors are in t...
Iain replied
How to send a file to front-end from Rails server deployed in heroku ?
1
Rails
I have a Rails application with React in the front end and deployed in Heroku.
I am trying to send a file from the server to the browser side. I did saw the Rails "send_file" but it makes use of R...
Mads Obel replied
sending the simplest of emails? (ruby or RoR)
1
Rails
(newbe)
Am I missing something very basic, what does it take for me to send a simple email with 'hello' to my personal inbox in ruby (or Rails)
in php it's this simple : mail("someone@example.com",...
Chris Oliver replied
Strategy To Track Progress For Completed Nested Lessons
3
Rails
I have models for _Curriculums_, _Chapters_ and _Lessons_, and would like to track _Progress_ for the user.
_Curriculum_ -> has_many :chapters
_Chapter_ -> has_many :lessons, belongs_to :cu...
Sean replied
Solved
Upgrade strategy from Rails 4.2.4 to 6.0.3.4?
1
Rails
Background :
I started learning ruby & rails back in 2016. Built a fairly decent project as a self-learning project. Got busy with other stuff and didn't touch ruby or rails until this Decembe...
Chris Oliver replied
Solved
How do i resolve this error
0
Rails
Whenever i run this command
gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 \
7D2BAF1CF37B13E2069D6956105BD0E739499BDB
It shows an error: gpg: keyserver re...
Rubal posted
I need to create a separate link for showing the comments for a particular post.
0
Rails
I do not have a clear idea between the controller and the views. Also I dont have the Idea for the def show etc in controllers. Please reply me ASAP.
Thilak S posted
NoMethodError in TweetsController#create undefined method `publish_at' for nil:NilClass
0
Rails
I am new at rails and just complete Chris tutorial in gorails.com => schedule_tweets. But I could not send any tweet , I did the UTC modification for america/brasilia, when I make a schedule twe...
Adalberto Caldeira posted