I'm interested in making a transition from python/flask/django to ruby/rails and I'm hoping someone could point me to a book and/or open-source project that covers alot of the common setups/best practices for a modern rails project, similar to what the subject resources provide for python's django framework.<p>Even the best 'learn rails' resources stop short of any real production-quality boilerplate/setups. The django resouces listed I have found invaluable to getting to a truly intermediate level of understanding and I would really appreciate anything like this to reference how things "should be done" on the ruby/rails side. Thanks in advance!<p>Two Scoops of Django (scroll to Table of Contents for list of what I'm after) https://www.twoscoopspress.com/products/two-scoops-of-django-1-11<p>Cookiecutter-django ( https://github.com/pydanny/cookiecutter-django ), production-ready new project boilerplate that covers everything from<p>* 12-Factor settings, security
* registration
* grunt/gulp setup
* sending emails
* media storage
* heroku deployment checklist
* serving static files
* delayed tasks with celery
* error/performance monitoring
Have you tried <a href="https://www.amazon.com/Design-Patterns-Ruby-Russ-Olsen/dp/0321490452" rel="nofollow">https://www.amazon.com/Design-Patterns-Ruby-Russ-Olsen/dp/03...</a>?