jmoiron plays the blues
3c702e8a to
gokogiri
fix memory leak and crash
jmoiron/monet 2f36c17 · add an Exists for some later code, put in a fixme to rename Upsert since it won't always upsert with models that have a null Id.. there's a condition i have to figure out there
8ecc181f to
gokogiri
update test cases.
98197461 to
gokogiri
evaluation of an xpath could return error. pop it up to Search
1693c73c to
gokogiri
add a string function to return the xpath itself
jmoiron/monet 831afd3 · documentation update, delete unused template
jmoiron/monet 668f398 · rearrange more templates to make some sense and isolate blog components with general app components
342d5c4a to
gokogiri
a test that causes memory leaks in libxml
ed90cf07 to
gokogiri
should free the memory in test
b0e14d5f to
gokogiri
a bad xpath at runtime returns an empty array
9e6f5045 to
gokogiri
fix the issue where an XPath contains an undefined function and the error is only exposed during evaluation. Should check the result pointer
github.com/moovweb/manhattan/issues/1070
e97b5f5b to
gokogiri
add two tests for compiling XPath expression
jmoiron/monet d24acac · major refactor which makes it easier to add more panels to the admin index and will ease development of the gallery application; all blog/page/stream stuff goes into monet/blog, monet/db has only db helpers and model interfaces (used by the blog app), monet/app has a user model and auth & some generic pagination
jmoiron/monet bf07856 · abandon separate ga and just put it in the code if it's there; make sure it's right above <head> as described
jmoiron/monet ad2145e · modify location of ga.js