DbNotesEng
This project rocks and uses MIT-LICENSE.
WHAT THIS ENGINE CREATES
-
Creates a page with URL = /DBNotes
-
Creates 2 tables - NOTES & COMMENTS
These 2 tables are used to store the documentation in the form notes & comments for each column
STEPS to include it
-
include gem in gemfile
gem ‘db_notes_eng’
-
Run migrations - to create NOTES & COMMENTS tables
Below command adds the migrations present in the gem to your application: rake db_notes_eng_engine:install:migrations
Then run - rake db:migrate