
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

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