Title: Re: [Rails] Rails & Postgres sandbox
Hassan,

Why is it orthogonal?

And, yes, I understand what orthogonal means in this context.

And thank you for pointing out ActiveRecord::ConnectionHandling.establish_connection.

Ralph

Saturday, April 14, 2018, 8:15:13 PM, you wrote:

HS> On Sat, Apr 14, 2018 at 12:28 PM, Ralph Shnelvar <
ral...@dos32.com> wrote:

>> 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 using whatever SQL they wish and for each
>> user not to be able to interact with other users' extracted data.

HS> I think the above requirement is somewhat orthogonal to the one
HS> below, but...

>> I have Devise working to give access to each separate user but now I
>> need/want suggestions as to how to link a Devise authorized user with a
>> correspondingly named Postgres user.

HS>   ActiveRecord::ConnectionHandling.establish_connection

HS> --
HS> Hassan Schroeder ------------------------
hassan.schroe...@gmail.com
HS> twitter: @hassan
HS> Consulting Availability : Silicon Valley or remote




Ralph

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/18868870.20180414203845%40dos32.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to