-
Put all base starter code into it's own repo as a submodule
Git submodules: http://git-scm.com/book/en/Git-Tools-Submodules
Play submodules: http://www.playframework.com/documentation/2.0/SBTSubProje…
-
In a Playframework Java it is possible to bind a form from request, without a static Form.
But on Playframework Scala that option doesn't exists.
It should be nice if that option exists inside Scala…
-
The configuration cache is a feature that significantly improves build performance by caching the result of the configuration phase and reusing this for subsequent builds.
Implementing support for …
-
I'm not sure if the logs are public or not since I don't see reference to them anywhere, but I noticed today that no PRs are being sent in to https://github.com/DavidGregory084/mill-tpolecat even thou…
-
In order to cross-compile the `docs` code, we dropped `-Xfatal-warnings` and `-Werror` in https://github.com/playframework/playframework/pull/9413.
If/when the docs build goes to only run in scala …
-
- [x] akka-http-argonaut (see #754 )
- [ ] ~~akka-http-avro4s~~ avro4s-json module does not have a Scala 3 flavour and is [removed from project](https://github.com/sksamuel/avro4s/commit/7066b4dbeb82…
-
https://www.playframework.com/documentation/2.4.x/Highlights24
- [ ] Dependency injecting controllers
- [ ] DI for execution context
- [ ] DI for cache
- [ ] DI for WS client
- [ ] DI for ... ?
- [ ] …
maizy updated
9 years ago
-
Play 2.1 uses Ehcache by default.
It seems that scala-redis acts as a standalone module and doesn't implement Play's default CacheAPI interface. Any idea how it might be done to use it seamlessly wit…
-
@refried originally filed as https://github.com/playframework/playframework/issues/2194. migrating it here
views/foo1.scala.txt (won't compile)
```
@[L
-
The [custom field constructor documentation](https://www.playframework.com/documentation/2.4.x/ScalaCustomFieldConstructors) neglects to say where you should (or can) put the field constructor templat…