Skip to content

skipkayhil/rails-bin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Scripts for working with Rails

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages