Sha256: a602c4e805d73284e61b198065f71f7021447e3fa57c5d48a81a1f3af4933907
Contents?: true
Size: 477 Bytes
Versions: 3
Compression:
Stored size: 477 Bytes
Contents
= Ecm::Youtube::Backend = Prerequisites * itsf_backend * ecm_youtube = Installation Add it to your gemfile: # Gemfile gem 'ecm_youtube_backend' Bundle: > bundle install Generate the initializer: > rails g ecm:youtube:backend:install Add it to the backend: # config/initializers/xxx_itsf_backend.rb Itsf::Backend.configure do |config| config.backend_engines = [ Ecm::Youtube::Backend::Engine ] end = Running Specs ./run_specs.sh
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ecm_youtube_backend-1.0.2 | README.rdoc |
ecm_youtube_backend-1.0.1 | README.rdoc |
ecm_youtube_backend-1.0.0 | README.rdoc |