Hedgehog
Hedgehog
Cross referencing the same issue: https://github.com/hedgehog/cuken/issues/6
Even when I change `#\ 4100` and run `bundle exec serve` I see: ``` $> ps aux|grep -i rackup hedge 19696 6.4 0.2 128644 47228 pts/30 Sl 19:59 0:08 ruby...
Arel might be worth looking at too: http://github.com/nkallen/arel
I should also mention async_sinatra (http://github.com/raggi/async_sinatra) since AOP seemed to give my code a nicer feel than pushing Procs/lambdas into a queue and poping them off it, or throw/catch between...
The approach taken by datamapper might be worth looking at: http://datamapper.org/
I think the `Class#method` convention for referring to instance methods is sufficiently sell established in Rubyists minds that what you propose would be acceptable to most people. That is, I'd...
Just speculation at the moment: I think this will require switching to Yard (http://github.com/lsegal/yard) and unless an existing handler plugin can be made to suffice, possibly writing a yard-aquarium plugin?...
Yes there is a space. I haven't worked out why but this does seem to be intentional by the Sinatra community - I'm just starting to get to grips with...
I'm not very familiar with Webgen though I did superfically consider it before settling on nanoc (http://nanoc.stoneship.org). I have been able to build a simple site (http://hedgehog.github.com/scar/) and have it...
I know the FFI library/gem wrestled with garbage collection and Ruby Object's lifespans, etc. Something might be learned from their experinces? http://github.com/ffi/ffi