
A Rails App Template that creates a new Rails app according to the sustainable rails book
The Rails Application Template "rails-app-template-sustainable" sets up a Rails app based on the principles outlined in "Sustainable Web Development with Ruby on Rails". It is designed specifically for Rails 6.1 and provides a number of features to enhance development, testing, security, and production behavior.
confidence_check for validating assumptions in tests and not_implemented! for skipping unimplemented tests. Also includes a lint test for all factories.bin/setup for more involved setup, bin/ci to run all quality checks, bin/run to run the app locally, bin/sql to access a SQL prompt for the local database, bin/db-{migrate,rollback} to migrate and rollback both development and test databases in one command, and bin/release for running migrations in the Heroku release phase.The "rails-app-template-sustainable" Rails Application Template provides a set of features and configurations to promote sustainable web development practices. It includes gem management, database management, code organization improvements, and workflow automation. By following the installation guide, developers can quickly set up a Rails app with optimized development, testing, security, and production behavior.
