Sha256: 38bfefa22fe5fd666adf9fc9cdc033f20959acfd50d544b1630d4ef480be155e
Contents?: true
Size: 535 Bytes
Versions: 1
Compression:
Stored size: 535 Bytes
Contents
= DbNotesEng This project rocks and uses MIT-LICENSE. = WHAT THIS ENGINE CREATES 1. Creates a page with URL = /DBNotes 2. 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 1. include gem in gemfile gem 'db_notes_eng' 2. 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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
db_notes_eng-0.0.3 | README.rdoc |