-
I create Comment.scala in controllers
```
object Comments extends ApplicationController {
def create(postId:ObjectId) = Authenticated {
```
then I added it to router:
```
POST /posts/…
-
Lean would you be so kind to take a look at issue I have with your 1.4 snapshot version for play 2.2.1? I am struggling to make it work, looks like it doesn't see your plugin, tried everything...
htt…
ghost updated
11 years ago
-
I'm trying to get the LocalDateTime type de/serialization to work, but am failing:
I am using Casbah 2.6.3 which has a method to register LocalDateTime conversions hooks (similar to DateTime). The Lo…
-
The same piece of code gives different results when it is ran on different machines. They're configured in the same TimeZone, but anyhow I don't think that Salat should relie on local configurations t…
-
http://www.redaxo.org/de/forum/entwicklungen-f39/kleine-anregung-zur-anmeldung-sekundensperre-t18234.html
> […]
> Wenn man ein falsches Passwort eingibt, wird man ja fünf Sekunden am nächsten Versuch…
-
Hi,
I need test a fix from salat that's available in version 1.9.3-SNAPSHOT and will be great test it with a Snapshot version of play-salat.
-
my Build.scala
val appDependencies = Seq(
// Add your project dependencies here,
"org.mindrot" % "jbcrypt" % "0.3m",
"securesocial" %% "securesocial" % "master-SNAPSHOT",
"se.radley" …
-
Hi,
If I look at the dependencies for salat-core 1.9.3 it depends on scala 2.10.2 and casbah_core 2.6.2 (looking at the sonatype repo)
```
...
org.scala-lang
scala-library
2.10.2
....
or…
-
I've tried to install salat plugin on play 2.1.1 it seems that dependency cannot be found in repository. I followed the manual insalation tutorial. Here's full stacktrace:
warn] ::::::::::::::::::::…
-
There appears to be some kind of regression in regards to plugin discovery during test, in Play 2.2-RC2
The situation I have is the following:
- a core sub-project has a `conf/play.plugins` file decl…