Sha256: a4a6e446735e55cb9994d4dee4eeb59b6053cd6a7e3a15854b2d960bdb3e081d

Contents?: true

Size: 417 Bytes

Versions: 6

Compression:

Stored size: 417 Bytes

Contents

= ECM Sliders

= Installation

Add it to your bundle:

  # Gemfile
  gem 'ecm_sliders'

Update your bundle:

  > bundle install

Install the module:

  > rails g ecm:sliders:install

Create migrations:

  > rake ecm_sliders_engine:install:migrations

Migrate:

  > rake db:migrate

= Usage

Use the helper to display a slider:

  <%= render_slider 'My Slider' %>

= License

This project rocks and uses MIT-LICENSE.

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ecm_sliders-1.0.4.pre README.rdoc
ecm_sliders-1.0.3.pre README.rdoc
ecm_sliders-1.0.2.pre README.rdoc
ecm_sliders-1.0.1.pre README.rdoc
ecm_sliders-1.0.0.pre README.rdoc
ecm_sliders-0.0.4.pre README.rdoc