openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
R
Revel Framework
Settings
|
Report Duplicate
2
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 12 hours
ago. based on code collected
1 day
ago.
Jun 05, 2024 — Jun 05, 2025
Showing page 70 of 71
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Bugfix: Don't mix the build command and the run commands.
Rob Figueiredo
More...
about 13 years ago
Updates to work with Go 1 (new go/build pkg)
Rob Figueiredo
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).
Rob Figueiredo
More...
about 13 years ago
Bugfix: local Command shadowed static one, which would prevent app server from being killed on rebuilds.
Rob Figueiredo
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.
Rob Figueiredo
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.
Rob Figueiredo
More...
about 13 years ago
Find App Controllers that embed play.Controller, regardless of the number of indirections.
Rob Figueiredo
More...
about 13 years ago
Add support for BEFORE and AFTER interceptors, applied to an entire controller.
Rob Figueiredo
More...
about 13 years ago
go fit
Rob Figueiredo
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.
Rob Figueiredo
More...
over 13 years ago
go fmt
Rob Figueiredo
More...
over 13 years ago
Add struct and pointer binding w/ tests
Rob Figueiredo
More...
over 13 years ago
Remove unused template
Rob Figueiredo
More...
over 13 years ago
Data binding now handles (multi-dimensional) slices and has a test suite.
Rob Figueiredo
More...
over 13 years ago
Add a bigger code example
Rob Figueiredo
More...
over 13 years ago
Prettify the markdown
Rob Figueiredo
More...
over 13 years ago
Remove some weird chars from README
Rob Figueiredo
More...
over 13 years ago
Improve README
Rob Figueiredo
More...
over 13 years ago
Use the fsnotify package instead of darwin-only solution
Rob Figueiredo
More...
over 13 years ago
Update to work with go tip (new type uintptr for dir.Fd())
Rob Figueiredo
More...
over 13 years ago
Add validation, with some checks. Add FlashParams
Rob Figueiredo
More...
over 13 years ago
Accidental checkin
Rob Figueiredo
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
Rob Figueiredo
More...
over 13 years ago
Bugfix to get Render(..) to find the right line with multi-line arguments
Rob Figueiredo
More...
over 13 years ago
Add arguments to Render() to RenderArgs using the their local variable name.
Rob Figueiredo
More...
over 13 years ago
Add results (RedirectResult, RenderTemplateResult) and more Request/Response variables.
Rob Figueiredo
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
Rob Figueiredo
More...
over 13 years ago
Make the {controller}.{action} route work, and add more routing tests
Rob Figueiredo
More...
over 13 years ago
Small changes to sample app templates
Rob Figueiredo
More...
over 13 years ago
Reverse routing is mostly good. With tests!
Rob Figueiredo
More...
over 13 years ago
←
1
2
…
63
64
65
66
67
68
69
70
71
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree