static-record 1.2.0
StaticRecord is a module allowing to perform ActiveRecord-like queries over Ruby files. Those act as immutable database records that only developers can alter. Their attributes are stored in a SQLite3 database re-created on startup. Queries instantiate each retrieved records.
Gemfile:
=
install:
=
Development Dependencies (6):
codeclimate-test-reporter
~> 1.0.0
rake
~> 12.0.0
rspec
~> 3.5
rspec-rails
~> 3.5
rubocop
~> 0.46.0
simplecov
>= 0