active_record_doctor icon indicating copy to clipboard operation
active_record_doctor copied to clipboard

Fix set up instructions for non-Rails projects

Open gregnavis opened this issue 2 years ago • 0 comments

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.

gregnavis avatar Dec 04 '23 16:12 gregnavis