Issue 124: Add ability to sell downloadable products
Status:  Fixed
Owner:
Closed:  Feb 2010
Project Member Reported by subim...@gmail.com, Aug 23, 2008
I have basic code to sell downloadable files which can be integrated into
the system.

* Code should be updated to work with auto-expiring URLs for security
* Downloads should be handled natively by the web-server, not using
sendfile (which can cause issues / memory leaks in Rails)
Aug 24, 2008
Project Member #2 subim...@gmail.com
Thinking about using x-sendfile

http://wiki.rubyonrails.org/rails/pages/HowtoSendFilesFast

Not sure yet because of the webserver customizations necessary.

Aug 27, 2008
Project Member #3 subim...@gmail.com
Added initial code in r144
Status: Started
Feb 9, 2010
Project Member #5 subim...@gmail.com
(No comment was entered for this change.)
Status: Fixed