rubyatscale / packs-rails

packs-rails establishes and implements a set of conventions for splitting up large monoliths.
MIT License
268 stars 26 forks source link

Docs/fix for rails 6.0 #66

Closed sgringwe closed 12 months ago

sgringwe commented 1 year ago

Hoping to contribute some small improvements related to rails routing on older rails version 6.0. I ran into a few errors in a rails 6.0.x app, hopefully this saves some pain for others.

https://github.com/rails/rails/blob/6-1-stable/actionpack/CHANGELOG.md and https://github.com/rails/rails/pull/37892/files

The errors I got were:

Open to feedback on approach

sgringwe commented 1 year ago

@ngan ptal!

sgringwe commented 12 months ago

@ngan @technicalpickles ptal :)