Platanus

Platan.us toolbelt.

This gem includes various ruby and rails utility classes we use across most of our rails proyects.

Installation

Add this line to your application's Gemfile:

gem 'platanus'

And then execute:

$ bundle

Or install it yourself as:

$ gem install platanus

Tools & Usage

Enum

TODO: Write usage instructions here

Stacked

TODO: Write usage instructions here

Activable

TODO: Write usage instructions here

Traceable

TODO: Write usage instructions here

Canned

TODO: Write usage instructions here

Gobal Controller

Requires explicit inclusion:

require 'platanus/gcontroller'

Template: Spreadsheet

TODO: Write usage instructions here

 Template: prawn

TODO: Write usage instructions here

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request