Sha256: f80b184be32b925f233c88b8fa5b73b8951cfcdb25192ce6a7ec4786cc527ceb
Contents?: true
Size: 754 Bytes
Versions: 3
Compression:
Stored size: 754 Bytes
Contents
== unreleased changes == 0.0.7 * Relaxed rails version restriction == 0.0.6 * Added timestamps to the task run table * Fixed down method in the trackable tasks migration == 0.0.4 * Added a basic controller to display information about the task runs == 0.0.3 * Moved sqlite and capybara to the development gems == 0.0.2 * Fixed an error where the rake task would not work because I was renaming a variable used by rake == 0.0.1 * Initial release * TrackableTasks::Base class that determines how data is logged and stored * Includes tests that show how to instantiate the Base class to use a trackable task * TaskRun model that stores logging data associated with a trackable task * Set of rake tasks to instantiate and run the trackable tasks
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
trackable_tasks-0.0.9 | CHANGELOG |
trackable_tasks-0.0.8 | CHANGELOG |
trackable_tasks-0.0.7 | CHANGELOG |