Active Record DB Schema documentation
Using Active Record, the How and why to embed docs into your DB schema.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
Using Active Record, the How and why to embed docs into your DB schema.
Comments
Schemadoc might be another option for documenting your db schema w/ activerecord. See https://github.com/schemadoc/schemadoc Cheers.
Post a comment