abcweb
abcweb copied to clipboard
Go web app framework and generator. Inspired by Rails.
url should be using localhost:35729 not whatever port you're running the go server on -- livereload port is always the same, and gulp starts a server/websocket that listens for the...
This is the second time that I stumble on this project. I sent you a PR few days ago. There is something that annoyed me in your API. Some of...
https://hackernoon.com/im-harvesting-credit-card-numbers-and-passwords-from-your-site-here-s-how-9a8cb347c5b5
It's not clear in the documentation that if you fork a project that was generated by abcweb and you've never generated an abcweb project before (run the `abcweb new` command...
Pointing to where middlewares are created/added (app/setup.go NewMiddleware func)
`a.Root.Execute()` call fails when config file is not present, but the error is obfuscated by a logger being nil error. Check if logger is nil as solution?
Dependencies aren't installed, so when building app it takes over a minute. Run 'go install' on generated app as final step.
When running `abcweb new` it does not appear to be outputting `dep ensure` errors correctly, even in verbose mode, however it should output errors when not in verbose mode as...
Once SQLBoiler supports SQLite it will allow ABCWeb to function out of the box by utilizing its own SQLite database, instead of having the requirement to set up or configure...