Results 38 comments of Ram Dobson

is the error in reading the plain files from the cloud possibly? On Tue, Feb 9, 2021 at 11:01 AM Trevor Hinesley wrote: > I'm using Puma with Nginx in...

I notice that the resource files in /app/admin reference the raw classes instead of a string with the given class... could we not delay the initialization until later? why do...

editing the files i mentioned above gets me further along, but things still crap out when we try to actually store the resource... it wants to create an ActiveAdmin::Resource::Name, which...

here's a stacktrace i'm getting... I've put an exception in listing.rb, to trace where it is being initialized from: ``` /home/fringd/code/active_admin/lib/active_admin/namespace.rb:169:in `eval': uncaught throw "NOOOOOOO" (ArgumentError) from /home/fringd/code/swapt_web/app/models/listing.rb:1:in `' from...

oh, just to be explicit ``` Address.where { projected_latlon.op('&&', st_union(boxes[0], st_union(boxes[1], boxes[2])) ) } > 117 ``` so the same result if union takes place in postgis do i have...

here is my factory declaration in the ``` MERCATOR_FACTORY = RGeo::Geographic.simple_mercator_factory set_rgeo_factory_for_column(:projected_latlon, MERCATOR_FACTORY.projection_factory) ``` i must admit that much of this is still mostly voodoo to me... I'd love a...

okay, that makes much more sense... I'm gonna try to get this to work with st_intersects... There need to be some well maintained examples somewhere linked to from the README......

okay interesting. was anybody else possibly trying to archive two files with the same name?