ncuesta / dropzonejs-rails

Spice your Rails apps with some Dropzone sugar!
http://rubygems.org/gems/dropzonejs-rails
MIT License
311 stars 56 forks source link

Replace Rails dependency with railties #72

Closed justinhoward closed 1 year ago

justinhoward commented 2 years ago

Allows usage with minimal Rails installs that do not include all Rails gems.

This gem directly uses Rails::Generators::Base and Rails::Engine. Both of these are available in the railties gem.

justinhoward commented 1 year ago

It looks like there's no interest in this for now. I'm happy to re-open at some point if needed.