m2r icon indicating copy to clipboard operation
m2r copied to clipboard

Mongrel2 Connection Adapter - Ruby Encrusted Steel-Reinforced Fist

Results 17 m2r issues
Sort by recently updated
recently updated
newest added

_restart (default) synchronous reloading (exposed by Tomcat). This strategy pauses incoming requests while it reloads the application and than serves them once ready (or timeouts if it takes too long)....

major
feature

Use ZMQ3 `disconnect` / `unbind` API whenever possible to avoid situation like this in Python mongrel2 adapter: ``` python def shutdown(self,timeout=None): """Shut down the connection. This indicates that no more...

http://documentup.com/perplexes/m2r http://www.rubydoc.info/github/perplexes/m2r/ Document private / public classes in API. Which tool should we use for documentation: http://warpspire.com/talks/documentation/ ? The documentation should be considered from 2 points: - A person who...

doc

Use `attach_file` instead of workaround from: https://github.com/jeroenvandijk/capybara-mechanize/issues/41 when this bug is fixed.

test
tiny

Allow to set min and max number of threads and kill/add more when needed

For starting the handler. We can take inspiration from: https://github.com/rfk/m2wsgi/blob/master/m2wsgi/__init__.py#L16

In favor of checking with `mocha` that methods of a mock were called in appropriate order.

test