bundle e rails_best_practicesUse this to organize translations and auto-translate missing ones
bundle e i18n-tasks normalize
bundle e i18n-tasks missing
bundle e i18n-tasks add-missing --nil-value
bundle e i18n-tasks add-missing --verbose
bundle e i18n-tasks check-consistent-interpolations
bundle e i18n-tasks healthTranslate (Put the API key in GOOGLE_TRANSLATE_API_KEY environment variable)
bundle e i18n-tasks translate-missingMore
bundle e i18n-tasks eq-base
bundle e i18n-tasks unused
bundle e i18n-tasks unused > i18n-unused.txt
bundle e i18n-tasks remove-unused
bundle e i18n-tasks data > i18n-data.txt
bundle e i18n-tasks --helpFinds security vulnerabilities
bundle e brakemanGives advise to improve code quality
bundle e rubocop
# To fix warnings automatically, run:
bundle e rubocop --auto-correctbundle e reekbundle e bundle-audit --update
# or without updating:
bundle e bundle-audit