Setup MacOS 14 Sonoma Discussion
is this step still needed? Mac OS Sonoma 14.6.1 sudo installer -pkg /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg -target / 18:26:51 instal...
Emilio G repliedis this step still needed? Mac OS Sonoma 14.6.1 sudo installer -pkg /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg -target / 18:26:51 instal...
Emilio G repliedReally enjoying the Turbo stuff, thank you!
Samuel Couillard repliedNot sure if I missed anything, but it does not use the Rails cache store by default, so I need to set it manually. ```ruby rate_limit to: 4, within: 1.minute, store: Rails.cache ```
Jay repliedGlad you found it so!
cjilbert504 repliedRaise your hand if you're guilty of making this mistake in the past. 👋😬
Chris Oliver postedGood Lesson
Ever Ponce repliedThat's probably a bug in the UserAgent bot check I would imagine. https://github.com/rails/rails/blob/v7.2.0/actionpack/lib/action_controller/metal/allow_browser.rb#L88
Chris Oliver repliedUsers need to be able to upload videos and these videos need to be able to be played inside the application. I'd prefer the the videos were not public, I was told that Youtube had the ability to c...
Mike Cannon repliedplease update this video series so people know it's not the way to go and they don't spend time on it.
don mclamb 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 replied