play-gae icon indicating copy to clipboard operation
play-gae copied to clipboard

Create play application for Google App Engine

Results 16 play-gae issues
Sort by recently updated
recently updated
newest added

appengine-api-labs.jar should not be excluded at deploy time, since it's needed to get Appstats working.

Added call to Cache.init() to correctly initialize the cache and make it use the GAECache class.

GAE 1.7 was just released. Will there be an update to support it?

What are the possible causes of this error ? play.Logger error: Module secure will not be loaded because /base/data/home/apps/s~smth/1.141895702394054553/WEB-INF/modules/secure does not exist play.Logger error: Module siena will not be loaded...

Introduced in Issue #32 Would be nice if the current exclude list could be overwritten without having to patch the module.

When the GAE plugin is used in combination with the Scala plugin, Caching doesn't make use of the Memcache service of Google.

Hi, I made a mistake and entered the wrong username and password when deploying to google appengine. Now, it is not asking me anymore and as a result, I can't...

This is a Play bug but it effects GAE users. Parts of WSUrlFetch are commented out (not implemented) so it is not possible to attach a file to post/put request....

I have started using task queues in play-gae. And they work on appengine but not in dev. I think I have spotted the problem. Before pull request #39, it worked....

Hello, As the tmp folder is cleared for each deploy to GAE, the datastore file is removed too. Can it be moved to another location? It's a little annoying to...