本课时总结本书内提到的常用的工具类 Gem。
提供了用户注册,登录,邮件确认等众多实用功能。
https://github.com/plataformatec/devise
分页。
https://github.com/mislav/will_paginate
权限管理。因为 Ryan Bates已经两年没有维护 cancan 的代码,Ruby 社区推出了 cancancan。
https://github.com/CanCanCommunity/cancancan
文件上传。
https://github.com/carrierwaveuploader/carrierwave
搜索。
https://github.com/activerecord-hackery/ransack
后台管理。
https://github.com/activeadmin/activeadmin
方便易用的表单。
https://github.com/plataformatec/simple_form
物理和逻辑删除记录。
lhttps://github.com/radar/paranoia
第三方验证。
https://github.com/intridea/omniauth
配置文件管理。
https://github.com/binarylogic/settingslogic/
开源的电商程序。
https://github.com/spree/spree
开源的社区程序。