Active Record Index Assistants
Utilities to point you at potentially missing database indices
0.02
Adds support in ActiveRecord for foreign_keys, complex indexes and other database-related stuff. Easily create foreign_keys, complex indexes and views.
2021
2022
2023
2024
2025
2026
0.01
Automatic Foreign Key automatically generates foreign-key constraints when creating tables or adding columns. It uses SQL-92 syntax and as such should be compatible with most databases that support foreign-key constraints.
2021
2022
2023
2024
2025
2026
0.44
Adds helpers to migrations and dumps foreign keys to schema.rb
2021
2022
2023
2024
2025
2026
0.21
SchemaPlus is a gem that simply pulls in a collection of other gems from the SchemaPlus family of ActiveRecord extensions
2021
2022
2023
2024
2025
2026
0.43
lol_dba is a small package of rake tasks that scan your application models and displays a list of columns that probably should be indexed. Also, it can generate .sql migration scripts.
2021
2022
2023
2024
2025
2026
0.17
Adds a generator for creating a foreign key migration based on your current model associations
2021
2022
2023
2024
2025
2026
0.24
A rake task to track down missing database indexes. does not assume that all foreign keys end with the convention of _id.