Michal Kwiatkowski
Michal Kwiatkowski
I committed a test case that reproduces the problem in http://github.com/infrared/searchlogic/commit/34d3b89122812df2b4fa9a0c8339674ecf25f206 When you have two models joined with has_and_belongs_to_many and you search one of them with something like: ``` FirstModel.search(:second_models_id_equals_any...
Changes required to update the stack on Heroku.
Some of the changes (like the Python 2.7 compatibility) has been fixed in the new 0.3 version of pinocchio, but others that you implemented may still be backported. What do...
With escaping enabled "format 10" test was failing with: ``` ✗ format 10 { processingInstructions = [{ name = "xml", value = "version="1.0"" }], docType = Nothing, root = Element...
Notice the difference in behavior: ``` $ nosetests --decorator-file examples/test_decorator.attribs examples/test_decorator.py -a meth_one . ---------------------------------------------------------------------- Ran 1 test in 0.000s OK $ nosetests-3.4 --decorator-file examples/test_decorator.attribs examples/test_decorator.py -a meth_one ---------------------------------------------------------------------- Ran...