Rails Plugins [closed]

心已入冬 提交于 2019-12-02 14:44:51
Derek P.

I use all of these in 99% of all of my Rails projects. Each link provides detailed information regarding what they do and why they are awesome.

Hope that helped!

If your app has any kind of user model, Rick Olsen's restful-authentication is a must.

I'm also partial to exception_notification for keeping tabs on errors in production apps.

HAML (and its sibling SASS) are really number one for me. You can learn them in only a few minutes and the time they save adds up very quickly.

Also, take a look at Authlogic as an alternative to RESTful Authentication.

most common i've used across projects lately (by no means all just most common)

acts_as_taggable shoulda (gem, but better unit testing)

Normal App Development

  • RESTFul authentication
  • shoulda
  • I prefer Hoptoad over Exception Notifier, but both have their merits
  • Mocha stubbing library
  • Factory Girl

Facebook Development

  • facebooker
  • facebooker_authentication

Some already listed in other answers that don't need repeating plus:

  • acts_as_categoy
  • paperclip
  • open_id_authentication
  • ZenTest gem

ar_mailer for email delivery.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!