Skip to content

Gem extending the idea behind AR's pluck method so we can fetch data from multiple tables

License

Notifications You must be signed in to change notification settings

simplelogica/pluckers

Repository files navigation

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.

About

Gem extending the idea behind AR's pluck method so we can fetch data from multiple tables

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published