randombits
randombits

Reputation: 48490

Must know Ruby on Rails + Ruby plugins

I'm fairly new in the Ruby + Rails scene. Although I have a very strong understanding of design patterns, data structures and algorithms - there's a ton of "must have" plugins that I haven't had a chance to run into yet. There's things for migrations, resource controllers and a myriad of other plugins that make developing for these platforms significantly easier.

Would anyone be kind enough to share links for some of the most commonly used ones that every savvy Ruby or Ruby on Rails developer knows about. Something that's so important, that it might even be considered to be merged into the core at some point.

Hope that's appropriate for this forum. I surely think it is.

Upvotes: 2

Views: 506

Answers (4)

Austin
Austin

Reputation: 3890

RailsGems.org looks like it will be a useful site.

Upvotes: 0

gsoni
gsoni

Reputation: 1146

You can find all top rated plugin at github. Example:-These are some most usable plugins

http://github.com/thoughtbot/paperclip
2.http://github.com/mbleigh/acts-as-taggable-on
3.http://github.com/binarylogic/authlogic

Upvotes: 1

bjg
bjg

Reputation: 7477

The Ruby Toolbox is another invaluable resource for Ruby and Rails developers

Upvotes: 6

NM.
NM.

Reputation: 1929

Here is the link for rails top rated plugin.

http://agilewebdevelopment.com/plugins/top_rated

Upvotes: 1

Related Questions