Sha256: fdddfc054e32bcccdd6f8cc81e6986fdc43c39d38c0fd263b453a7e9a484b5d7

Contents?: true

Size: 1.44 KB

Versions: 30

Compression:

Stored size: 1.44 KB

Contents

style
=====

Please strip trailing whitespace from your files before commit. You can "strip on save"
in TextMate (http://blogobaggins.com/2009/03/31/waging-war-on-whitespace.html#fn3) or
any other well built editor.

==== start server with mongrel upload progress (done through mongrel)
> lib/upload_progress_server.rb start
> mongrel_rails start -s config/mongrel_upload_progress.conf

==== development using passenger
Install version >= 2.1.1, install mod_upload_progress (file in vendor/apache_upload)

example config:
-------------------
ServerName test.host

LoadModule upload_progress_module libexec/apache2/mod_upload_progress.so
LoadModule passenger_module /Users/gaspard/git/passenger/ext/apache2/mod_passenger.so
PassengerRoot /Users/gaspard/git/passenger
PassengerRuby /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby

<VirtualHost test.host>
    ServerName test.host
    DocumentRoot /Users/gaspard/git/zena/sites/test.host/public
    CustomLog "/Users/gaspard/git/zena/sites/test.host/log/access.log" common
    ErrorLog "/Users/gaspard/git/zena/sites/test.host/log/error.log"

    PassengerAppRoot /Users/gaspard/git/zena
    RailsEnv production

    <Directory /Users/gaspard/git/zena/sites/test.host/public>
      Order deny,allow
      Allow from all
    </Directory>

    <Location />
        TrackUploads On
    </Location>

    <Location /upload_progress>
        ReportUploads On
    </Location>
</VirtualHost>
-------------------

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
zena-1.2.8 DEVELOPERS
zena-1.2.7 DEVELOPERS
zena-1.2.6 DEVELOPERS
zena-1.2.5 DEVELOPERS
zena-1.2.4 DEVELOPERS
zena-1.2.3 DEVELOPERS
zena-1.2.2 DEVELOPERS
zena-1.2.1 DEVELOPERS
zena-1.2.0 DEVELOPERS
zena-1.1.3 DEVELOPERS
zena-1.1.2 DEVELOPERS
zena-1.1.1 DEVELOPERS
zena-1.1.0 DEVELOPERS
zena-1.0.0 DEVELOPERS
zena-1.0.0.rc3 DEVELOPERS
zena-1.0.0.rc2 DEVELOPERS
zena-1.0.0.rc1 DEVELOPERS
zena-0.16.9 DEVELOPERS
zena-1.0.0.beta3 DEVELOPERS
zena-0.16.8 DEVELOPERS