Sha256: 141f1e3eded45190068fdeda8b21c4122e9539ddcd7d5ab8645437c9f0638250

Contents?: true

Size: 741 Bytes

Versions: 10

Compression:

Stored size: 741 Bytes

Contents

= ECM Downloads 2 Backend

= Prerequisited

Install ecm_downloads2

= Installation

Add it to your Gemfile:

    # Gemfile
    gem 'route_translator'
    gem 'itsf_backend'
    gem 'ecm_downloads2_backend'

Generate the initializer, backend controller and routes:

    rails g itsf:backend:install
    rails g ecm:downloads:backend:install

Register the backend in the ITSF Backend configuration:

    # config/initializers/itsf_backend.rb
    Itsf::Backend.configure do |config|
      config.backend_engines = [
        Ecm::Downloads::Backend::Engine
      ]
    end

= How to run specs

    gem install bundler
    bundle 
    cd spec/dummy && rake db:migrate RAILS_ENV=test && cd ../..
    guard

This project rocks and uses MIT-LICENSE.

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
ecm_downloads2_backend-2.1.0 README.rdoc
ecm_downloads2_backend-2.0.2 README.rdoc
ecm_downloads2_backend-2.0.1 README.rdoc
ecm_downloads2_backend-2.0.0 README.rdoc
ecm_downloads2_backend-1.1.1 README.rdoc
ecm_downloads2_backend-1.1.0 README.rdoc
ecm_downloads2_backend-1.0.3 README.rdoc
ecm_downloads2_backend-1.0.2 README.rdoc
ecm_downloads2_backend-1.0.1 README.rdoc
ecm_downloads2_backend-1.0.0 README.rdoc