Gregory Eremin 04a9f70b26 Branding
2013-06-06 22:55:21 +04:00
2013-06-06 22:55:21 +04:00
2013-06-06 22:55:21 +04:00
2013-06-06 22:55:21 +04:00
2013-06-04 22:11:41 +04:00
2013-06-06 22:55:21 +04:00
2013-06-06 22:55:21 +04:00
2013-06-04 21:03:30 +04:00
2013-06-06 22:55:21 +04:00
2013-06-06 22:55:21 +04:00

Burden

Burden is a tool for managing Rake tasks.

Installation

Add this line to your application's Gemfile:

gem 'burden'

And then execute:

$ bundle

Configuration

Add this lines to the top of your application's Rakefile:

require 'burden'
Burden.configure do |c|
  c.storage = :active_record # or :mongoid, :mongo_mapper
end

Usage

stats = Rake::Task['my:task:name'].stats stats.log

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request
Description
Task management tool and GUI for Ruby on Rails
Readme 107 KiB
Languages
Ruby 81.8%
HTML 12.5%
JavaScript 3.8%
CSS 1.9%