Sha256: 775f1447d322dcb172d87ccfd0d65579377a55ec0cdbd550de66643d87b40f1d

Contents?: true

Size: 461 Bytes

Versions: 10

Compression:

Stored size: 461 Bytes

Contents

= ECM News 2 Backend

= Prerequisites
  
  * itsf_backend
  * ecm_pictures2
  * ecm_news2

= Installation

Add it to your Gemfile:

    # Gemfile
    gem 'ecm_news2'
    gem 'ecm_news2_backend'

Generate the initializer, backend controller and routes:
    rails g ecm:news:backend:install

= 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_news2_backend-1.2.6 README.rdoc
ecm_news2_backend-1.2.5 README.rdoc
ecm_news2_backend-1.2.4 README.rdoc
ecm_news2_backend-1.2.3 README.rdoc
ecm_news2_backend-1.2.2 README.rdoc
ecm_news2_backend-1.2.1 README.rdoc
ecm_news2_backend-1.2.0 README.rdoc
ecm_news2_backend-1.1.3 README.rdoc
ecm_news2_backend-1.1.1 README.rdoc
ecm_news2_backend-1.1.0 README.rdoc