1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-18 00:03:31 +00:00
beego mirror
Go to file
2013-09-10 00:00:18 +08:00
cache fix #132 2013-08-09 22:19:05 +08:00
config fix yaml 2013-08-22 13:46:22 +08:00
context change a log about new version 2013-09-10 00:00:18 +08:00
docs add httplib support like http.client 2013-08-03 22:20:09 +08:00
example Changed ObejctController to ObjectController 2013-08-27 20:05:35 +03:00
httplib move httplib from beego to beego/httplib safemap support get all items 2013-08-06 16:13:45 +08:00
logs sleep some time for send mail 2013-08-28 15:55:34 +08:00
middleware change a log about new version 2013-09-10 00:00:18 +08:00
orm orm 1. complete QueryRow/QueryRows api 2. QuerySeter.All support *[]Type and *[]*Type 2013-09-09 22:33:41 +08:00
session fix #138 2013-08-09 23:41:03 +08:00
testing change to asta 2013-08-22 14:27:23 +08:00
validation Change tag valid func default key 2013-08-06 23:15:20 +08:00
.gitignore add git ignore file 2013-06-01 13:31:14 +08:00
app.go change a log about new version 2013-09-10 00:00:18 +08:00
beego.go change a log about new version 2013-09-10 00:00:18 +08:00
cache.go Added Items() to return items from BeeCache 2013-08-05 00:47:37 -05:00
config.go change a log about new version 2013-09-10 00:00:18 +08:00
context.go fix #166 2013-08-20 12:04:50 +08:00
controller.go change a log about new version 2013-09-10 00:00:18 +08:00
errors.go Fixed bug: error page cannot show correct corresponding status code 2013-07-18 14:42:45 +08:00
filter.go change a log about new version 2013-09-10 00:00:18 +08:00
flash.go maybe can't delete cookie error in same browser 2013-08-21 11:31:32 +08:00
log.go I guess write would be better 2013-07-25 19:04:26 +08:00
README.md update doc's link 2013-08-28 17:09:01 +08:00
reload.go fix close err 2013-06-26 23:34:32 +08:00
router.go change a log about new version 2013-09-10 00:00:18 +08:00
safemap_test.go add safemap and test 2013-03-28 15:25:49 +08:00
safemap.go move httplib from beego to beego/httplib safemap support get all items 2013-08-06 16:13:45 +08:00
template_test.go Add template test 2013-08-01 12:10:56 +08:00
template.go fixed 2013-08-20 14:20:38 +08:00
utils_test.go Support custom label for renderform 2013-08-12 06:54:36 +08:00
utils.go Support custom label for renderform 2013-08-12 06:54:36 +08:00

beego

Build Status

beego is a Go Framework which is inspired from tornado and sinatra.

It is a simply & powerful web framework.

more info beego.me

Features

  • RESTFul support
  • MVC architecture
  • Session support (store in memory, file, Redis or MySQL)
  • Cache support (store in memory, Redis or Memcache)
  • Global Config
  • Intelligent routing
  • Thread-safe map
  • Friendly displaying of errors
  • Useful template functions

Documentation

English

API

中文文档

LICENSE

beego is licensed under the Apache Licence, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html).

Use case