-
-
Not exactly sure how this is going to work, but it's a reasonable feature to support.
-
Add all the Javadoc for codahale-metrics support
rhart updated
10 years ago
-
To demo how to secure multiple pages in https://github.com/panzhangwang/ratpack-angular-auth, I need a feature to support multiple prefix handling.
``` groovy
prefixAny(["product","user"]) {
…
-
Params values come from both from the query string of the URL and in the body of a POST. We could do some extracting from parameters and based on that routing and logging will be easier.
So, a method…
-
Support reporting metrics to the console.
rhart updated
10 years ago
-
I'm thinking of an equivalent of Vert.x's `sendFile()`: an efficient way to write a file direct to the response. Very useful for static resources. I'm not aware of whether Netty has built-in support f…
-
There is some refactoring needed as Handlebars 1.2.1 introduced a new HelperRegistry -- https://github.com/jknack/handlebars.java/issues/254
-
For us CloudBees users it would be nice to have a script to deploy to RUN@Cloud. It would also be nice to have a ClickStack and even a ClickStart.
I'm creating this issue as a tracking issue as Mich…
-
I know you should give a name to the project you're about to create but if you don't you get greeted by an ugly NPE. Perhaps the create-command can return a much better error message such as "Did you …