Steve

Results 21 issues of Steve

Added write lock mechanizim around controller reuse closes #1547

Ideal for file extensions Use this to return a custom content-type - revel currently only supports JSON, JSONP, XML, plain text and HTML - If you set a content-type it...

type-enhancement

_From @Fyb3roptik on December 3, 2018 18:11_ Adding this here. Please move it if it needs to be in a different repo! _Copied from original issue: revel/cmd#168_

@brendensoares says : would it be a good idea to make the returned type of a controller action an interface{} instead of a Result? then do a type switch and...

status-planning
topic-controller

The validation result is a great tool to flag fields with errors in a form, however on nested structures this gets difficult to implement. For example say you collected ship...

status-planning

Odd thing, I had a couple of parameters in a controller function called "action", "command" and when they were called via a "GET" type of request they worked without issues....

type-bug
topic-controller

For object with an array list of objects with more then one item in the array like {"a":[{"c":"12","d":12},{"c":"12","d":12}]} the following exception occurs. If the array is reduced to 1 length...

**Describe the bug** Using the postgres dialect the ExcludeConstraint drops the `ops` when creating the migration file **Expected behavior** The constraint should be transferred to the migration file **To Reproduce**...

bug
autogenerate - rendering
postgresql

I will start off with I am no wsdl expert - given the following wsdl fragment ``` xml ``` The proper output response is ``` xml ... ``` What is...

this allows caller to modify the body of the request or add authentication to the header of the request. It is optional to use it. Signed-off-by: NotZippy [email protected]