xquerrail
xquerrail copied to clipboard
Pronounced "Squirrel" - An XQuery based rails framework for rapid application development
The readme is missing important details, for example: - overview - dependencies - example code/app For example, the first bullet point is "Create a database". Where? With what? On what...
I have a model similar to this: /product/ When I create a model with params that do not contain an imageReference and imageLocation, it throws this error: [1.0-ml] URI Variables...
Hi Gary, Have you given support to update/add/delete element inside container? For Example: Suppose I have a data model for assetsReferences: ........... So suppose I have to add some assetReferences...
While uploading a binary file. it is giving error in request.xqy. (:Load All Request Fields:) for $j in xdmp:get-request-field($i) let $filename-key := fn:concat($PARAM-FILENAME-PREFIX,$i) let $x := if(fn:matches($j,"^({|[)*(}|])$","mix")) then ..... in...
it is not redirecting to login page when we browse any url before login . for example: http://localhost:9899/demo/editinplace. if we will type.it is showing me that page without asking authentication...
2012-04-18 13:44:55.435 Info: http-xquerrail: 2012-04-18 13:44:55.435 Info: http-xquerrail: interceptor:ml-security::after-request 2012-04-18 13:44:55.440 Info: http-xquerrail: Not-Redirecting:: 2012-04-18 13:44:55.440 Info: http-xquerrail: test123 2012-04-18 13:44:55.440 Info: http-xquerrail: application:default:login 2012-04-18 13:44:55.440 Info: http-xquerrail: anonymous 2012-04-18...
JSON output does not properly reflect the JavaScript data structures. For example: http://demo.appliedrelevance.com:8005/taxonomies/list.xml ``` xml 1 100 1 1 df9db0c4-73c1-f4cb-a8f8-e325e31f033914abf801 "Taxonomy01" ``` http://demo.appliedrelevance.com:8005/taxonomies/list.json ``` javascript {"currentpage":"1","pagesize":"100","totalpages":"1","totalrecords":"1","uuid":"df9db0c4-73c1-f4cb-a8f8-e325e31f033914abf801","taxonomyId":"","taxonomyName":"\"Taxonomy01\"","taxonomyDescription":"","taxonomyEnabled":""} ``` Note that the...
Hi Gary, There are two directories ' _framework' and '__framework' under src folder. which one is updated? the 'rewriter.xqy' file is missing from 'src. this file is present inside '_framework'...