Dylan
304e6cc0a4
Fixed double GOPATH issue
...
Default Crawl GOPATH full path
So we will achieve complete double GOPATH
Ex: / XXX: / CCCC
But just need to pick up: / CCCC
2016-07-11 18:35:35 +08:00
Dylan
9069078ac0
Merge 'develop' of github.com/beego/bee into dylanlyu/develop
...
# Conflicts:
# apiapp.go
# g.go
# g_appcode.go
# hproseapp.go
# new.go
2016-07-11 16:28:35 +08:00
Faissal Elamraoui
b8250ebb72
New Bee banner
...
Added a new Bee banner using ASCII art. When bee is invoked,
the banner is displayed with the version number (short banner).
A More verbose Banner is added to 'bee version' which shows
more information about the host and Go runtime.
2016-06-01 14:30:29 +02:00
MingZong
e6815f495e
Complete model modification
2016-04-01 17:17:51 +08:00
MingZong
52accaf1bd
New and add a new command structure
...
bee generate structure
Module has been completed
2016-03-31 23:25:08 +08:00
Pelle Johnsen
f385056264
Generate fixes for model and controller
...
- use int64 for all places handling model id
- use controller code from appcode if a matching model is found
2015-07-16 19:36:02 +02:00
ZhengYang
c487e9d6f7
import logic for model by asta
2014-08-19 17:11:38 +08:00
ZhengYang
98b3d4ee37
do not rely on goimports
2014-08-19 17:00:37 +08:00
astaxie
67c1c05a45
support migrate generate sql
2014-08-18 11:51:57 +08:00
astaxie
cd31fe26ed
bee generate scaffold model
2014-08-11 17:01:06 +08:00