Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 476 Bytes

README.rdoc

File metadata and controls

20 lines (14 loc) · 476 Bytes

RakeJob

A plugin to call rake tasks from within your rails application

Install

$ ruby script/plugin install git://github.com/erikperson/rakejob.git

Usage

class AccountsController < ApplicationController
  def create
    RakeJob.new('db:bootsrap').run!
  end
end

Supported platforms

Only unix platforms are currently supported. Pull requests are welcome to help support Windows.

License

RakeJob is released under the MIT license.