public
Description: spawn plugin for Rails to easily fork or thread long-running code blocks
Homepage: http://rubyforge.org/projects/spawn
Clone URL: git://github.com/tra/spawn.git
tra (author)
Sat Apr 25 18:14:15 -0700 2009
commit  3a7a730bd7b08a89b757ae6fca26dfd7d60d9109
tree    554dcb694d1f4d91c9971e0e711fc851f3e0e7d6
parent  e2ef81b8613c2318d246c1e0590f740d51990104
spawn / init.rb
100644 6 lines (4 sloc) 0.147 kb
1
2
3
4
5
6
require 'patches'
 
ActiveRecord::Base.send :include, Spawn
ActionController::Base.send :include, Spawn
ActiveRecord::Observer.send :include, Spawn