Skip to content

A web file explorer gem in Rails to download and delete files

License

Notifications You must be signed in to change notification settings

ohiodn8/file-explorer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A web file explorer gem in Rails to download and delete files

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 50.4%
  • HTML 23.8%
  • CSS 18.3%
  • JavaScript 7.5%