Auto-removing notices from a turbo_stream

1
Rails
I am appending a notice partial via turbo_stream on a few actions for a model. I am running into an issue on figuring out the best way to remove these notices after a set period of time. The actua...
Tabish Iqbal replied

Deliver Later not working

1
Rails
Hi Guys, I have a rails app, and for some reason when I call deliver_later the emails aren't sending. When I test it with deliver_now it works fine. I have redis and sidekiq both running. TID-owq...
Monroe Mann replied

Articles has_many tags and tags has_many articles - best way to get tag names uniq

1
Rails
Hi! I have few models: Article, Tag, ArticlesTag ```ruby class Article < ApplicationRecord has_many :articles_tags has_many :tags, through: :articles_tags end ​ class Tag < Application...
Lee Ourand replied

Appdynamics with Api

0
Rails
I am not able to integrate the app dynamics with api , please suggest the some ideas

Where to get started?

8
Rails
Hey Go Rails, I'm new to the site and looking for a good starting point. I'm fairly new to ruby on rails and looking to cover gaps in my knowledge. As well as learn best practices and build so...
Jordan Brock replied

Can you csv import with additional form fields?

0
Rails
Say I have a form that some default information on a request. Start date, end date, access level etc. I want to be able to browse for a csv of employees that contains one field for each row the emp...
spacerobotTR posted

How do we get rid of "Exception: Network is down" aka ENETDOWN error?

0
Rails
We are using a rails API project which interacts with a DotNet WebApi 2 project. When I consume APIs in the DotNet API project using postman, I'm getting the response normally. But When I try to ...
Akhil Ankireddy posted

S3 Storage and Active Storage Images not showing

3
Rails
Hey Guys, I have S3 Storage all setup and things are workin as I am getting: ``` ActiveStorage::Blob Update (0.8ms) UPDATE "active_storage_blobs" SET "metadata" = $1 WHERE "active_storage_blobs...
Marvki replied

Having a problem to Paginate an iteration with Kaminari

2
Rails
I'm trying to paginate a result of an iteration using Kaminari. The pagination is showing well but its not cutting it into another page. All is showing on the same page even when I click on page 2,...
Solved

I am getting this "Rails ExecJS::ProgramError in Pages#home"

1
Rails
I am getting this "Rails ExecJS::ProgramError in Pages#home" error in browser, when i go to the root path which is pages#home. I am using windows 10. untill i dont add the bootstrap it works fine b...
cvlewis replied

How do I add a favicon in rails 6 through packs

2
Rails
How do I add a favicon in rails 6 through packs
Stéphane Paquet replied

Action Mailbox as an incoming SMTP service?

0
Rails
Hi everyone! First post and I'm stuck understanding Action Mailbox. I'm looking at building... basically an SMTP service, but not quite. I'd like users that signup: - be given a user/pass/port l...
Alan Tocheri 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 integration with Salesforce REST API

0
Rails
I want to map rails application data element to salesforce data element

Disable service worker?

1
Rails
Hi I have a brand new Rails app and it's making request to `/service-worker.js/`, resulting in some annoying `ActionController::RoutingError (No route matches [GET] "/service-worker.js"):`, while I...

Stimulus_Reflex Demo's - Populating Dropdowns from tables

3
Rails
So, I've spent about two days on this, Googling, watching many, many YouTube videos. So much that I'm on information overload - and obviously missing something. I've worked through the Stimulus.j...

Why is viewer_id 0 on every video?

4
Rails
The viewer_id always returns 0 after creating a video. A mentor creates a video with a user via hangouts. Mentor then creates the video on our website. Only the mentor and viewer should see the vi...

Secure an Open Rails API skiping the login process for thirdparties...best strategy

0
Rails
Hi there, I've got a Rails API that I would like to open to third parties. Basically I've got a platform where third parties can access it via API to retrieve a product list with name,category, st...
Eduard Garcia posted
Solved

Want to stay up-to-date with Ruby on Rails?

Join 89,509+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.