solnic changed the topic of #rom-rb to: Ruby Object Mapper | Mailing List: https://groups.google.com/forum/?fromgroups#!forum/rom-rb | Logs: http://irclog.whitequark.org/rom-rb
lfox has quit [Quit: ZZZzzz…]
CraigBuchek has joined #rom-rb
lgierth has quit [Ping timeout: 252 seconds]
lfox has joined #rom-rb
lfox has joined #rom-rb
lgierth has joined #rom-rb
lgierth has quit [Quit: Ex-Chat]
CraigBuchek has quit [Quit: Leaving.]
lfox has quit [Quit: ZZZzzz…]
dbussink has quit [Ping timeout: 252 seconds]
dbussink has joined #rom-rb
skade has joined #rom-rb
mbj has joined #rom-rb
skade has quit [Quit: Computer has gone to sleep.]
skade has joined #rom-rb
skade has quit [Quit: Computer has gone to sleep.]
skade has joined #rom-rb
skade has quit [Excess Flood]
skade has joined #rom-rb
skade has quit [Client Quit]
postmodern has quit [Quit: Leaving]
solnic has joined #rom-rb
skade has joined #rom-rb
mbj has quit [Quit: leaving]
solnic has quit [Quit: Linkinus - http://linkinus.com]
cored has joined #rom-rb
skade has quit [Quit: Computer has gone to sleep.]
skade has joined #rom-rb
Gibheer has quit [Read error: Operation timed out]
_br_ has quit [Ping timeout: 252 seconds]
_br_ has joined #rom-rb
Gibheer has joined #rom-rb
CraigBuchek has joined #rom-rb
jfredett-w has quit [Ping timeout: 248 seconds]
jfredett has joined #rom-rb
breakingthings has joined #rom-rb
lfox has joined #rom-rb
kleech has joined #rom-rb
kleech has quit [Remote host closed the connection]
theCrab has joined #rom-rb
kleech has joined #rom-rb
<theCrab> hey avdi :))
<theCrab> Has anyone tried to simulate GitHub's Organisations ACL using DM?
<avdi> theCrab: hi!
<theCrab> avdi: long time, hows the world around you?
<avdi> theCrab: who are you IRL?
<theCrab> avdi: I am theCrab. I roll around in mud and bite barefooted muddy explorers when they come close to my nest. I protect the rubies under water storages :))
<jfredett> Clearly, you are the hero Gotham deserves.
<CraigBuchek> I'm not yet convinced that theCrab isn't a bot.
<theCrab> jfredett: The dark underground passages of Gotham you mean? Have you been there?
<theCrab> CraigBuchek: sending mrs. botylicious to spy on you ;)
<theCrab> avdi: No messing. I bought some of your literary awesomeness a while back. We haven't met but i wrote you a while back. On Github and everywhere else, I am theCrab. My mom calls me Jak mostly and Jakson when she is pissed off.
kleech has quit [Remote host closed the connection]
lfox has quit [Quit: ZZZzzz…]
breakingthings has quit []
breakingthings has joined #rom-rb
breakingthings has quit [Client Quit]
theCrab has quit [Quit: Sleeping -_-]
theCrab has joined #rom-rb
theCrab has quit [Client Quit]
mkristian has joined #rom-rb
skade_ has joined #rom-rb
skade has quit [Ping timeout: 240 seconds]
lfox has joined #rom-rb
kleech has joined #rom-rb
breakingthings has joined #rom-rb
kleech has quit [Remote host closed the connection]
skade_ has quit [Quit: Computer has gone to sleep.]
lgierth has joined #rom-rb
lgierth has quit [Read error: Connection reset by peer]
onewheelskyward has quit [Ping timeout: 245 seconds]
cored has quit [Ping timeout: 272 seconds]
cored has joined #rom-rb
cored has joined #rom-rb
cored has quit [Changing host]
theCrab has joined #rom-rb
postmodern has joined #rom-rb
mkristian has quit [Quit: bye]
breakingthings has quit []
breakingthings has joined #rom-rb
sferik has joined #rom-rb
<theCrab> Has anyone dealt with implementing the GitHub-like ACL using DataMapper https://gist.github.com/theCrab/8721016
<theCrab> I need some help with it
jfredett has quit [Remote host closed the connection]
onewheelskyward has joined #rom-rb
jfredett-w has joined #rom-rb
breakingthings has quit []
skade has joined #rom-rb
breakingthings has joined #rom-rb
lfox has quit [Quit: ZZZzzz…]
<xybre> theCrab: did you try in the data mapper channel?
breakingthings has quit []
<theCrab> xybre: i did. Doesn't seam like anyone's in there
<theCrab> xybre: any hints?
<xybre> theCrab: What are you trying to do?
<theCrab> xybre: I have Organisation, User, Repository/Vehicle, Team. An Org has many teams. A team hbtm users, A team has different permissions. A User can be a collaborator on another users repo
<theCrab> xybre: I think there is a github repo that is similar to GitHub. I'll search for it. It might offer a clue
<xybre> ACL and such are a set of Hard Problems.
<theCrab> I have very simple permissions. Similar to GitHub clone, push_pull, destroy. Just three.
<theCrab> xybre: have you looked at the gist? https://gist.github.com/theCrab/8721016
<xybre> Read, Write, Execute are only three. But then they are per user and per group. </unix>
cored has quit [Ping timeout: 272 seconds]
<xybre> Anyway, if you jsut want to do it anyway, you'll need a join table for UserStuff and OrgStuff that sets permissions for each per "Stuff" (Repo or whatever).
<theCrab> xybre: yes. If you get a collaborator on your repo, they can push,pull. If they are in a team, they can have execute. One is higher than the other. Inherited as you go up
<theCrab> xybre: am on Version 2.0
<xybre> theCrab: did you even look to see if its in 2.0?
sferik has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
cored has joined #rom-rb
cored has joined #rom-rb
<xybre> Anyway, the point is, you're looking for an "Authorization" solution, if you google using that word you'll find more relevant stuff.
skade has quit [Quit: Computer has gone to sleep.]