Re: pyramid terminology: "model"->"resource"

2010-12-15 Thread Rocky Burt
+1 for me The name doesn't really matter that much to me but anyone learning Pyramid from a non-zopey background will get tripped up by the usage of model imho. - Rocky -- You received this message because you are subscribed to the Google Groups "pylons-devel" group. To post to this group, se

Re: stucco_auth 0.1e-6 released

2011-01-23 Thread Rocky Burt
After much discussion between Daniel and myself we both preferred this non-threadlocal approach. I've tried to abstract this mechanism out into its own set of components which I encourage anyone to give a try. http://pypi.python.org/pypi/Khufu-SQLAHelper Hopefully other people can get use out

Re: Using Mako Templates in Pyramid with Google App Engine

2011-01-23 Thread Rocky Burt
I think it's often easy to forget just how unnecessary the Paster portion of configuration really is ;) -- You received this message because you are subscribed to the Google Groups "pylons-devel" group. To post to this group, send email to pylons-devel@googlegroups.com. To unsubscribe from this

Re: Requirements for Pyramid 1.0b1

2011-01-23 Thread Rocky Burt
FYI I created DistChecker for almost this exact reason... http://pypi.python.org/pypi/DistChecker/ Typically what I end up doing is going into the directory containing my egg and simply going: distchecker compare_sdist --with-python=/path/to/virtualen

RapidGiza 0.2 released

2011-02-04 Thread Rocky Burt
RapidGiza is a set of Paster templates that provide out of the box: * An application based on the Pyramid_ web application framework * Default SQLAlchemy_ engine/session-factory setup * All ``.jinja2`` files matched as Jinja2_ templates * Khufu-Script_ setup for running the app in devel

Re: Global variables

2011-02-12 Thread Rocky Burt
I don't think there's any concrete patterns yet for where such things get stuffed. I myself use a combination of items set on the application object itself and additionally in the registry ... and sometimes in the settings dict attached to the registry. For example, Khufu-SQLAHelper stores the

pyramid_tm 0.1 released

2011-02-25 Thread Rocky Burt
pyramid_tm 0.1 has been released. ``pyramid_tm`` is a package which allows Pyramid requests to join the active transaction as provided by the `transaction `_ package. See `http://docs.pylonsproject.org/projects/pyramid_tm/dev/

Re: Avoiding releases broken due to missing setuptools_git

2011-02-26 Thread Rocky Burt
I stopped using the setuptools_somevcs extensions due to having bugs crop up when upgrading other software. So now I use DistChecker < http://pypi.python.org/pypi/DistChecker/> before I publish any releases. $ cd pyramid_myproject $ distchecker compare_sdist $ distchecker test_sdist . "di

Re: installing pyramid/Chameleon: No module named distribute_setup ?

2011-02-28 Thread Rocky Burt
Just an update that Chameleon 2.0rc2 was just released that fixes this as well. - Rocky -- You received this message because you are subscribed to the Google Groups "pylons-devel" group. To post to this group, send email to pylons-devel@googlegroups.com. To unsubscribe from this group, send em

pyramid_jinja2 0.6.1 released

2011-03-03 Thread Rocky Burt
Just released pyramid_jinja2 0.6.1. Download url: http://pypi.python.org/pypi/pyramid_jinja2 Changes specific to this release... - Asset-based loading now takes precedence and does not require "asset:" prefix - Fixed the "current" package mechanism of asset: loading so that it more accura

Re: Some thoughts about Pyramid

2011-03-04 Thread Rocky Burt
I would be +1 on splitting this up to pyramid_chameleon and pyramid_mako. But that's almost certainly because I have no use for either of those templating languages and for my specific work they sort of feel like bloating pyramid core. That being said, their presence doesn't cause any real pro

Re: RESTful Pyramid

2011-03-14 Thread Rocky Burt
I still think traversal-based resources lend themselves to RESTful mappings better than route-based routines. GET /notes # get a listting of all notes POST /notes # create a new note GET /notes/firstnote# get full information on the "firstnote" note PUT /notes/firstno

khufu_sqlalchemy 0.5 released

2011-05-04 Thread Rocky Burt
khufu_sqlalchemy is meant to reduce the plumbing required to configure a SQLAlchemy based database connection with a Pyramid based web app. Please see khufu_sqlalchemy @ github or docs/index.rst in the source distribution for full docs. Home Page: http://khufuproject.github.com/khufu_sqlalchemy

Re: how to open up our code, possible pyramid extension project

2011-06-10 Thread Rocky Burt
This is pretty awesome. I can't wait to see some code. - Rocky -- You received this message because you are subscribed to the Google Groups "pylons-devel" group. To view this discussion on the web visit https://groups.google.com/d/msg/pylons-devel/-/bvwKH3JRHMcJ. To post to this group, send e

Re: how to open up our code, possible pyramid extension project

2011-06-10 Thread Rocky Burt
Biased opinion ahead: I use https://github.com/serverzen/DistChecker - Rocky -- You received this message because you are subscribed to the Google Groups "pylons-devel" group. To view this discussion on the web visit https://groups.google.com/d/msg/pylons-devel/-/g0h2hT63_JkJ. To post to this

khufu

2013-02-19 Thread Rocky Burt
Is anyone out there using any of the khufu components these days? I'm considering advancing it to take advantage of pyramid 1.4 features but only if there's some level of demand. I'm also looking for contributors to the projects. http://khufuproject.github.com/ -- You received this message b