Thorsten Lockert

Results 5 issues of Thorsten Lockert

So, maybe it would be helpful if someone else would help with issues and pull requests (to start with, at any rate)... Might provide a bit more timely changes on...

help wanted

There is no real samples of use, so I've been trying (and failing) to figure out how one is expected to configure nested resources... For example: - /observatories - /observatories/1...

It would be nice if one could configure a default path prefix, e.g. something like "/api/v1" to be used for all resources. I tried the obvious and used `config.include('rest_toolkit', route_prefix='/api/v1')`,...

It would often be very helpful if it would be possibly to hook into `ModelAuthenticatable` and `ModelTokenAuthenticatable` to cause related data to be eager loaded. One area where this would...

enhancement

With Pylons 1.0.1rc1 running nosetests on a Pylons project no longer works -- seems the nose plugin is no longer registered, and so nosetests fails saying "--with-nose" is not a...