impress/config/environments
Matchu e22809deb3 Disable some unused Rails features
I noticed when running `rails routes` that there's a lot of routes for
major unused Rails features, like storage. I didn't look deeply enough
into ActiveStorage to know if I was risking accepting arbitrary file
uploads, I just figured, if I disable it (which simplifies the app
footprint anyway), then I can be certain! So, goodbye!
2023-11-11 15:12:41 -08:00
..
development.rb Disable some unused Rails features 2023-11-11 15:12:41 -08:00
production.rb Disable some unused Rails features 2023-11-11 15:12:41 -08:00
remote_development.rb handle contribution for now-unused swf 2010-11-15 16:44:57 -05:00
test.rb Upgrade to Rails 7.1.1 2023-10-25 15:05:31 -07:00