Segments

A Rails 3 Engine for managing and rendering text segments into your Rails web application. Segments are short-to-medium blocks of text or HTML that you wish to use throughout your application. It includes a web interface for managing segments, and is automatically compatible with Internationalization (I18n).

Features

Installation

  1. Add Segments to your Gemfile gem 'segments' (Stable) gem 'segments', :git => 'https://github.com/joshmcarthur/segments.git

  2. Install the engine bundle install rails generate segments

  3. Migrate database rake db:migrate

Usage

Contributing

Copyright © 2011 Josh McArthur. See LICENSE.txt for further details.