
How I connect the rails 6 application to the angular latest version
0
Rails
Hi guys,
i am jaypal kadam, i have trying from week to connect angular 9 with rails 6 but i cnat ablee to do that , please anyone help me
Jaypal Ramkishan kadam posted

Can I use the has_many :through association to link tables, with more than 3 tables involved?
0
Rails
Hi all! Hope you dont mind a newbie question...
I need to categorize questions to several levels:
Subject
Book
Chapter
Section
Subsection
Minisection
Question
So Subject has many Books , Books h...
Dave Castellano posted

How to display and order model result with Ahoy::Event?
0
Rails
hi all,
I’m stuck with Gem Ahoy.
In my rails app, i have a Room model, each Room has many subject.
After installing Ahoy, i succeed to display the Ahoy::Event result (=number of views) for each...
Basile Marquefave posted

monitoring rails performance
0
Rails
Hello everybody,
I want to share my gem https://github.com/igorkasyanchuk/rails_performance to monitor performance of Rails applications.
It's similar to NewRelic or Datadog, but it's not sending ...
Igor Kasyanchuk posted

Phusion Passenger error on Hatchbox
5
Rails
Hello,
I have just deployed my app successfully on Hatchbox. Its works perfectly but when I try to access a page via activeadmin, I get this error and I definitely don't understand it nor what do....
Houssein abil replied
Solved

How do I resolve this syntax error
2
Rails
Hi guys,
I have this error and I don't understand what the error is. I'm using Rails 6
syntax error, unexpected tLABEL
stripe_id: customer.id,
^~~~~~~~~~
/vagrant/Rails/stripe-test/ap...
Jim Miller replied

Cloned my project from Git and now have an Error accessing credentials.yml.enc
4
Rails
Hi all,
I cloned my project to my laptop but when I try to access credentials.yml.enc with rails credentials:edit, I get this error:
***Couldn't decrypt config/credentials.yml.enc. Perhaps you pa...
Jim Miller replied

PAGY with Rails API Only
2
Rails
Hi All,
I've built a Rails API and have a separate Nuxt/Vue app for my front end. Looking to add server side pagination with Pagy and was wondering how i best to call the next 'X' number of result...
Tim Dowling replied

Is there a service to handle inbound emails?
0
Rails
Hi community :),
I coded an application manager where I can save all details about an applicant.
But very often I get applications via email. I want to handle inbound emails. When someone sends me...
HannesMatthias posted

How do I add a new input to a form using AJAX
0
Rails
Hello!
I'm trying to replace a Flatpickr input in a form using AJAX.
I have to do this because Flatpickr does not currently support dynamic update of its attributes
I can't find a way to pass the...
Romain posted

Heroku deployment failing
0
Rails
I am trying to deploy this app to heroku. i get this error with the precompiling asset pipeline. I tried removing jquery from my Gem file but the error persists. log:
...
remote: Installing...
Hassanelashram posted

How long will Rails 5 be supported?
1
Rails
I'm sorry if this is the wrong place for this question, but I wasn't sure where else to ask. Is there a timeline for how long Rails 5 will be supported?
Chris Oliver replied

Capistrano, puma staging env keeps using production secrets
1
Rails
Question:
When we run `bundler exec cap staging deploy` the application is still trying to pulling secrets for Production and not Staging. How can we debug this process to find why the application...
Chris Oliver replied

How do I handle the validation of associated objects?
0
Rails
I have a blog applications, in which user has_many blogs, blog has_many notes written by the user. And we have a note_relations(mapped to NoteRelation) table to keep the relation of two notes, if t...
jwjwy posted

Suddenly all JS Files concatinated in development
0
Rails
Hi all,
I encounter a strange problem in my Rails 5 project. Suddenly all JS-Files are concatinated (but not minified) to one debug-application-xxxxx file.
Before when worling in development enviro...
Andreas Ulrich posted

Model/concerns question
6
Rails
Hi. I am learning ROR on my own (no formal programming trainng) so this may be a question with an obvious answer but i'm stuck and the answer will help me understand how to call concerns. I have ...
Chris Oliver replied

Display non-image attachments with Trix/action_text
0
Rails
I've got the barebones functionality of Trix working ok... The editor displays ok and text and images display as expected. But when I drag and drop a PDF (for example) I can see in the editor a sma...
Nelson Casanova posted

How do i track or list online users with rails?
0
Rails
How can i track or list online users in rails?
3DWaffle posted

Looking for a secure place to store scanned tax forms
2
Rails
I am looking for something like Cloudinary that I can store w-9s that would be filled out by contractors. They get scanned and need to be stored for access at the end of the year. Do you think clou...
Jeff Wolfram replied
Solved

Hatchbox deployment questions
20
Rails
Im launching my app and using your Hatchbox service to help. I was planning on using digitaloceans managed database and wondering how that works with hatchbox and if I need to change anything in m...
Alex Deering replied