README.rdoc in papermill-1.3.0 vs README.rdoc in papermill-1.3.1
- old
+ new
@@ -15,11 +15,11 @@
=== Out-of-the-box compatibility with :
* Formtastic # use :as => :[image|asset](s)_upload
* JGrowl # for notifications (included)
* FaceBox # for popups (included)
-* Stringex # (or any String#to_url) for asset filename/url generation
+* Stringex # (or any String#to_url) for filename generation
=== Navigator minimal requirements:
* IE6+
* Flash 9+
@@ -31,10 +31,10 @@
* Makes internal use of JQuery (but loaded in compatibility mode by default, compatible with Prototype/whatever... JRails not needed.)
* Rails 2.3.4 min (rail's I18n, engine. older 2.3.x have issues with CRSF or try to check for CRSF stamp against AJAX request, useless with AJAX same origin policy, fixed with 2.3.4)
* Paperclip 2.3 branch (installed by default as a gem dependency, will be loaded internally if needed => You can require your own version of Paperclip if you want to)
* Front web server serving static assets if present, and forwarding demand to rails if not. (Usually a no-brainer on any classic installation. Works with Webrick)
-
+
== Features
=== Ajax uploading form helpers through SWFUpload => [image|asset](s)_upload
See the demo to get an idea:
\ No newline at end of file