rdp / substruct

Automatically exported from code.google.com/p/substruct
0 stars 0 forks source link

Add ability to sell downloadable products #124

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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)

Original issue reported on code.google.com by subim...@gmail.com on 24 Aug 2008 at 5:13

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Thinking about using x-sendfile

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

Not sure yet because of the webserver customizations necessary.

Original comment by subim...@gmail.com on 25 Aug 2008 at 6:00

GoogleCodeExporter commented 9 years ago
Added initial code in r144

Original comment by subim...@gmail.com on 27 Aug 2008 at 7:09

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago

Original comment by subim...@gmail.com on 10 Feb 2010 at 12:55