2
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected 1 day ago.
Jun 05, 2024 — Jun 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bugfix: Don't mix the build command and the run commands. More... about 13 years ago
Updates to work with Go 1 (new go/build pkg) More... about 13 years ago
Show pretty error pages when there is a Template execution error (as opposed to compilation errors, which are already handled). More... about 13 years ago
Bugfix: local Command shadowed static one, which would prevent app server from being killed on rebuilds. More... about 13 years ago
Fix bug in main.go generation: if app has no parameters to any controller methods, compiler complains about package "reflect" not used. More... about 13 years ago
Fix bug with user type arguments to controller methods: when encountering something that is a user type (e.g. not a built-in), add the current package as a prefix in the meta information. More... about 13 years ago
Find App Controllers that embed play.Controller, regardless of the number of indirections. More... about 13 years ago
Add support for BEFORE and AFTER interceptors, applied to an entire controller. More... about 13 years ago
go fit More... over 13 years ago
Add BindKey which takes a url parameter map and binds params by key. This allows callers to request, e.g. Params.Bind(TypeOf(Foo{}), "foo") to return a Foo from the url parameters. More... over 13 years ago
go fmt More... over 13 years ago
Add struct and pointer binding w/ tests More... over 13 years ago
Remove unused template More... over 13 years ago
Data binding now handles (multi-dimensional) slices and has a test suite. More... over 13 years ago
Add a bigger code example More... over 13 years ago
Prettify the markdown More... over 13 years ago
Remove some weird chars from README More... over 13 years ago
Improve README More... over 13 years ago
Use the fsnotify package instead of darwin-only solution More... over 13 years ago
Update to work with go tip (new type uintptr for dir.Fd()) More... over 13 years ago
Add validation, with some checks. Add FlashParams More... over 13 years ago
Accidental checkin More... over 13 years ago
Get the flash working and add it to the RenderArgs. Redirect with 302 instead of 301. Update sample app to pass dot down to included templates More... over 13 years ago
Bugfix to get Render(..) to find the right line with multi-line arguments More... over 13 years ago
Add arguments to Render() to RenderArgs using the their local variable name. More... over 13 years ago
Add results (RedirectResult, RenderTemplateResult) and more Request/Response variables. More... over 13 years ago
Work with the new "go build" command instead of gb. Run an app with the import path rather than the filesystem path More... over 13 years ago
Make the {controller}.{action} route work, and add more routing tests More... over 13 years ago
Small changes to sample app templates More... over 13 years ago
Reverse routing is mostly good. With tests! More... over 13 years ago