August 2006
2 posts
4 tags
Routes 1.4 Release and Web Services
This is slightly old as Routes 1.4 was released about a week and a half ago, but I thought it deserved some attention. There were a handful of fixes and some slightly major feature enhancements in 1.4.
From the changelog:
Fixed bug with map.resource related to member methods, found in Rails version.
Fixed bug with map.resource member methods not requiring a member id.
Fixed bug related...
1 tag
Pylons 0.9 released
Last week during OSCON 2006, I was able to get a release of Pylons out. This version had some big internal changes, no longer using custom Myghty resolvers. We now use a very straight-forward WSGI interface to setup the application and the middleware. It’s easier to customize as a result, and the call-cycle is very understandable.
A bonus of our emphasis on using the WSGI specification and...