Sha256: 86e9fb202e0d6998d0540f11a5717c22d85a00aa7b7e045992a44cd56adefd59

Contents?: true

Size: 1.46 KB

Versions: 1

Compression:

Stored size: 1.46 KB

Contents

== unreleased changes

== 0.1.2
* Fixed a typo
* Upgraded to make it work on rails 4

== 0.1.1
* Testing updates
* New chart formatting

== 0.1.0

* Added an optional finally method to the TrackableTask::Base
* Moved the rake task to a railtie
* Added a basic stats system

== 0.0.13

* Updated the index and show views to give better formatted error messages
* Fixed an issue where the show page would not render if the end date was not set
* Added a backtrace to the error log reporting when an exception is caught

== 0.0.12

* Updated the trackable task frontend with options to view the tasks by day or week

== 0.0.11

* Displaying times in date time format instead of only date

== 0.0.10

* trial and error to fix a random require 'ruby-debug' in the code

== 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

1 entries across 1 versions & 1 rubygems

Version Path
trackable_tasks-0.1.2 CHANGELOG