added scala syntax highlighting to all examples
added scala syntax highlighting to all example
changed first AuthenticatedRequest example to use case class
fixed typo in example with AuthenticatedRequest class
fixed typo in authentication example with curried function
Updated Handling form submission (markdown)
Adding a section about custom DataBinders
Added note on how to include minified JavaScript
Updated Play 2.0 Architecture (markdown)
Updated Handling data streams reactively (markdown)
changed name of excluded route
added ProxyPass /exclude ! + explanation to the apache proxy config. This mitigates the problems of play apps occupying the whole root of a server.
Add a note about dependency in Build.scala
added Netbeans IDE support
Clarified that the resolver function compiles a limited set of LESS files
Added an alternative way of skipping unwanted Bootstrap .less file compilation
Added additional import statements, since it seems the remainin examples draw on this (showing incomplete tests, using "bla bla" in { /* new example */ }. And without these imports I was going crazy with errors like `Object TestServer is not a value` error messages because I mistakenly imported play.test._ and play.test.Helpers._... I'm also a scala newbie..
Updated Play 2.0 tips and tricks (markdown)
Minor fixes.
JsonOBject typo
Added a note about Action implementation named TODO
Documentation copy-editing
Typo
onBadRequest method signature has changed
Updated Accessing an SQL database (markdown)