Pavel Veller
Pavel Veller
I very much like the idea! I was thinking about the semantic though and I'm not sure I like bolting on extension methods to the `Db` object. It looks a...
Totally! :) I knew something was wrong with the `db.Create()` and I also remember mentioning the _fluent API_ back when @kamsar asked for the simple add-and-get. I like it a...
I just switched to https://github.com/JSONPath-Plus/JSONPath
Maybe use `@@templateid` in your query predicate to filter down to only the type of items your rendering can handle? Sent from my iPhone > On Jun 5, 2015, at...
Take a look at issue #30. The solution is to use `Sitecore.Ship` version 0.4 that you can download off of the pre-release MyGet feed: https://www.myget.org/F/sitecore-ship-prerelease/api/v2/package
I can't tell. @kevinobee had big plans to rewrite with SSC and WebAPI and haven't pushed 0.4 to NuGet.
Ship is an HTTP handler that maps to /services. URL (endpoint) resolution is done in code. Classic ASP.NET version checks strings. Nothing fancy. Nancy uses route mapping. To extend Ship...
You guys must have built your own version to enable `/scshipservices`, correct? Can you please post the stack trace details?
If you don't have detailed errors enabled in your `Web.config` you won't see the YSOD with the stack trace in your browser. Go look at the log files on the...
Thanks. I believe you found it. No exception stack trace means no error. Sitecore just doesn't let Ship handle the URL but otherwise has no clue what to do with...