How to manage and run Maintenance Tasks for Rails in Production Discussion
Great video. Instantly love this gem! Had a task running in less than a few minutes which is great. Only problem I can't seem to find info on.
How do I authenticate/authorise this with pundit?
Ap...

3
General
Search Filters with ElasticSearch Aggregations Discussion
To anyone looking for more info about how to work with associated models, here is:
Item.rb (model):
```
# Relations
belongs_to :brand
## many-to-many relations between Items and Text...

22
General
Confirm not working with rails (version 6.11)
I have posted question on stack overflow regarding confirmation in rails .Can any one guide me through?
Here is the link to that question:
https://stackoverflow.com/questions/71825780/confirm-not...

1
General
Rails 7 with esbuild application production deploy failed
To help you debug faster, you can pretend that you are Capistrano, so SSH into the server, and run every command that Capistrano would run, in the correct order.
Your latest error suggests you are...

6
Rails
How to solve a status 308 with Action Mailbox?
It was because I was using http instead of https in my Sendgrid's url

2
Rails
Devise and Hotwire
I'm having the same issue and still looking for a solution - did you solve the problem?

2
Rails
Rails Association Question
I think there are multiple asks here.
Let's tackle your wish to return c.manufacturer, c.model, c.sub_model.
For only that perspective, the naive implementation is to have fields in the car tab...

2
Rails
Transitioning from JAVA to Ruby On Rails. How do I go about it
hello

4
General
Hotwire Not Working Inside of Namespace
This seems like an easy fix, but I am not sure why its not working. I have an admin dashboard using Hotwire, but I can't seem to create records for my gym model (There are no errors, and it will wo...

1
Rails
Rails for Beginners Part 26: Table Plus Discussion
Please help: The name, username and image values in the twitter_accounts table is NULL for me, suggesting the omniauth request is returning nil for these fields. The token and secret fields have po...

6
General
How do I use Rails.ajax() method
My web console is giving an error message that "Rails.ajax is not a function". I'm following the tutorial on Drag and Drop Sortable lists at https://gorails.com/episodes/rails-drag-and-drop-sortabl...

1
Rails
How to integrate google-drive Api with ruby application?
Hi raghavendra, you can use google_drive gem for this and get the documentation link from description.

2
Ruby