Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 721 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 721 Bytes

rails-bin

A collection of scripts for working with Rails

bin/

check-changelogs

Lints CHANGELOG files for common issues:

  • missing authors
  • trailing whitespace
  • incorrect leading whitespace

It's currently running on Rails PRs and daily in this repo

check-config-docs

Ensures that config.* values defined in Rails::Application::Configuration are documented in configuring.md

It's currently running daily in this repo

check-links

Ensures that API docs and guides do not link to edge{guides,api}

regen-dummy

Updates Rails' framework dummy apps by regenerating templated files