Project

pluckers

0.0
No commit activity in last 3 years
No release in over 3 years
Gem extending the idea behind AR's pluck method so we can fetch data from multiple tables
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.1.0
>= 0
~> 10.0

Runtime

< 5.2, > 3.2
 Project Readme

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.