lardawge / swfupload-rails-authentication forked from cameronyule/swfupload-rails-authentication

Demo Rails 2.3 app showing SWFUpload working in tandem with restful-authentication, CSRF protection and attachment_fu or paperclip.

This URL has Read+Write access

name age message
file README Thu Mar 19 09:23:38 -0700 2009 Updated to rails 2.3, swfupload beta 5, and use... [lardawge]
file Rakefile Thu Jul 31 04:26:48 -0700 2008 adding rails app [Cameron Yule]
directory app/ Thu May 14 11:32:19 -0700 2009 Removed debug in show page [lardawge]
directory config/ Thu Mar 19 09:23:38 -0700 2009 Updated to rails 2.3, swfupload beta 5, and use... [lardawge]
directory db/ Thu Jul 31 04:26:48 -0700 2008 adding rails app [Cameron Yule]
directory doc/ Thu Jul 31 04:26:48 -0700 2008 adding rails app [Cameron Yule]
directory lib/ Thu Jul 31 04:26:48 -0700 2008 adding rails app [Cameron Yule]
directory public/ Thu Mar 19 09:23:38 -0700 2009 Updated to rails 2.3, swfupload beta 5, and use... [lardawge]
directory script/ Thu Jul 31 04:26:48 -0700 2008 adding rails app [Cameron Yule]
directory test/ Thu Jul 31 04:26:48 -0700 2008 adding rails app [Cameron Yule]
directory tmp/ Thu Jul 31 04:26:48 -0700 2008 adding rails app [Cameron Yule]
directory vendor/ Thu Jul 31 04:29:23 -0700 2008 adding plugins [Cameron Yule]
README
swfupload-rails-authentication
==============================

Demo Rails 2.3.2 app showing SWFUpload working in tandem with restful-authentication, CSRF protection and attachment_fu.


The demo has been updated to use SWFUpload v2.2.0 Beta 5, which supports Flash Player 10.

Requirements
============

Rails 2.3
ImageMagick
mini_magick gem
mime-types gem


Usage
=====

rake db:schema:load
rake db:fixtures:load
script/server


Login
=====

The restful authentication test user;

username: quentin
password: monkey


References
==========

http://thewebfellas.com/blog/2008/12/22/flash-uploaders-rails-cookie-based-sessions-and-csrf-rack-middleware-to-the-resc
ue