Sha256: 9098118cd31a428f4a20aad4473314d06b0f41306459735f4af93eaac3a32e1d
Contents?: true
Size: 518 Bytes
Versions: 20
Compression:
Stored size: 518 Bytes
Contents
== Presentation Provides delayed jobs: long running tasks can be processed offline, without halting the visitor's browser. If you enable sphinx, this is a must-have once your site grows bigger and you have lots of deltas between index rebuilds. == Install Drop the folder into the "bricks" folder and install the delayed_job gem: # install delayed_job gem: > sudo gem install delayed_job # if you want to use this with sphinx you also need > sudo gem install ts-delayed-delta # enable brick in config/bricks.yml
Version data entries
20 entries across 20 versions & 1 rubygems