The Exif.js JavaScript library ready to play with Rails.
Add this line to your application's Gemfile:
gem 'exifjs-rails'
And then execute:
$ bundle
Or install it yourself as:
$ gem install exifjs-rails
// app/assets/javascripts/application.js
//= require jquery
//= require jquery_ujs
//= require exif
//= require_tree .
- Fork it ( https://github.com/ykzts/exifjs-rails/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request