Ram Dobson
Ram Dobson
## main.js.coffee ``` erb ... 'cleanup' %> ``` ## _cleanup.js.coffee ``` erb x = 1 alert x ``` results in ``` ActionView::Template::Error (SyntaxError: reserved word "var" on line 12): ```
When i query a pointset for intersection with 3 polygons (which should be adjacent and disjoint) i get the following ``` boxes.map {|box| Address.where { projected_latlon.op('&&', box) } }.map(&:size) >...
### Current behavior: .get('//div') doesn't work .find('p/span') also doesn't work ### Desired behavior: It gets the element using document.evaluate just like get and find currently uses document.querySelector. or to avoid...
Can we add support for reading from rush.json? I'm happy to submit a PR if it'd be likely to merge.