ruby-on-rails – 什么rails插件好,稳定,*真正*增强你的代码?

任何人都有一个稳定的rails插件列表,并提供足够的功能,值得额外的支持工作?

编辑:

我最感兴趣的是最好,最完整的插件列表,所以我可以在下一次使用它时开始使用rails应用程序.我目前不需要特定的插件.

解决方法

您可以使用 bort作为参考

Plugins Installed

Bort comes with a few commonly used
plugins installed and already setup.

RESTful Authentication

RESTful Authentication is already
setup. The routes are setup,along
with the mailers and observers.
Forgotten password comes setup,so you
don’t have to mess around setting it
up with every project.

The AASM plugin comes pre-installed.
RESTful Authentication is also setup
to use user activation.

User Roles

Bort now comes with Role Requirement
by Tim Harper. A default admin role is
predefined along with a default admin
user. See the migrations for the admin
login details.

Open ID Authentication

Bort,as of 0.3,has Open ID
integrated with RESTful
Authentication. Rejoice!

Will Paginate

We use will_paginate in pretty much
every project we use,so Bort comes
with it pre-installed.

Rspec & Rspec-rails

You should be testing your code,so
Bort comes with Rspec and Rspec-rails
already installed so you’re ready to
roll.

Exception Notifier

You don’t want your applications to
crash and burn so Exception Notifier
is already installed to let you know
when everything goes to shit.

Asset Packager

Packages up your css/javascript so
you’re not sending 143 files down to
the user at the same time. Reduces
load times and saves you bandwidth.

p / s:同意@eric,具体细节

相关文章

validates:conclusion,:presence=>true,:inclusion=>{...
一、redis集群搭建redis3.0以前,提供了Sentinel工具来监控各...
分享一下我老师大神的人工智能教程。零基础!通俗易懂!风趣...
上一篇博文 ruby传参之引用类型 里边定义了一个方法名 mo...
一编程与编程语言 什么是编程语言? 能够被计算机所识别的表...
Ruby类和对象Ruby是一种完美的面向对象编程语言。面向对象编...