tobsch / mediaelement_rails

An easy as hell mediaelementjs rails integration for asset pipeline enabled apps...
MIT License
106 stars 49 forks source link

Remove jQuery from gem to prevent potential jQuery version collisions. #13

Closed jrmyward closed 11 years ago

jrmyward commented 11 years ago

Because jQuery is commonly used in most Rails 3+ applications, it should not be loaded in any gem. This will prevent duplicate loads of possibly different versions of jQuery in a given application.