anveo / swfupload_demo
- Source
- Commits
- Network (9)
- Issues (2)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed Oct 21 16:14:57 -0700 2009 | |
| |
README.textile | Wed Oct 21 22:26:00 -0700 2009 | |
| |
Rakefile | Wed Oct 21 16:16:10 -0700 2009 | |
| |
app/ | Wed Oct 21 21:57:28 -0700 2009 | |
| |
config/ | Wed Oct 21 18:55:29 -0700 2009 | |
| |
db/ | Wed Oct 21 18:53:13 -0700 2009 | |
| |
doc/ | Wed Oct 21 16:16:10 -0700 2009 | |
| |
public/ | Wed Oct 21 18:57:41 -0700 2009 | |
| |
script/ | Wed Oct 21 16:16:10 -0700 2009 | |
| |
test/ | Wed Oct 21 16:16:10 -0700 2009 |
README.textile
Rails and SWFUpload
See http://jetpackweb.com/blog/2009/10/21/rails-2-3-4-and-swfupload-rack-middleware-for-flash-uploads-that-degrade-gracefully/ for details
Just make sure you have the required gems, run the database migration, and start the server.
@rake gems:install
@rake db:migrate
@script/server
