RubyGems Navigation menu

schema_associations 1.4.0

SchemaAssociations extends ActiveRecord to automatically create associations by inspecting the database schema. This is more more DRY than the standard behavior, for which in addition to specifying the foreign key in the migration, you must also specify complementary associations in two model files (e.g. a :belongs_to and a :has_many).

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 1.4.0 - June 12, 2022 (20 KB)
  2. 1.3.0 - May 06, 2022 (21 KB)
  3. 1.2.7 - December 19, 2018 (20 KB)
  4. 1.2.6 - September 11, 2016 (19.5 KB)
  5. 1.2.5 - March 17, 2016 (18.5 KB)
Show all versions (19 total)

Runtime Dependencies (3):

activerecord >= 5.2, < 7.1
valuable >= 0

Development Dependencies (4):

bundler >= 0
rake ~> 13.0
rspec ~> 3.0
schema_dev ~> 4.2.0

Owners:

Pushed by:

Authors:

  • Ronen Barzel, Michał Łomnicki

SHA 256 checksum:

60b16a2568df0069babfd2e5a9a10fd2778e414a2d7886d9525b71c685d55d0a

Total downloads 56,016

For this version 1,340

Licenses:

N/A

Required Ruby Version: >= 2.5

Links: