Skip to content

Latest commit

 

History

History
executable file
·
48 lines (33 loc) · 1.12 KB

README.md

File metadata and controls

executable file
·
48 lines (33 loc) · 1.12 KB

MediaelementRails

An easy mediaelementjs rails integration for asset pipeline enabled apps. This neat project brings the cool MediaElement.js (HTML5/Flash/Silverlight video player) to the Rails asset pipeline. NOTE: This gem requires jquery, which shouldn't be an issue.

All you have to do is:

Add the gem to the list of required gems in your Gemfile:

# ...
gem "mediaelement_rails"
# ...

Javascript

Load the Mediaelement Javascript in your application.js:

//= require mediaelement_rails

And CSS

Load the Mediaelement CSS in your application.css:

/*
 *= require mediaelement_rails
 * and optionally:
 *= require mediaelement_rails/mejs-skins
 */

Wanna use MediaElement (not the player) only?

This is easy as hell too! Don't include any CSS and include the following in your application.js to get it working:

//= require mediaelement_rails/rails

Anything else I should know?

Nothing special! This project includes all assets you might need.

This project rocks and uses MIT-LICENSE.