This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 9792d10045ee3c417cf313d852319d09564ebb7e
tree 3c62495be45451e87af5a2ba3a442dac8d992d56
parent 0dfe353eecaa910818d8977c6d2ebdf41779fd07
tree 3c62495be45451e87af5a2ba3a442dac8d992d56
parent 0dfe353eecaa910818d8977c6d2ebdf41779fd07
| name | age | message | |
|---|---|---|---|
| |
MIT-LICENSE | ||
| |
README | ||
| |
Rakefile | Wed Jun 18 13:16:40 -0700 2008 | |
| |
init.rb | ||
| |
install.rb | Wed Jun 18 13:16:40 -0700 2008 | |
| |
lib/ | ||
| |
tasks/ | ||
| |
test/ | ||
| |
uninstall.rb |
README
=== Background
This Rails plugin allows you to execute code blocks in a background task with a very intuitive and easy syntax.
It is as easy as that:
background do
# do some time-consuming task
end
Refer to the Kernel#background documentation for details.
=== Dependencies
There are no dependencies besides ActiveSupport, which is required by Rails anyways.
=== Credits
This plugin uses the proc_source.rb file by Florian Gro, found here:
http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/147706?help-en
=== Installation
Just copy the background folder into vendor/plugins, and you're good to go.
Copyright (c) 2008 imedo GmbH, released under the MIT license








