blueprint
blueprint copied to clipboard
Blueprint for your next web application in Go.
Please answer these questions when submitting your issue. Thanks! 1. Which commit are you using? - Cloned the github.com/blue-jay/blueprint/ and developing it in my local machine 2. Which operating system,...
thanks your good project! like django: https://docs.djangoproject.com/en/2.0/topics/signals/ then How to do it?
Do you have jay scripts you can post to update HTML5 Shim and Respond.js? If these are the only references from the base.tmpl: {{JS "static/js/jquery.min.js"}} {{JS "static/js/underscore-min.js"}} {{JS "static/js/bootstrap.min.js"}} {{JS...
Referring to these docs https://github.com/blue-jay/blueprint/wiki/Use-Gorm-with-Blueprint Under Example Model you have: database "github.com/blue-jay/blueprint/lib/gorm" I assume you downloaded the gorm project and its pointing to it In the example code for gorm...
Feature request: 1. Which commit are you using? 178 2. Which operating system, processor architecture, and Go version are you using (`go env`)? Arch Linux Manjaro, GOHOSTOS="linux", GOHOSTARCH="amd64", go version...
Push all
Please separate out features and fixes into individual pull requests and reference the issue if it exists.
Is there an external library or something I am missing that allows taking a struct from a database representing a list of
Like one for testing. It should also look in the same directory for env.json or look at JAYCONFIG?
I am curious what led to not using bolts anymore ? Were there roadblocks that make it not realistic ?