
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

How do you include Awesome Font 5 in PDF format rendering?
0
Rails
I'm using wicked_pdf gem for rendering show template view with PDF format.
But, unfortunately, awesome fonts were not shown but blank space.
Is any solution for this?
Thank you in advance.

Render :new form is blank
0
Rails
In my create method I have the following:
respond_to do |format|
if @purchase_agreement.save
format.html { redirect_to admin_purchase_agreements_path, notice: 'Purchase agreement was succes...
Amanda posted

installed ruby and then rails but unable to start local server successfully
0
Rails
how to address this:92:depot tesfaye$ rails server
=> Booting Puma
=> Rails 6.1.1 application starting in development
=> Run `bin/rails server --help` for more startup options
Exiting
/Us...
Tesfaye Mentor posted