0.0
The project is in a healthy, maintained state
This gem enables users to search and view details of tables defined in the schema.rb file of a Rails application.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 5.22

Runtime

 Project Readme

Railsfinder

Railsfinder is an interactive command-line tool designed to help Rails developers quickly search and view database table definitions directly from the db/schema.rb file of a Rails application.

Installation

To install Railsfinder, use the following command:

gem install railsfinder

Usage

To start using Railsfinder, navigate to the root directory of your Rails project and run the following command in your terminal:

railsfinder

License

The gem is available as open source under the terms of the MIT License.