Sha256: 591c72f27ff3fa5ce4bbcd0d2ed26e90c494ec07e84f78e2c3d1c7261f00925d

Contents?: true

Size: 1.37 KB

Versions: 17

Compression:

Stored size: 1.37 KB

Contents

== Populator http://travis-ci.org/optimis/populator.png

http://dinofelis-cristata.artspots.com/image_sizes/0012/1985/smilodon_populator.jpg

Populator includes helper methods to ease parsing data files. Assigning a header and iterating over rows is handled by the module via a simple configuration.

  Examples:

  Define a module and extend it with the populator module.

    A Custom Populator.

      module CustomPopulator
        extend Populator
        populates 'CustomFile'

        def process(row)
          ...
        end
      end

  The extended module focusses on business logic required to process a single row.

== Contributing to populator
 
* Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
* Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.
* Fork the project.
* Start a feature/bugfix branch.
* Commit and push until you are happy with your contribution.
* Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
* Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.

== Copyright

Copyright (c) 2011 Umang Chouhan. See LICENSE.txt for
further details.

Version data entries

17 entries across 17 versions & 2 rubygems

Version Path
smilodon-0.2.8 README.rdoc
smilodon-0.2.7 README.rdoc
smilodon-0.2.6 README.rdoc
smilodon-0.2.5 README.rdoc
smilodon-0.2.4 README.rdoc
smilodon-0.2.3 README.rdoc
smilodon-0.2.2 README.rdoc
db-populator-0.1.13 README.rdoc
db-populator-0.1.12 README.rdoc
db-populator-0.1.11 README.rdoc
db-populator-0.1.10 README.rdoc
db-populator-0.1.9 README.rdoc
db-populator-0.1.8 README.rdoc
db-populator-0.1.6 README.rdoc
db-populator-0.1.5 README.rdoc
db-populator-0.1.4 README.rdoc
db-populator-0.1.3 README.rdoc