2
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected 1 day ago.
Jun 02, 2024 — Jun 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add tests for route computation, working towards ReverseRoute support More... over 13 years ago
Register Controllers with all of their Method info More... over 13 years ago
Dynamically find the Play template directory -- no more hardcoded configuration for my machine! More... over 13 years ago
Parse gb output to produce pretty .go compile errors. More... over 13 years ago
Add static file serving. Add beginning of reverse routing. More... over 13 years ago
Dont watch tmp or views directories for changes More... over 13 years ago
Dynamic settings (e.g. app path, name, etc) instead of hardcoded to sample app More... over 13 years ago
Show friendly errors when user .go code fails to compile More... over 13 years ago
fix compile in harness.go More... over 13 years ago
Update README.md More... over 13 years ago
Update README.md More... over 13 years ago
Move stuff around to a good GOPATH situation. Use gb to build the app to get proper dependency analysis. More... over 13 years ago
harness runs a reverse proxy, listens for source changes, and rebuilds the app server when necessary More... over 13 years ago
Scan the app sub-directories for Controller classes, and generate a main.go file in app/tmp that registers the controllers and runs the server. Programmatically build the app code and run it. More... over 13 years ago
Basic support for Go templates More... over 13 years ago
Parse route params and pass to controller method More... over 13 years ago
Initial commit. Sample app runs, determines and invokes Controller/Method dynamically, and uses routes file regexes to match More... over 13 years ago