# |
Jul 17th 2009, 13:01 |
techno-geek |
probably wouldn't hurt |
# |
Jul 17th 2009, 13:01 |
ProLoser|Work |
bah wanna go back to #cupcakes? |
# |
Jul 17th 2009, 13:01 |
techno-geek |
you guys are so anal about your logs lol |
# |
Jul 17th 2009, 13:00 |
ADmad |
not annoying me just filling up logs ;) |
# |
Jul 17th 2009, 13:00 |
ProLoser|Work |
meh, i rarely get some of their comments |
# |
Jul 17th 2009, 13:00 |
techno-geek |
ADmad, what do you mean? if I am annoying you or something I apologize and I can move this into a PM |
# |
Jul 17th 2009, 13:00 |
ProLoser|Work |
? |
# |
Jul 17th 2009, 12:59 |
ADmad |
techno-geek: nice monlogue you are having :) |
# |
Jul 17th 2009, 12:59 |
techno-geek |
a little bit |
# |
Jul 17th 2009, 12:59 |
ProLoser|Work |
have you looked at shells? |
# |
Jul 17th 2009, 12:59 |
ProLoser|Work |
creating a shell is the 'proper' approach to modifying the bake templates |
# |
Jul 17th 2009, 12:59 |
ProLoser|Work |
no |
# |
Jul 17th 2009, 12:59 |
techno-geek |
wouldn't this be best accomplished by modifying the bake templates? |
# |
Jul 17th 2009, 12:58 |
ProLoser|Work |
no template generators |
# |
Jul 17th 2009, 12:58 |
ProLoser|Work |
things that work WITH auth or are replacements to |
# |
Jul 17th 2009, 12:58 |
ProLoser|Work |
everyone has done /different/ stuff |
# |
Jul 17th 2009, 12:58 |
ProLoser|Work |
i looked around |
# |
Jul 17th 2009, 12:58 |
ProLoser|Work |
cuz i don't think anyones done it |
# |
Jul 17th 2009, 12:58 |
ProLoser|Work |
which i think is exactly what a shell is |
# |
Jul 17th 2009, 12:58 |
techno-geek |
but why re-invent something someone else has done? |
# |
Jul 17th 2009, 12:58 |
ProLoser|Work |
i'm simply generate a template of my controller/actions/model |
# |
Jul 17th 2009, 12:58 |
ProLoser|Work |
it's not time-intensive |
# |
Jul 17th 2009, 12:57 |
techno-geek |
seems like something someone already probably did |
# |
Jul 17th 2009, 12:57 |
techno-geek |
I would do some intense googling for current solutions before I invested the time on that |
# |
Jul 17th 2009, 12:56 |
ProLoser|Work |
i guess i could just make a shell script |
# |
Jul 17th 2009, 12:56 |
ProLoser|Work |
otherwise it's a template controller/model/views |
# |
Jul 17th 2009, 12:55 |
ProLoser|Work |
it just screams plugin to me |
# |
Jul 17th 2009, 12:55 |
ProLoser|Work |
if i always have a forgotten pass action, a register action, a change pass, edit profile, stuff like that |
# |
Jul 17th 2009, 12:55 |
ProLoser|Work |
i /do/ just copy paste the code but it seems like that's what a plugin IS |
# |
Jul 17th 2009, 12:55 |
ProLoser|Work |
plus the matter of the custom user validation/actions |
# |
Jul 17th 2009, 12:54 |
ProLoser|Work |
figure do both and make it worth the while |
# |
Jul 17th 2009, 12:54 |
ProLoser|Work |
but acl? |
# |
Jul 17th 2009, 12:54 |
techno-geek |
*minutes |
# |
Jul 17th 2009, 12:54 |
techno-geek |
it takes less than 5 minuts |
# |
Jul 17th 2009, 12:54 |
techno-geek |
Auth is trivial to setup though |
# |
Jul 17th 2009, 12:53 |
ProLoser|Work |
but iunno it was just cuz i'm reusing it so much |
# |
Jul 17th 2009, 12:53 |
ProLoser|Work |
the issue is the scenarios when you tweak it |
# |
Jul 17th 2009, 12:53 |
ProLoser|Work |
it's just a small bundle of files already setup for you |
# |
Jul 17th 2009, 12:53 |
ProLoser|Work |
and you can continue to manually specify allow/deny as you normally do |
# |
Jul 17th 2009, 12:53 |
ProLoser|Work |
what if you just load the plugin and on initilization it loads auth site-wide |
# |
Jul 17th 2009, 12:52 |
ProLoser|Work |
i just was thinking that auth is the one thing i setup almost identical on every single environment, except i've been assuming i have to build it into the app due to it's nature, authorization |