Rails & Postgres sandbox

2018-04-15 Thread Jeremy Evans
I don't think there is anything Sequel specific other than maybe using the sharding support to support connections as different database users, as well as the server_block and arbitrary_servers extensions to make sharding easier. You probably want separate schemas or tables per user with

Rails & Postgres sandbox

2018-04-14 Thread Ralph Shnelvar
On "Ruby on Rails: Talk" I posted the following question > Ruby, > > I have a collection of Postgres tables I want my users to be able to > access (share)but not modify on my Rails website . I want each of them to > be able to extract data from the tables