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

前端之家收集整理的这篇文章主要介绍了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,具体细节

原文链接:https://www.f2er.com/ruby/267529.html

猜你在找的Ruby相关文章