Ryan Williams

Results 12 issues of Ryan Williams

For processing files in active storage. example: https://github.com/rails/rails/blob/main/.devcontainer/Dockerfile#L24

# References * https://tailwindcss.com/docs/installation * https://tailwindcss.com/docs/guides/ruby-on-rails * https://github.com/rails/tailwindcss-rails * https://github.com/rails/cssbundling-rails * https://www.honeybadger.io/blog/tailwind-css-rails/ * https://www.reddit.com/r/rails/comments/s5d4tt/importing_css_with_tailwind_and_esbuild_in_rails_7/

This repo is currently focused on getting a local development environment up and running and is not fully ready for production deployment. ## Options to consider: - [x] separate production...

Migrate from sprockets to Propshaft ## References https://world.hey.com/dhh/introducing-propshaft-ee60f4f6 https://github.com/rails/propshaft/blob/main/UPGRADING.md ## Issues - [ ] actiontext.css not being preprocessed - [x] dartcss not supported on Docker for mac M1 (https://github.com/rails/dartsass-rails/issues/3) ```...

Been trying out inky on a non-rails project which leverages ActionMailer, but the performance loss is too great at the moment. With the programmatic access for both inky and premailer,...

Configure and document deployment on - [ ] Heroku - [ ] Render - [ ] Fly.io - [ ] Digital Ocean - [ ] AWS - [ ] GCP...

References: * https://dev.to/coorasse/rails-7-bootstrap-5-and-importmaps-without-nodejs-4g8 * bugs: https://stackoverflow.com/questions/77725755/segmentation-fault-during-rails-assetsprecompile-on-apple-silicon-m3-with-rub

~https://mrsk.dev/~ MRSK is now Kamal https://kamal-deploy.org/ - https://github.com/basecamp/kamal/pull/423 related: https://github.com/ryanwi/rails7-on-docker/issues/153 https://github.com/ryanwi/rails7-on-docker/issues/192

REF: https://github.com/rails/rails/pull/48950

I have a 3 node kafka cluster running 0.8.1.1, recently updated from 0.8.1 and noticing now that producing from Ruby/Poseidon is having trouble. If I'm reading correctly, it appears that...