We just upgraded AdGrok from Rails 3.0.4 to 3.0.5, which was released a couple days ago. This is a “patch release,” which according to the rules, has only backwards compatible bug fixes.
A bunch of our integration tests failed before we pushed to production, and we found out that a pretty big change was introduced: namespaced urls are now prefixed by the namespace, and before 3.0.5 (like, 3.0.4), they weren’t.
Here’s the simplest example of what’s going on: