Skip to content

Unify Rails development style across rails projects

License

Notifications You must be signed in to change notification settings

ZeusWPI/rails_style

Folders and files

NameName
Last commit message
Last commit date

Latest commit

feebca7 · Mar 16, 2025

History

6 Commits
Jun 21, 2022
Jun 21, 2022
Jun 21, 2022
Jun 18, 2022
Jun 21, 2022
Mar 16, 2025
Mar 16, 2025
Jun 21, 2022
Mar 16, 2025
Jun 18, 2022
Jun 21, 2022
Jun 21, 2022
Mar 16, 2025
Mar 16, 2025

Repository files navigation

rails_style

Unify Rails development style across rails projects. Inspired by percy-style.

Installation

Add to your Gemfile:

group :development, :test do
  gem 'rails_style', github: 'ZeusWPI/rails_style'
end

Run

bundle install

Usage

Automatic

Run

rake rails_style:install

Manual

Create a .rubocop.yml file with:

inherit_gem:
  rails_style:
    - default.yml

When adding this to a new project, run bundle exec rubocop --auto-gen-config to start with a "clean" slate.

Run

bundle exec rubocop

About

Unify Rails development style across rails projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages