Rails_template

screenshot of Rails_template

Application rails template

Overview:

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.

Features:

  • Basic Development Tools: Includes byebug, rubocop, dotenv, and pry for convenient development.
  • Testing Tools: Includes rspec, factory_bot, database_cleaner, ffaker, shoulda-matchers, and simplecov for efficient testing.
  • Rubocop File Generation: Generates rubocop files using the --auto-gen-config option.

Summary:

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.