Skip to content

A plugin to call rake tasks from within your rails application

License

Notifications You must be signed in to change notification settings

thaterikperson/rakejob

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A plugin to call rake tasks from within your rails application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages