quickery 1.3.1
Implements Law of Demeter by mapping associated record attributes as own attributes (one-way read-only). Consequently, speeds up SQL queries by removing joins queries between intermediary models, at the cost of slower writes. This is an anti-normalization pattern in favour of actual data-redundancy and faster queries. Use this only as necessary.
Gemfile:
=
install:
=
Runtime Dependencies (3):
Development Dependencies (12):
appraisal
~> 2.2.0
bundler
~> 1.16
byebug
~> 9.0
combustion
~> 0.9.1
database_cleaner
~> 1.7.0
faker
~> 1.9.1
guard-rspec
~> 4.7.3
rails
~> 4.0
rake
~> 10.0
rspec
~> 3.7.0
rspec-rails
~> 3.7.2
sqlite3
~> 1.3.13