vote up 12 vote down star
14

What are some of your favorite rails plugins that you would consider "must haves"?

This entry lists some of my favorites that I use in a large majority of my rails applications: My favorite rails plugins

flag

11 Answers

vote up 6 vote down check

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!

link|flag
Definitely a big fan of Acts as State Machine – thetacom Jan 6 at 2:32
vote up 0 vote down

ar_mailer for email delivery.

link|flag
vote up 0 vote down

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

  • acts_as_categoy
  • paperclip
  • open_id_authentication
  • ZenTest gem
link|flag
vote up 1 vote down

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

link|flag
vote up 1 vote down

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.

link|flag
vote up 4 vote down

Gem or plugin, doesn't matter:

link|flag
vote up 0 vote down

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
link|flag
vote up 0 vote down

acts_as_taggable shoulda (gem, but better unit testing)

link|flag
I am pretty sure you can get shoulda as a regular plugin as well, I have done that in the past. – Derek P. Jan 6 at 2:44
@Derek, I'm not sure the plugin version is still being maintained. See giantrobots.thoughtbot.com/2008/9/…. – Zach Langley Jan 6 at 5:32
vote up 2 vote down

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.