Skip to content

vmunier/playpen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Playpen: A way to Play! safely

Latest Version License Scaladoc

Build Status Dependency Status Repo Size

A general suite of utilities and other common code when building Play apps.

How to Use

Add playpen to your build system.

For sbt:

"com.beamly.playpen" %% "playpen" % "0.1.1"

For maven:

<dependency>
  <groupId>com.beamly.playpen</groupId>
  <artifactId>playpen_${scala.binary}</artifactId>
  <version>0.1.1</version>
</dependency>

(where scala.binary is defined somewhere as 2.11)

Configure playpen.HttpAccessLoggingFilter

Add HttpAccessLoggingFilter to Global like so:

import playpen.HttpAccessLoggingFilter

object Global extends WithFilters(HttpAccessLoggingFilter)

Dependencies

  • Scala 2.11.x
  • JodaTime 2.x
  • Play 2.3.x
  • Slf4J 1.7.x

About

playpen: A way to Play! safely

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages