0.0
No commit activity in last 3 years
No release in over 3 years
Show/Delete Orphan Records in your Rails application
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies
 Project Readme

OrphanRecords

This program is based on the Annotate Models plugin written by Dave Thomas and VisualizeModels plugin by Nils Franzen.
For more information about Annotate Models, see http://blogs.pragprog.com/cgi-bin/pragdave.cgi/Tech/Ruby/AnnotateModels.rdoc
For more information about Visualize Models, see http://visualizemodels.rubyforge.org/

Authors:

Abhilash M A
Nils Franzen (Visualize Models)
Dave Thomas (Annotate Models)

Released under the same license as Ruby. No Support. No Warranty.

orphan_records

Gem which show/delete the orphan records in your Rails application

Gem Version Build Status Code Climate

Installation

Add it to your Gemfile:

gem 'orphan_records'

Run the following command to install it:

bundle install

Usage

rake orphan_records:show  # this rake task will show the list of orphan records

rake orphan_records:delete  # this rake task will delete the orphan records