rails_static_record 0.2.0
Create models with static data provided by YAML file stored locally, is useful for models like categories to store data without have to access to database. Is based on ActiveRecord and it permits relations with native models.
Gemfile:
=
install:
=
Runtime Dependencies (1):
rails
>= 5.0.0, ~> 5.0.0
Development Dependencies (2):
rspec-rails
>= 0
sqlite3
>= 0