Skip to content

Commit 32ce0b5

Browse files
authored
Update README.md
1 parent c625dcf commit 32ce0b5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
#RA-TAB
1+
# RA-TAB
22
管理系统基本功能框架,可在此基础上扩展业务功能。
33

4-
##安装
4+
## 安装
55
头像上传功能必须安装[ImageMagick](http://www.imagemagick.org/),安装方法:
66

77
如果是ubuntu
@@ -37,17 +37,17 @@ config.action_mailer.smtp_settings = {
3737
}
3838
```
3939

40-
##已经实现了什么?
40+
## 已经实现了什么?
4141

4242
- 用户基本管理(注册、登陆、修改个人资料、修改密码、忘记密码等)
4343
- 基于`faye-rails`的实时通知系统,直接操作Notification模型即可
4444
- 基本的国际化
4545
- 基于`spreadsheet`的导出到excel的功能
4646
- 基于`carrierwave`的头像上传功能
4747

48-
##要注意的坑
48+
## 要注意的坑
4949
- `wice_grid``will_paginate`存在兼容性问题,paginate使用`kaminari-bootstrap` 0.1.3版本
5050
- ace theme使用Bootstrap2,因此`kaminari-bootstrap 3.0.1`无法使用。使用gems时可以使用`linuxnerd/kaminari-bootstrap`,这里是0.1.3版本
5151

52-
##TODO
52+
## TODO
5353
- 通讯录管理

0 commit comments

Comments
 (0)