gregnavis / active_record_doctor

Identify database issues before they hit production.
MIT License
1.76k stars 55 forks source link

Fix set up instructions for non-Rails projects #165

Open gregnavis opened 11 months ago

gregnavis commented 11 months ago

Where are using Rails.root.join to determine the location of the configuration file. This method will naturally fail for all projects that depend on Active Record but not on Rails.

The problem should be resolved in a way that is compatible with how Rails does it.