🔍RepoLensrepolens.ru
  • /trending
  • /top500
  • /weekly
  • /categories
  • /about

© 2026 RepoLens · repolens.ru

root@repolens:~# updating the stack

@exvadimka

Данные обновляются автоматически через GitHub API

← к каталогу

📦 active_record_doctor/ gregnavis

Identify database issues before they hit production.

Открыть на GitHub ↗обновлён 1мес назад
Звёзды
★ 1.9k
Форки
70
За неделю
—
За месяц
—
Рост %
—
Язык
Ruby

Установка и запуск

Installation

In order to use the latest production release, please add the following to your Gemfile:

gem 'active_record_doctor', group: [:development, :test]

and run bundle install. If you'd like to use the most recent development version then use this instead:

gem 'active_record_doctor', github: 'gregnavis/active_record_doctor', group: [:development, :test]

That's it when it comes to Rails projects. If your project doesn't use Rails then you can use active_record_doctor via Rakefile.

Usage

active_record_doctor can be used via rake or rails.

You can run all available detectors via:

bundle exec rake active_record_doctor

You can run a specific detector via:

bundle exec rake active_record_doctor:extraneous_indexes

Из README репозитория · полный README на GitHub

Категории

🗃️Базы данных🔧DevTools

Теги

activerecorddatabaseperformancerailsruby