zoukankan      html  css  js  c++  java
  • rails常用插件 (我所知道的)

    常用rails插件(可去https://github.com上搜索得到): 1.rest-authentication、devise:用户验证插件 2.attachment_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:搜索/检索插件
  • 相关阅读:
    The Worm Turns
    Equations
    Snail’s trouble
    WuKong
    Codeforces 369 C Valera and Elections
    POJ 2186 Popular Cows
    Codefroces 366 D Dima and Trap Graph (最短路)
    Codefroces 366 C Dima and Salad(dp)
    Codefroces 374 B Inna and Sequence (树状数组 || 线段树)
    Codeforces 374 C Inna and Dima (DFS)
  • 原文地址:https://www.cnblogs.com/feichan/p/2265208.html
Copyright © 2011-2022 走看看