Skip to content

brendanthomas1/hunky_dory

Repository files navigation

HunkyDory Build Status

Because nobody wants to document feature changes in Microsoft F!@$%^& Word

Getting Started

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

Usage

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'

Contributing

Contribution directions go here.

License

The gem is available as open source under the terms of the MIT License.

About

Rails Engine for documenting feature ch-ch-changes https://www.youtube.com/watch?v=7fdhI3qUdSs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published