Adding Scheduled Blog Posts Discussion
The CSS for draft posts is working, but for some reason the CSS isn't being applied to scheduled posts. Works: Draft Doesn't work: Scheduled
Jonathan Lake repliedCurious about the opinions for others about the ease of managing javascript/styling with Rails 7.1
Are things working as you expect? Does anyone have any experience moving from Webpack to esbuild or importmaps? Have you done this with a non trivial application using various javascript libs and s...
Doug Mathews postedSetup Windows 11 Discussion
It helps. This is a nice article.
Kirui repliedHow to use Omakase Rubocop Linter/Formatter Rules for Rails Discussion
Usually, I used the auto formatter feature from Ruby Solargraph extension on VS Code and it will automatically read the rubocop.yml config and format the code based on that file. And I also combine...
Firman repliedSetup 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 repliedIntegrate ActiveStorage to existing association system
I 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 postedCustom Turbo Stream Actions Discussion
Really enjoying the Turbo stuff, thank you!
Samuel Couillard repliedUsing tailwind css in my rails app, patterned after your blog tutorial. How do I get rid of all the whitespace on each side of the page, I want to use the whole screen?
The 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 repliedDeploy rails 7.2+
Getting 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 repliedWhat is the best configuration for VScode for Rails Development alongside JS
I 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 repliedTracing Rails Console Command With Ruby IRB/Debug Discussion
Glad you found it so!
cjilbert504 repliedPing external website
I think the page can be indexed through this link [happy wheels](https://happy-wheels.co)
formalexclusive repliedHow to add Search in Rails using Meilisearch Discussion
How to use the Browser Guard in Rails Discussion
That'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 repliedRails app to upload and view videos?
Users 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 repliedRails & Vue.js Trello Clone - Part 1 Discussion
please update this video series so people know it's not the way to go and they don't spend time on it.
don mclamb repliedThere 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 repliedLink Pagination with Pagy Discussion
An 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 replied