Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
Filter by
Sorted by
Tagged with
1 vote
0 answers
122 views

I read the documentation and spent 2-3 hours playing around with revel. However I wasnt able to generate a model controller view similar to the booking example in https://github.com/revel/examples, ...
Riccardo's user avatar
  • 1,256
1 vote
0 answers
104 views

I'm trying to handle multiple files upload in golang-revel. Here is the documentation that i follow. This is what i've tried HTML <input id="file" type="file" name="file&...
Michael Halim's user avatar
1 vote
0 answers
349 views

I have a project that use golang-revel and use GORM to connect to DB. I don't know how to migrate multiple databases. I have successfuly migrate with one database but struggling to migrate more than 1 ...
Michael Halim's user avatar
2 votes
1 answer
77 views

I have project that use golang-revel and in my project, i need to connect to 2 databases. Currently, i can migrate the database one by one, but if this project is getting bigger i need to be able to ...
Michael Halim's user avatar
1 vote
0 answers
200 views

i'm aware that you can do for loop in revel like this {{range $index, $element := .foo }} {{end}} but is there any way to reverse a for loop so that it can iterating from behind in revel-template, i'...
Michael Halim's user avatar
1 vote
1 answer
108 views

In my revel project, i have a select option that need to get selected after clicking submit button. If i do it like this it works because .OptionType is a string so i need to compare it with string &...
Michael Halim's user avatar
0 votes
1 answer
75 views

{{ range .foo }} {{end}} . {{range $index, $element := .foo }} {{end}} I'm aware that you can use this like for loop, but is there any other way to access a value in array directly ...
Michael Halim's user avatar
0 votes
1 answer
4k views

i have a Revel project and i can't start it because everytime i run go mod tidy, it looks like finding module but it's not putting the found module in go.sum here's my go env GOENV = C:\Users\mycomp\...
Michael Halim's user avatar
0 votes
1 answer
2k views

My task is to get a json string from request body in utf-8 and encode it to win1251, so i could save it the db in win1251. data, err := io.ReadAll(c.Request.GetBody()) if err != nil { panic(err) } ...
timelord's user avatar
1 vote
1 answer
135 views

This is what i get in terminal, looks like problem in first hook, but what's that? Same app is working fine if just use revel run, but for some reason, when i try execute builded .exe i got that error(...
timelord's user avatar
0 votes
1 answer
349 views

I had problem when run my revel app on windows it create fine but don't run when I try so only get this. any idea? C:\Desarrollo\Web\webpro>revel run -a webpro Revel executing: run a Revel ...
Mario Reiley's user avatar
-1 votes
2 answers
1k views

I have this route that was written with route params /properties/configurations/:name/:value and when I call with with a URL as value like that /properties/configurations/app.url/http://test.test it ...
Stanislav Bozhanov's user avatar
0 votes
1 answer
2k views

I'm trying to get my web application running using docker-compose. My Dockerfile FROM golang:1.15 WORKDIR /goprojects/vnlist COPY . . RUN go get github.com/revel/revel RUN go get github.com/revel/...
Vaerrwynn's user avatar
1 vote
1 answer
337 views

I have a simple site built using revel containerized in a docker image. I'm trying to run this image in Cloud Run. Unfortunately when I go to the URL for the site, I see a 502 in the browser and this ...
Sevvy325's user avatar
  • 556
0 votes
0 answers
49 views

everybody. I am a novice developer and would like to ask for advice.At the moment, I am doing an internship at the company and I need to create an assessment Manager project.Technologies that I should ...
creepystaisy's user avatar

15 30 50 per page
1
2 3 4 5
14