lyonrb / wishlist

Meetup talks scheduler
https://github.com/lyonrb/wishlist/issues
7 stars 0 forks source link

Multi-tenant rails app #12

Closed pilap82 closed 10 years ago

pilap82 commented 10 years ago

I have an enterprise multi-tenant app hosted at Heroku, relying on the Apartment gem.

One of the main benefits is that it relies on Postgres schemas, which allows for a rather good level of isolation of my customers' data (each client has its own Postgres schema).

If you're interested I could do a talk on that. There are a lot of interesting related problems :) Among others: setup, SSL, migrations, background jobs, I18n...

let me know!

michaelbaudino commented 10 years ago

Definitely interesting... and related to a lot of SaaS products development. It might be a bit short for you for wednesday evening (or is it not ?), but maybe you could prepare a talk for the next meetup (september) ?

pilap82 commented 10 years ago

Wednesday is definitely not possible :o) But happy to schedule this for september.

I might need some assistance on the format of the talk (duration...) but we can discuss this later!

dmathieu commented 10 years ago

:+1: September is fine. The duration is usually between 10 to 30 minutes. If you can come on wednesday, you can have a few examples and we can talk a bit about it together.

cappert commented 10 years ago

great subject ! do you want to show a lot of code and details or talk about general concepts ?