play-plugins
play-plugins copied to clipboard
CachePlugin
The dust plugin could use an upgrade to support the following: - Play 2.1 - Use the LinkedIn Dust.js fork, which is more actively maintained - Allow for native compilation...
juste update documentation version
[title was The dust plugin doesn't compile assets] I've tried using the dust plugin in my own project and running the sample (git head on play 2.0.2) but in both...
What are the default jedis.pool settings?
If I do the following -> public static FakeApplication app; ``` @BeforeClass public static void startApp() { app = Helpers.fakeApplication(); Helpers.start(app); } @AfterClass public static void stopApp() { Helpers.stop(app); }...
Hi, I'm still relatively new to Scala and Play. Please bear with me if I'm missing anything here. I'm getting an error while trying to set the recipient. [RuntimeException: java.lang.NoSuchMethodError:...
Hi Is it possible to add getAs[T](s:String) to cache object . at the moment it not supported for play2.1.3 [warn] application - could not deserialize key ex:java.lang.ClassNotFoundException: MyClass java.lang.ClassNotFoundException: MyClass
I did everything like in mailer README. I added "com.typesafe" %% "play-plugins-mailer" % "2.1-RC2" to my dependencies. I added 1500:com.typesafe.plugin.CommonsMailerPlugin to my conf/play.plugins I also added configuration in conf/application.conf file:...