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!

Submit a post

You can use basic HTML markup (e.g. <a>) or Markdown.
Note that your post may be edited to suit the format of the site.

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

Post Preview

Note: Only the first pargraph is shown on the front page and overly long paragraphs may be broken up.

constructable gem

I made this gem to simplify class construction.

Looks like a lot of overlap with a gem I wrote. You may want to take a look: h…
What use cases are there for this? It seems like extra cost at no savings for c…
This library called Virtus does probably the same thing but with much cleaner…
A nice exercise in mental masturbation but completely useless.

Building Multi-tenant Rails Apps with PostgreSQL Schemas

In which I dig into the nitty, gritty details of implementing this multi-tenant strategy.

I don’t see the point of using schemas. Why not just one database per app and …
One DB per app does not scale. Think about shopify. They have 1000 tenants pr…
Also relevant is cost. DB’s often cost money, and at least early on in scaling…
Loading older posts