Sha256: 9e37921a869e73a4c26c3ea710973e2fd4ea3dbafa7abd792bf21dec459ab6da

Contents?: true

Size: 989 Bytes

Versions: 4

Compression:

Stored size: 989 Bytes

Contents

= ECM Downloads 2

This version supports rails 4.x and twitter bootstrap 3. For legacy support use ecm_downloads

= Purpose

TODO

= Features

TODO

= Installation

Add the gem to your bundle:

  # Gemfile
  gem 'ecm_downloads2'

Install your bundle:

  > bundle install

Generate initializer:

  > rails generate ecm:downloads:install

Add migrations:

  > rake ecm_downloads_engine:install:migrations

Migrate:

  > rake db:migrate

Add the routes:

  # config/routes.rb
  Ecm::Downloads::Routing.routes(self)

Add the helpers to your application controller:

    # app/controllers/application_controller.rb
    class ApplicationController < ActionController::Base
      helper Ecm::Downloads::DownloadCategoryHelper
      helper Ecm::Downloads::DownloadHelper
      ...
    end

== Optional: Generate locale files

You may want to copy the locales to your app:

  > rails generate ecm:downloads:locales

= Usage

TODO>

= Todo

TODO

= License

This project rocks and uses MIT-LICENSE.

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ecm_downloads2-1.2.2 README.rdoc
ecm_downloads2-1.2.1 README.rdoc
ecm_downloads2-1.2.0 README.rdoc
ecm_downloads2-1.1.1 README.rdoc