Routing broken in head
Reported by Nolan Darilek | March 23rd, 2009 @ 11:25 AM
None of my routes work in head. If I activate ruby-debug in the context of the router, none of my stanza xpaths match, even simple ones. If I try running the match manually, such as:
stanza.xpath("//presence")
for a presence stanza, it fails.. I can match priorities and children elements of presence, but not the root element.
According to git bisect, this is the commit where it breaks:
1561897e499c64e1b479239378723f7c00944d4b
My app works fine before that commit, but breaks after.
Perhaps until a spec suite is fairly complete, head should be checked quickly against an app to ensure that it still performs on a basic level?
No comments found
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Babylon is a framework to build EventMachine based XMPP External Components in Ruby.