Gems

数据库

  1. scenic 待版本控制的数据库视图管理

  2. rails_db 数据库在线GUI管理

  3. paranoia 数据软删除

  4. acts_as_list 实现数据排序

  5. acts-as-taggable-on 给数据打标签

  6. closure_tree 给数据定义树形结构

  7. active_attr 像ActiveRecord一样使用Class,但是不用连接数据库

视图

  1. codemirror-rails 代码查看、编辑器

  2. terminal-table 可把数组排版为终端显示的表格输出

  3. sanitize 清理HTML源代码

  4. kaminari Model数据库记录或数组的分页插件

HTTP API

  1. flexirest REST API 转为Model实例

  2. faraday HTTP 客户端

待分类

  1. annotate_models 自动为Model、Route、Fixture等生成备注信息

Kaminari-i18n

分页国际化 https://rubygems.org/gems/kaminari-i18n

Simple_form

更好用的form https://github.com/plataformatec/simple_form

Closure Tree

ActiveRecord模型层次结构 https://github.com/ClosureTree/closure_tree

Browser

判断浏览器类型 https://github.com/fnando/browser

impressionist

访问统计 https://github.com/charlotte-ruby/impressionist

Rails-ERD

为Rails生成实体关系图 https://github.com/voormedia/rails-erd

RailRoady

为Rails模型和控制器生成UML类图 https://github.com/preston/railroady

Httparty

Http访问 https://github.com/jnunemaker/httparty

RequestStore

全局存储请求 https://github.com/steveklabnik/request_store

Last updated