Sha256: 87ab1c2cfb75bbf85761d4cd22a025b1fd1d06f8c90b081c8a9c29838b1f80b2

Contents?: true

Size: 421 Bytes

Versions: 7

Compression:

Stored size: 421 Bytes

Contents

= Customize

== Introduction

customize is an rails engine intend to easy customize rails models with activerecord.

== Features

* characters
* inherited
* formula

== Install

customize is designed for rails 3.0+

to use it, add to Gemfile:

    gem 'customize'

install bundle:

    bundle install

generate migrations and other resources:

    rails g customize

= Copyright

This project rocks and uses MIT-LICENSE.

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
customize-0.0.8 README.rdoc
customize-0.0.7 README.rdoc
customize-0.0.6 README.rdoc
customize-0.0.5 README.rdoc
customize-0.0.4 README.rdoc
customize-0.0.3 README.rdoc
customize-0.0.2 README.rdoc