We use Edge Rails in our projects. Call me stupid if you like, I like living on the edge (get it?). This desire to push our luck has bitten us a couple of times, but not in any serious way. Not until recently anyway. We use OpenID – another brand new cool technology. The combination…
Category: edge rails
Changes to Nested Routes in Edge Rails
When I first saw nested resources in this REST paper I thought cool that makes sense. So we started using the nested resource method in our projects. Then it got a bit wierd – like why should I have to do this/1/that/2/foo/3 if I want to get to foo. Why can’t I just get to…