Chusaku Versions Save

Annotate your Rails controllers with route info.

v1.2.0

4 months ago

Overview

This release includes a new Rake task for Chusaku for folks looking to integrate Chusaku in their Rake workflows. See the updated README for usage instructions. Big thanks to @G-Rath for raising #40! This also ships with a couple CLI output-related fixes that make it a little clearer what's going on when you run the gem.

A big thank you to everyone who actively uses Chusaku in your projects. We're nearing the 300K downloads mark on RubyGems which is a giant milestone. To more beautifully annotated Rails codebases. 💎

What's Changed

New Contributors

Full Changelog: https://github.com/nshki/chusaku/compare/v1.1.0...v1.2.0

v1.1.0

8 months ago

Overview

This release contains a new flag added by @pineman (thank you!) that allows an optional controllers glob pattern to be passed. This enables developers who are using an unconventional directory structure to still have Chusaku annotate their controllers. e.g. You may be using a tool like packs-rails to restructure your directory structure.

What's Changed

New Contributors

Full Changelog: https://github.com/nshki/chusaku/compare/v1.0.1...v1.1.0

v1.0.1

9 months ago

Overview

This is a patch release with a fix to #34. Thank you for reporting this bug, and glad we were able to get it patched!

What's Changed

Full Changelog: https://github.com/nshki/chusaku/compare/v1.0.0...v1.0.1

v1.0.0

10 months ago

v1.0.0 Release!

It's been almost 2 years, 70,000 more downloads, and no new issues reported since the last release. This leads me to think that this project is more than stable enough to warrant the v1.0.0 release. Thank you, truly, for using Chusaku and I hope that it's been helpful in your projects and teams! To another 2 years. 🥂

What's Changed

Full Changelog: https://github.com/nshki/chusaku/compare/v0.6.1...v1.0.0

v0.6.1

2 years ago

What's Changed

Full Changelog: https://github.com/nshki/chusaku/compare/v0.6.0...v0.6.1

v0.6.0

2 years ago

What's Changed

Full Changelog: https://github.com/nshki/chusaku/compare/v0.5.0...v0.6.0

v0.4.1

3 years ago

This release includes a dependency swap from Rails to Railties which helps avoid the mimemagic dependency fiasco that's been unfolding.

v0.1.2

3 years ago

This release allows for multiple verbs to be displayed for actions.