Question: How do people seed data in their development environment? Do you put it all in seeds.rb or do you reserve that for only the data needed to get the app running and use a rake task for other dummy data?
Thanks to @fastrubyio for the reminder that its perfectly fine not to use webpack/webpacker on older versions of Rails...useful when upgrading legacy apps! https://t.co/WhqJxSMCVf
On a run of customer experience/UX/UI books lately and came across this quote. The question of the day is how to make it part of your company culture and process!
@ryanrfrisch@Fiona4661 Even if you want to use tools like `importmaps`, `cssbundling`, and `jsbundling` (starting with #Rails6), you should be able to without even touching `webpacker` #ProTip
@fastrubyio On a journey to upgrade Rails from 4.2 -> 7...I don't want to deal with setting up Webpacker with Rails 6 since its not needed in Rails 7. Advice on how to approach this?
If you're building a CRUD heavy admin style app, what should every interface have? Search, sort, filter, export come to mind...soft delete, bulk edit, audit history could be next level...what else?