RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Active Record without inheritance

ActiveRecordComposition is a gem that allows you to easily use ActiveRecord without inheritance of ActiveRecord::Base. It dynamically creates an aggregate that holds the association for you and delegates your interactions with ActiveRecord to the delegate. Come check it out!

https://github.com/chumpy/ActiveRecordComposition

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in