# Zero Config Rails Tools

> Free interactive tools for Rails developers: configure rails new, tune generator flags, and install gems with a single command. From the makers of Zero Config Rails.

Copy the command. Skip the setup.

Interactive configurators from [Zero Config Rails](https://zeroconfigrails.com). Build Rails generator commands, install gems with one line, and skip the manual wiring.

## Rails generators

- [Rails App Generator](/rails_generators/app): Build a rails new command with the right flags - no man page archaeology.
- [Model Generator](/rails_generators/model): Generate a model with optional migration, attributes, and ORM options.
- [Scaffold Generator](/rails_generators/scaffold): Scaffold a full REST resource from model through views and tests.
- [Controller Generator](/rails_generators/controller): Generate a controller, views, and tests with optional actions.
- [Migration Generator](/rails_generators/migration): Generate a database migration with optional column definitions.
- [Resource Generator](/rails_generators/resource): Generate a RESTful resource with model and controller (no views).

## Gem installers

Install gems with the `zcr-zen` CLI (`gem install zcr-zen`, then `zen add <gem>`).

- [Install Annotate](/install/annotate): Annotate Rails classes with schema and routes info
- [Install Avo](/install/avo): Admin Panel Framework, Content Management System, and Internal Tool Builder
- [Install Devise](/install/devise): Flexible authentication solution for Rails with Warden
- [Install Dotenv](/install/dotenv): Ruby gem to load environment variables from `.env`
- [Install Figjam](/install/figjam): ENV configuration for Ruby using YAML files
- [Install Gitlab CI](/install/gitlab_ci): Setup Gitlab CI
- [Install Honey Badger](/install/honeybadger): Application health monitoring tool built by developers for developers
- [Install Letter Opener](/install/letter_opener): Preview mail in the browser instead of sending it to the real mailbox
- [Install Overcommit for RuboCop](/install/overcommit-rubocop): Fully configurable and extendable Git hook manager
- [Install Rails ERD](/install/rails-erd): Generate Entity-Relationship Diagrams for Rails applications
- [Install RSpec Rails](/install/rspec): Rails Test Framework. Behaviour Driven Development for Ruby
- [Install Webmock](/install/webmock): Admin Panel Framework, Content Management System, and Internal Tool Builder
- [Install Whenever](/install/whenever): Cron jobs in Ruby

## About Zero Config Rails

These tools are built by [Zero Config Rails](https://zeroconfigrails.com). For a compiled Rails app, see the [dashboard](https://app.zeroconfigrails.com) or [pricing](https://zeroconfigrails.com/pricing).
