-
Needs to have enough to get someone started with:
- Standalone script app
- Groovy Gradle app
- Java Gradle app
-
My code to transmit files that worked with 4.0.6 does not work with 4.0.7 or 4.0.8. No response is set, and the connection will timeout.
To reproduce:
1. Checkout https://github.com/alkemist/ratpack-…
-
In application code, users interact with Ratpack via the Context object. This is particularly true of Handler impls.
Users could unit test Handler impls by supplying a mocked Context instance, but t…
-
-
IntelliJ reports the following error upon loading the project at https://github.com/tyama/ratpack-gorm-mongo-example
```
Error while parsing action 'Root/Sequence/ZeroOrMore/Sequence/Block/FirstOf/H…
-
Split ratpack-test-support between Internal and Public parts. Example RequestingSpec is public but InternalRatpackSpec is internal.
-
> > gradlew run
``` java
ratpack.groovy: 6: unable to resolve class org.ratpackframework.groovy.templating.Template
@ line 6, column 1.
import static org.ratpackframework.groovy.templating.Templa…
-
Hi,
I'm playing with the groovy standalone script example and I may have encountered a bug. If I send an empty response I get the following exception:
```
io.netty.buffer.IllegalBufferAccessExcepti…
-
You can reproduce with this app:
https://github.com/alkemist/ratpack-netty-encoder-exception
1. Run `./gradlew idea` on checkout
2. Open in IDEA
3. Use the generated run configuration to start the ap…
-