$ ruby script/plugin install git://github.com/erikperson/rakejob.git
class AccountsController < ApplicationController def create RakeJob.new('db:bootsrap').run! end end
Only unix platforms are currently supported. Pull requests are welcome to help support Windows.
RakeJob is released under the MIT license.