how to debug this
anyone? https://roadrunneremails.net ?
hammersxo repliedanyone? https://roadrunneremails.net ?
hammersxo repliedHey everyone, I have an internal messaging system in Rails 6. I was wondering how can I add the logic for a button to block the user in conversation that I'm messaging with. My setup and details...
Ulas postedI got this working with javascript. <%= link_to "Get started", { id: "store-sign-up" } %> document.addEventListener("DOMContentLoaded", () => { var modal = document.querySele...
Samantha O replied • SolvedI have a static Jekyll site on my main Rails app in `/public/support/`. I would like to protect this site and only allow authenticated users to access it. Can I do that?
Dan Tappin postedHi - I built this simple app to practice with ActionMailer as I learn Rails (LINK: https://github.com/eleetyson/time-capsule). It works fine locally but when I deployed to Heroku, it seems that ...
Ethan Lee-Tyson postedHey! What's the context? I found with one of my apps, mp3 files were being uploaded to the server with different content-types... It turned out the OS and the browser was affecting them... On one ...
Simon Moro repliedHi there! I'd love to know if there's a straightforward way of implementing S3 accelerated uploads for certain users, with ActiveStorage. Essentially, I want my paid users to experience faster upl...
Simon Moro postedIs there a simple way to either extend the enum methods OR to override the current bang method? I have a lot of enum statuses that I update with bang. However, the rails enum bang method is writt...
Amie Walton postedanyone can help?
Chong Hwi repliedIt looks like https://github.com/ledermann/rails-settings/ might solve the 'easy defaults' element of this, but it appears there are issues with AA/Administrate... will keep investigating. Any oth...
David Lowry repliedI'm interested too
Jul Zyw repliedI'm looking for a way to protect source code using a license server. Since ruby is not a compiled language looking for any experience with compiling ruby using rubyVM or other means.
Peter vande Put postedProblem located, and resolved. The problem seems to have been 2 fold....first off, I didn't have a users controller....creating an empty one fixed the login/logout/signup behavior. Now I can e...
John replied • Solvedx2
Ángel Méndez repliedI deployed my rails 6 application but on 'cap production deploy', when the 'rake assets:precompile' is run, I receive the following error. ModuleNotFoundError: Module not found: Error: Can't resolv...
abdullah19100142 postedI struggled this for awhile as well. I figured it out with a free template from Creative-Tim and opened source the result. I also wrote up a blog post diving into the codebase here: https://www.din...
Tim Jones repliedI'm having trouble setting up S3 to work with Active Storage on a Heroku environment. Would you mind sharing your setup, please?
Richard C repliedFantastic, thanks for the tip Chris! Cheers, Marcus
Marcus S repliedWith ps ax I get the following list of processes. How could I identify the process? PID TTY STAT TIME COMMAND 1 ? Ss 1:10 init 2 ? S 0:00 [kthreadd/797067] ...
Herbert Schmoll replied