Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 1.71 KB

README.md

File metadata and controls

40 lines (23 loc) · 1.71 KB

Pluckers

CircleCI

This gem extends the idea behind AR's pluck method so we can fetch data from multiple tables and create our own classes to encapsulate how we fetch data from the database and which bussines logic may be applied to them. You can read more about The Idea.

Installation

Add this line to your application's Gemfile:

gem 'pluckers'

And then execute:

$ bundle

Or install it yourself as:

$ gem install pluckers

USAGE

In this section you will learn

Development

After checking out the repo, run bin/setup to install dependencies. Then, run rake test to run the tests. You can also run bin/console for an interactive prompt that will allow you to experiment.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/simplelogica/pluckers. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.