RailsBloggerEngine
This project rocks and uses MIT-LICENSE.
Add this line to your gem file
gem 'rails_blogger_engine' , '1.0.0' Run this command on the command line
bundle installAdd ths line in your routes file
mount RailsBloggerEngine::Engine, at: '/blog' Run this line in your command line
rake rails_blogger_engine:install:migrationsRun this line in your command line
rake db:migrateContributing
Fork it https://github.com/erickuhn19/rails_blogger_engine Create your feature branch
git checkout -b my-new-featureCommit your changes
git commit -am 'Add some feature'Push to the branch
git push origin my-new-featureCreate new Pull Request