rails_static_record 0.2.1
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:
=
インストール:
=
Runtime依存関係 (1):
rails
>= 5.0.0, ~> 5.0.0
Development依存関係 (2):
rspec-rails
>= 0
sqlite3
>= 0