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 repliedI have attachment system inplace and thinking to integrate active storage with existing associations, I have polymorphic association and had_many through association, where as active storage using ...
sam postedReally enjoying the Turbo stuff, thank you!
Samuel Couillard repliedThe application.html.erb change didn't post in my original question - here it is body class="prose prose-p-0 prose-max-w-none mx-auto"
Mike Cannon repliedGetting Started with Dev Containers: https://guides.rubyonrails.org/getting_started_with_devcontainer.html Maybe because I'm not using VS Code, I had to do it differently
Greg S repliedI recommend using a library like Dropzone.js or Uppy.js for multiple file uploads with a nice JS interface. These libraries make it easy to drag and drop files, show progress bars, and handle file ...
democra cyoverall repliedGlad you found it so!
cjilbert504 repliedI think the page can be indexed through this link [happy wheels](https://happy-wheels.co)
formalexclusive 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 repliedSolved this issue and a permission denied on Passengerfile.json with chmod o+x $HOME
Eloi Riera Lanau 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 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