DatabaseCleaner / database_cleaner

Strategies for cleaning databases in Ruby. Can be used to ensure a clean state for testing.
https://www.rubydoc.info/github/DatabaseCleaner/database_cleaner
MIT License
2.93k stars 484 forks source link

API documentation is empty #688

Closed arowla closed 2 years ago

arowla commented 2 years ago

The link to docs on the homepage goes to an empty page:

https://www.rubydoc.info/gems/database_cleaner

Screen Shot 2021-11-10 at 4 26 55 PM

etagwerker commented 2 years ago

@arowla Thanks for submitting this issue!

I went ahead and updated our README and repo settings: https://github.com/DatabaseCleaner/database_cleaner -- We haven't been using https://databasecleaner.github.io for release documentation for a while.

I also added a note to https://databasecleaner.github.io to explain that that page is deprecated. 👍