# |
Aug 7th 2008, 04:56 |
alkemann |
they are a bit strict on the bakery. i got an article that is unpublished as well |
# |
Aug 7th 2008, 04:56 |
achew22 |
ask AD7 or gwoo or one of the documentation guys |
# |
Aug 7th 2008, 04:56 |
achew22 |
it may not be public |
# |
Aug 7th 2008, 04:55 |
alkemann |
cant find that version behavior. u got it? |
# |
Aug 7th 2008, 04:55 |
achew22 |
ACTION pets cakebot |
# |
Aug 7th 2008, 04:55 |
achew22 |
oh cakebot, you don't know what's coming for you... your going to get a message queue soon |
# |
Aug 7th 2008, 04:55 |
alkemann |
ah |
# |
Aug 7th 2008, 04:55 |
achew22 |
so !!! also works |
# |
Aug 7th 2008, 04:54 |
achew22 |
and I set up ~!! and ~!!! |
# |
Aug 7th 2008, 04:54 |
alkemann |
ah ok |
# |
Aug 7th 2008, 04:54 |
achew22 |
no -- its only catching when the line starts with ! |
# |
Aug 7th 2008, 04:54 |
alkemann |
HELP!!!! |
# |
Aug 7th 2008, 04:54 |
alkemann |
HELP!!! |
# |
Aug 7th 2008, 04:54 |
alkemann |
lol |
# |
Aug 7th 2008, 04:54 |
achew22 |
lol |
# |
Aug 7th 2008, 04:53 |
achew22 |
ACTION is mad at alkemann |
# |
Aug 7th 2008, 04:53 |
alkemann |
no. can u show it? |
# |
Aug 7th 2008, 04:53 |
achew22 |
alkemann: did you see the new thing the bot does when people get mad? |
# |
Aug 7th 2008, 04:53 |
alkemann |
heh, yea i wanna make someting, not learn to make something :P and i try to focus on readable code, vs. over documenting |
# |
Aug 7th 2008, 04:53 |
achew22 |
although sometimes I end up with work projects that are 30% comments which is always nice when I come back |
# |
Aug 7th 2008, 04:52 |
achew22 |
makes my head hurt |
# |
Aug 7th 2008, 04:52 |
achew22 |
ah but I live in the strange high paced dev world / slow paced higly documented educational world still |
# |
Aug 7th 2008, 04:52 |
alkemann |
im not in school anymore. its all about practical :P |
# |
Aug 7th 2008, 04:52 |
achew22 |
if I turned it into a professor yes, but for me its just fine |
# |
Aug 7th 2008, 04:51 |
alkemann |
is the documentation in Logable too sparse? |
# |
Aug 7th 2008, 04:51 |
achew22 |
ad7 would know |
# |
Aug 7th 2008, 04:51 |
achew22 |
I know the book has one |
# |
Aug 7th 2008, 04:50 |
alkemann |
ur using a versioning behavior now? |
# |
Aug 7th 2008, 04:50 |
achew22 |
get ready for some major hugs then -- right after I see that code ;) |
# |
Aug 7th 2008, 04:49 |
alkemann |
i love hugs! :P |
# |
Aug 7th 2008, 04:49 |
Martz |
JeffEmbracedDC: yeah, as alkemann said. Something like: User, Groups, GroupUsers. GroupUsers belongsTo User, Group. User hasMany GroupUsers. Group hasMany GroupUsers - and find more recursively |
# |
Aug 7th 2008, 04:49 |
achew22 |
that would be a great addition I'd give you a hug if you did that |
# |
Aug 7th 2008, 04:49 |
alkemann |
i will definitivly take a look at it |
# |
Aug 7th 2008, 04:48 |
achew22 |
not to make it complicated or anything |
# |
Aug 7th 2008, 04:48 |
achew22 |
alkemann: if you mixed versioning with logging with polymporphic you would be able to do it |
# |
Aug 7th 2008, 04:48 |
JeffEmbracedDC |
alkemann: cool :) |
# |
Aug 7th 2008, 04:47 |
alkemann |
JeffEmbracedDC: belongsTo, since the key is in that model |
# |
Aug 7th 2008, 04:47 |
alkemann |
be hard to make it totally general though, would have to be associated with the specific Version behavior i think |
# |
Aug 7th 2008, 04:47 |
JeffEmbracedDC |
Martz: in your join table model... is in belongsTo or hasOne back associations? |
# |
Aug 7th 2008, 04:46 |
achew22 |
alkemann: you could do both, associate the log change with a shadowtable's element id |
# |
Aug 7th 2008, 04:45 |
alkemann |
it'd be a bit complicated, it is an obvious step. But i was thinking maybe if u want that, its better to use the Versioning beahvior with shadowtables? |