**\[LE\]:** Thank you all for your kindness and suggestions. I got more content ideas than I would in a thousand years without asking you. Amazing community. I'll be publishing my content on Medium using the [Modern Rails publication](https://medium.com/modern-rails). Follow the publication if you want to be alerted when I publish my next piece or connect with me on [Twitter](https://twitter.com/cionescu1).
Hello fellow Redditors,
I'm working on a series of mega tutorial on modern practices with using Ruby on Rails. I'm planning to focus on building CRMs in the first batch with Active Admin, React and Stripe subscriptions. I have not decided yet what I should cover in the next chapters.
Would you be interested in reading these as they come out? Is there something, in particular, you would like me to focus on?
Error handling would be cool. Or general logging as well.
can you link/dm your YT so I can subscribe. I also use rails at work and some ruby apps. But I’d like to learn more.
I’d suggest sticking with Rails convention of using Turbolinks unless you really need a reactive front-end.
I’ll read/watch anything about:
– project directories organization for non-standard classes (commands, value objects, etc)
– production monitoring (sending logs to a service, how to make it feasible without a performance impact hit)
– ActiveStorage (both local storage and using other services)
Accessing files that you store using Active Storage. Not everyone uploads just images (i.e., avatars). For example, I store PDFs and learning to extract text from them was very difficult. I have it working now, but that’s because I talked to Rails developers as I found almost nothing useful thru the Google.
implementing polymorphic model associations (like acts\_as\_commentable gem). Semi new to rails and about to use alot of similar gems. Would really like to know how it works though.
How to deploy/scale applications.
Deploying other JS libraries with webpacker, where to put them, how to load them, etc. How to use bootstrap and other frameworks, override CSS, where to put files, etc.
Rspec Testing (w/ FactoryBot, FFaker,..)
Caching, Dockerising a Rails App, using Stimulus or React with Rails.