Joe Atzberger

Results 84 comments of Joe Atzberger

Migrations are now versioned, so it would have to know the version of the generation to make.

@lgreski if you can rebase this PR on master, it will clean up the commit history considerably.

Change your assignment line to: ```ruby dup_nodes = Nokogiri::XML::NodeSet.new(Nokogiri::XML::Document.new, duplicates.to_xml) ``` And I suspect you get the desired behavior. Also, you can cut out some middle steps by applying `.xpath`:...

I like many of the git clients and have used them in the past, but when they fail, the only way out is on the command line. For that reason,...

@mindscratch: I think your code block has a typo `reoprts`, unclear if that accurately reflects error message or not.

Your best options: - for simpler cases, use an in memory DB (like SQLite) that is so cheap to initialize and manipulate, it doesn't matter if you rebuild it for...

This affects our integration. Ruby Hash default key order ends up determining the XML of the request instead of the governing WSDL document's `xs:sequence`. See: #859

I think this relates to escaping as discussed in #101

Looks like we still have this? ``` scss &.list ul { @include content-columns(3); } ``` What's the fix?