
Application rails template
The rails_template is a simple rails template that includes basic development and testing tools such as byebug, rubocop, dotenv, pry, rspec, factory_bot, database_cleaner, ffaker, shoulda-matchers, and simplecov. It also generates rubocop files using the --auto-gen-config option.
The rails_template is a convenient Rails template that includes essential development and testing tools. It automates the installation of these tools, making it easy for developers to set up a new Rails application with all the necessary dependencies.
