Skip to content

inchron/uppy-rails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Uppy::Rails

uppy-rails provides the uppy library as a Rails engine to use it within the asset pipeline.

Original Git source - https://github.com/transloadit/uppy

Installation

Add this to your Gemfile:

$ gem "uppy-rails"

and run bundle install.

Usage

In your application.js, include the following:

//= require uppy.min

In your application.css, include the following:

*= require uppy.min

License

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

Update Assets

Execute bin/update to update the assets and the version of the gem. Then push your changes to github and create a release tag.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

Provides the uppy library as a Rails engine to use it within the asset pipeline.

Resources

License

Stars

Watchers

Forks

Packages

No packages published