Hi Ben, Life's busy again for me but I've had a bit of free time to put up a FastCGI tutorial and I hope to have a nicely working SA Crud system based on your ideas fairly soon. Should also have a final release of authkit too and will formally release FormBuild. > Nice work Nicholas! Btw, Pylons 0.8.1 should be out in the next week, > I'm also probably going to push out new releases of WebHelpers and > Routes at the same time and make sure it works with the latest Paste > 0.9. >
I've added two modules to webhelpers and incremented the version number to 0.1.1, so if you do make a release that would be cool. Are you planning on implementing the scriptaculous command to copy the files into the users Pylons directory or should I press ahead and write middleware in webhelpers.middleware that can go after staticapp in the cascade and load the files straight from webhelpers? Which do you think is the better approach? If you don't want the scriptaculous command we should probably remove it. This would work fine for the scriptaculous app in the cascade if we keep zip_safe = False. Shall I add it to Pylons.middleware or WebHelpers? from paste import fileapp import webhelpers, os.path scriptaculous_app = fileapp.FileApp(os.path.join(webhelpers.__path__[0], 'rails', 'javascripts')), m, request) Hope you're well, James --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pylons-discuss -~----------~----~----~----~------~----~------~--~---
