
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

Active Storage and Subdomains
3
Rails
I have a simple app for photos and wanted to make it a subdomain of a domain I own and use. It would be https://photos.com This seems to break active storage however. Has anyone else ran into a sim...
Chris Oliver replied
Solved

How do I send params from Rails Ajax to the controller???
5
Rails
I am trying to send all the params from the form into my controller after a promise
my params include :name , :email , :address_line1, :address_city, :address_state, :address_zipcode, :address_cou...
Chris Oliver replied
Solved

How to set up Email newsletters
0
Rails
So this is less a question on how to set up integration with sendgrid or mailchimp, and more along the lines of how would you go about creating an admin setup to create dynamic newsletters without ...
Alex Deering posted