Sha256: 1d79e7c5d397b654bc91ba55c1fa83012a6bb27c1c557b56b566647f64378204

Contents?: true

Size: 1.11 KB

Versions: 1

Compression:

Stored size: 1.11 KB

Contents

Filemanager, release 0.2.2 (Nov. 2008)
A online file manager for rails project

Feature
=======
1. browse, copy, cut, paste, rename, delete, create funtion for file/folder
2. unzip function for zip file
3. zip and download files
4. upload file
5. view file by type (picture, movie, office file, plain file)
6. support internationalization of both file path and page description

Setup
=======
#add the following code at the top of environment.rb

$FM_OVERWRITE = true
require 'filemanager'

#note: you can remove $FM_OVERWRITE definition, if you want to keep the change of filemanager's file in your rails project,
#and meanwhile some updates will be not available if filemanager updated, you can change it according to your need

Usage
=======
visiting http://localhost:3000/fm/filemanager after rails started
most functions are listed in the popup menu after right click on different object

configuration file at "RAILS_ROOT/confile/filemanager.yml"
default managed folder is "RAILS_ROOT/public/fm_resources"
i18n file in "RAILS_ROOT/public/filemanager/javascripts/lang"

Copyright (c) 2008 Leon Li, released under the MIT license

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
filemanager-0.2.2 README