Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

angular-file-upload-rails

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-file-upload-rails

  • 1.6.1.2
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Angular-File-Upload-Rails

A gem that includes angular-file-upload as an asset in the Rails Asset Pipeline (requires Rails 3.1 or higher).

Installation

Add the gem to your Gemfile:

gem 'angular-file-upload-rails', '~> 1.6.1.1'
# The gem's version mirrors the included version of angular-file-upload,
# with an extra .1 for updates independent of the wrapped library's version.

and run:

$ bundle install

Lastly, be sure to include it in your JavaScript manifest (e.g. application.js)

//= require angular-file-upload

* be sure that angular is required before angular-file-upload

Important: According to the angular-file-upload readme, if you wish to use the shim to support upload progress / abort for HTML5 and non-HTML5 FormData browsers, the shim javascript file must be included before angular.js, while the regular angular-file-upload being required after angular. For example in application.js:

//= require angular-file-upload/angular-file-upload-shim
//= require angular
//= require angular-file-upload

FAQs

Package last updated on 24 Jul 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc