Skip to content
This repository has been archived by the owner on Dec 28, 2018. It is now read-only.

Skeleton for creating a gem for Sharing your Active Record models

License

Notifications You must be signed in to change notification settings

MarioCarrion/share-activerecord-models

Repository files navigation

share-activerecord-models

This is a barebones repository describing how to use the rails gem for allowing you to use migrations, generators and at the same time to allow you share your ActiveRecord models.

I like PostgreSQL, therefore I like scenic so make sure you have your daemon running and then:

rake db:create db:migrate db:test:prepare && rspec

Try using the regular generators:

rails generate migration CreateYolos
rails generate scenic:view yolo_products --materialized

About

Skeleton for creating a gem for Sharing your Active Record models

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published