railsinspire
railsinspire copied to clipboard
A curated collection of code samples from Ruby on Rails projects.
From the build: ``` warn - The `purge`/`content` options have changed in Tailwind CSS v3.0. warn - Update your configuration file to eliminate this warning. warn - https://tailwindcss.com/docs/upgrade-guide#configure-content-sources ```
I should probably think on this a bit. There may be a need to let users immediately delete files, in case they shared code they shouldn't have. So, maybe there's...
Add public sample count (counter caches) on categories and users (look at using https://github.com/magnusvk/counter_culture)
I don't love the current URLs for samples and sample files: ``` /samples/4 /samples/4/files/11 ``` I wonder if I should generate some longer hash ID instead of using the primary...
Add custom OpenGraph images based on Sample details. Inspiration: https://github.blog/2021-06-22-framework-building-open-graph-images/ Is it possible to do this all with Ruby?