rails常用插件

常用rails插件(可去https://github.com上搜索得到):

1.rest-authentication、devise:用戶驗證插件

2.p_w_upload_fu、carrierwave、Paperclip :文件上傳插件

3.random_finders:數據庫隨機查找輔助插件

4.gruff、ziya、googlecharts、flot(jquery):圖表插件

5.typo:博客插件

6.beast:論壇插件

7.will_paginate、kaminari:分頁插件

8.acts_as_commentable:評論插件

9.mp3_player、jw-playr-hlpr:mp3播放插件

10.tiny_mce、ckeditor, rails_kindeditor:富文本插件

11.Backup_fu:備份數據庫和文件到amazon s3

12:swfupload_fu:多文件上傳插件

13.recaptcha:全自動區分計算機和人類的圖靈測試,防止註冊機和垃圾comment等等

14.white_list_model:white_list helper會encode所有的標籤並strip所有的屬性以儘可能防止hacker***

15.calendar_helper:一個簡單的創建HTML日曆的插件

16.Globalize2:rails全球化插件

17.rails_upload_progress:rails上傳進度條

18.rails-i18n:rails本地化插件

19.themes_for_rails、cheap-themes:rails主題插件

20.Thinking Sphinx:搜索/檢索插件

...未完待續

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章