There are no Phusion Passenger-served applications running whose paths begin with '/path/to/app/directory'
Solved this issue and a permission denied on Passengerfile.json with chmod o+x $HOME
Eloi Riera Lanau repliedSolved this issue and a permission denied on Passengerfile.json with chmod o+x $HOME
Eloi Riera Lanau repliedTo make that editor work in any way shape, or form I had to add following line to the head in the application.html.erb
Patryk replied[alert] 104403#104403: *538 Error opening '/home/deploy/app_name/current/Passengerfile.json' for reading: Permission denied (errno=13); This error means that the Nginx worker process (PID 104403, r...
zain repliedAn alternative to handling the Pagy::OverflowError is setting the Pagy::DEFAULT[:overflow] to either :empty_page, or :last_page https://ddnexus.github.io/pagy/docs/extras/overflow/
George Kurobara Benjamin repliedWhy does the chart disappear when an unauthorized user tries to click edit? Anyone else noticed this?
George Kurobara Benjamin repliedgem "solid_queue", github: "basecamp/solid_queue", branch: "cron-job-take-2" gem "mission_control-jobs", github: "basecamp/mission_control_jobs", branch: "support-recurring-jobs" bundle install fa...
B Bose repliedAs of writing this - on Aug 3rd 2024 - I did not have to add a platform to launch on render. In other words, I did not have to use this line bundle lock --add-platform x86_64-linux
Jeremy Watt repliedVery helpful!
Jeremy Watt repliedThis version is a bit shorter. while number > 0 number, remainder = number.divmod(BASE) result.prepend(CHARACTERS[remainder]) end
George Kurobara Benjamin repliedI would love a tutorial on creating an affiliate program... Anyone have any gems they can recommend?
Brent C repliedAha...and I needed to watch this for the last step: https://gorails.com/episodes/trix-editor?autoplay=1
davidlbean repliedGlad you enjoyed it Tony!
Chris Oliver repliedwhat should I do if I get the standard error when I run Bunny.new.sync?
qualityvnr repliedhttps://dev.37signals.com/globals-callbacks-and-other-sacrileges/ There is now a blogpost about it
Patrick repliedHey This is a great move. Manual edits to configuration files can be prone to mistakes. Automation will ensure consistency and save time.
Sidney Gregory repliedHey Francisco. Just ran into this myself, not sure if you are still looking into this, but my problem was with a render call I was making in the controller Bad syntax: render turbo_stream.replac...
Jake Smith repliedHaving trouble setting this up on my Rails 7 app. A tutorial would be very helpful! Some goofball is using a bot to clog up my db with fake users. I've got him throttled to one a day, but it's quit...
Thomas Connolly replied