Why is github permission denied after adding deploy keys?
1
Rails
I followed every single tutorial, and tried multiple different methods of authenticating my server's access to the github repo. All of it results in the same error, permission denied.
Last few li...
Jamie Crone replied
Solved
Ruby on Rails with Postgresql database
0
Rails
I am new to ROR & Postgresql database. I am trying to create a ROR API Application with Using Existing Database for my development. i want to know how to achieve the same. I referred many sites...
balaganesh posted
How do I search through associations with searchkick (elastic search) together aggregations
0
Rails
Hello folks,
I’m trying to do a search query through an association. Here’s what I have.
I have Property model which has_many :characteristics, as: characteristicable on one side. On the other si...
Owen posted
delete not working after using webpack
0
Rails
I have a rails 5.2 app, which run in a good way. After I followed the lesson about real-time group chat and used web pack, all the delete methods in my app are not working now. What are the possibl...
yy00809 posted
Stripe connect issues
4
Rails
I am currently working on integrating stripe connect to my app but it isn't working. I don't get any errors when I run it and it asks me to create an account and redirects back to the website but w...
Fatumata Jalloh replied
Solved
How to just receive emails through action mailbox?
0
Rails
Hi, I am currently testing and setting up an email service system.
**I just need to be able to receive emails , but no need to send email.**
1. my dns `mail.xxx.com` is ping successful, it can g...
Sylor-huang posted
I need help
0
Rails
Hello, the server that I hired made an update from Ubuntu 26-04 to 20.04 and since then I can no longer upload my project, I get the following errors:
2021/04/17 03:33:26 [error] 69263#69263: *5 "...
Miguel posted
How Do Determine If Is By Same User
0
Rails
Hello,
I am building a app with comments. I want to implement the feature where you don't show the avatar as long as the previous comment is by the same user. Like how Skype does it.
How can I achi...
Suleiman Nassor posted
When clicking on "update" on edit profile page, rails deletes the user instead of updating data to database
1
Rails
Hi, I am new to Rails.
Can anyone help me with this issue?
karatepicke replied
Rails repeats Webpacker packages if I go backwards (OwlCarousel, DataTables)
2
Rails
Hello there.
I've got a Rails app that repeats packages if I go back to the page that's supposed to render them.
For instance, my OwlCarousel with two images will multiply and have the carousel n...
cratag replied
Solved
gem administrate
0
Rails
ActionView::Template::Error (uninitialized constant ActiveStorage::AttachmentDashboard):
17:
18: <% if field.linkable? %>
19: <%= link_to(
20: field.display_associat...
chedi posted
Create Customer Url
2
Rails
Hello @chris and fellow members. I am new to rails and I was seeking help on how to create a url like "mydomain.com/5047315/projects/21789643 where is *5047315* the user account number ?
Regards,
...
karatepicke replied
Solved
How do i make a Courses - Chapter - Lesson Nesting!?
0
Rails
Hi all,
im new to Ruby on Rails and new to GoRails. I try to connect 3 tables.
My Models:
**Course.rb:**
class Course < ApplicationRecord
has_many :chapters
has_many :lessons, through...
Corlett Nils posted
Getting NoMethodError while calling method from Model_name.rb
0
Rails
I am testing a model class method from 'rails console' called "progress" which is inside class 'Okr' as 'Okr.progess'. But getting NoMethodError (undefined method `progress' for Okr (call 'Okr.conn...
deepkhajanchi posted
Using the Freshdesk/Freshdesk Widget with Turbolinks
0
Rails
Hello,
I’ve been using the Freshdesk widget on my production app for a while now. I want to be able to pre-fill a user's email address as well as automatically set the ticket priority for my paid ...
Nadia posted
How do I implement advanced search?
0
Rails
Hi all,
I'm currently working on re-building a search feature, we have a basic search and an advanced search, I have a basic text search form working for the name, however, I can't seem to get an ...
Ben John Bagley posted
Trying to understand Redirect back to current page after sign in, sign out, sign up, update DEVISE
0
Rails
I am aware of these guides:
- [https://github.com/heartcombo/devise/wiki/How-To:-[Redirect-back-to-current-page-after-sign-in,-sign-out,-sign-up,-update]](https://github.com/heartcombo/devise/wiki...
Leon Entrup posted
How do I listen for dropdown changes in a collection_select field using Stimulus?
1
Rails
I found this issue on SO which pretty much is my issue:
https://stackoverflow.com/questions/63964037/cant-make-stimulus-js-data-action-in-collection-select-rails-6
But I can't make that solution w...
Nicolás Kruk replied
Solved
How do I access the Google Adwords API to build custom reports for my clients.
3
Rails
Hey! Just looking to learn how APIs work - and how I can access the Google Adwords & the Google Analytics APIs to get data from them and create custom reports for a client. New to APIs - so jus...
DartManson replied
How do I filter records through other models
1
Rails
Desired result:
I want 2 things:
In my list of aggregation links I want to be able to add the aggregation of property characteristics (e.g., properties with a balcony), property type (e.g., villa...
Owen replied