Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 1.6 KB

README.md

File metadata and controls

51 lines (35 loc) · 1.6 KB

FileExplorer

This is a file explorer (as its name suggests). With this gem enabled in your app, you should be able to browse your server directory on the browser. This gem acts as a gui to your server, and you're able to view the directories and files; you have the ability to delete files and folders; (a toggle switch hides the delete feature).

The application was originally a Rails app by adrientoub. I found the app, and was excited about it, and with his permission, I went ahead to gemify the app and redesign some features. Check out the original work here => file-explorer.

Usage

How to use my plugin.

Installation

Add this line to your application's Gemfile:

gem 'file_explorer'

And then execute:

$ bundle install

And in your routes:

mount FileExplorer::Engine => "/file_explorer"

Visit: http://localhost:3000/file_explorer"

Permissions is not functional, so be careful how you use this tool
This tool shows your file path and will open files of size 2.5mb or less

File_Explorer-screenshot

Contributors

ohiodn8

adrientoub

Contributing

Contribution directions go here.

License

The gem is available as open source under the terms of the MIT License.