Because nobody wants to document feature changes in Microsoft F!@$%^& Word
Add the gem to your application's Gemfile:
gem 'hunky_dory'
Bundle and then migrate to get HunkyDory's models:
bundle
bin/rake db:migrate
Then generate the application's controller where you can set up authorization:
bundle exec rails g hunky_dory:install
To run the demo from the spec directory:
cd spec/dummy
rails s
Navigate to /changelog
to see your list of changes
But I don't like the name "changelog"
Mount the engine wherever you want! Go to your routes file and:
mount HunkyDory::Engine => '/your_cool_route_name'
Contribution directions go here.
The gem is available as open source under the terms of the MIT License.