README.txt in genki-background_fu-1.0.8.2 vs README.txt in genki-background_fu-1.0.9
- old
+ new
@@ -15,15 +15,16 @@
* Running long background tasks outside of request-response cycle.
* Very easy to setup and fun to use (See examples below).
* Clean and straightforward approach (database-based priority queue).
* Uses database table (migration included) to store jobs reliably.
* Capistrano tasks included.
-* Generators with migrations and example views included (to be used with concurrency enabled).
+* Generators with migrations and example views (Prototype required) included (to be used with concurrency enabled).
* Multiple worker daemons available.
* Easy to deploy in distributed environments.
* Enables prioritizing and simple scheduling.
* Optional worker monitoring (good for AJAX progress bars).
* Proven its stability and reliability in production use.
+
== SYNOPSIS:
ruby ./script/generate background
rake db:migrate