rails7-on-docker icon indicating copy to clipboard operation
rails7-on-docker copied to clipboard

Working Rails 7 demo application running in Docker. No node.js or webpack required.

Results 25 rails7-on-docker issues
Sort by recently updated
recently updated
newest added

Bumps [bootsnap](https://github.com/Shopify/bootsnap) from 1.12.0 to 1.13.0. Changelog Sourced from bootsnap's changelog. 1.13.0 Stop decorating Kernel.load. This used to be very useful in development because the Rails "classic" autoloader was using...

dependencies
ruby

Bumps [pg](https://github.com/ged/ruby-pg) from 1.4.1 to 1.4.2. Changelog Sourced from pg's changelog. == v1.4.2 [2022-07-27] Lars Kanis [email protected] Bugfixes: Properly handle empty host parameter when connecting. #471 Update Windows fat binary...

dependencies
ruby

Bumps [stimulus-rails](https://github.com/hotwired/stimulus-rails) from 1.0.4 to 1.1.0. Release notes Sourced from stimulus-rails's releases. v1.1.0 What's Changed Upgrade to Stimulus 3.1.0 by @​dhh Precompile assets constant for opt out possibility by @​Exterm1nate...

dependencies
ruby

Bumps [importmap-rails](https://github.com/rails/importmap-rails) from 1.1.3 to 1.1.5. Release notes Sourced from importmap-rails's releases. v1.1.5 What's Changed Fix nonce attributes that were accidentally broken in PR #139 by @​rmacklin in rails/importmap-rails#143 Full...

dependencies
ruby

First! Thanks ryanwi for this repro. I figured this PR will get rejected, lol. However, IF anyone is out there looking for mysql version of this repro here you go!...

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) ```...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. This repository currently has no open or pending branches. ## Detected dependencies bundler Gemfile...