Ruby on Rails/Plugins

From Wikibooks, open books for an open world
Jump to navigation Jump to search

A large portion of the power of Rails comes from the wide range of plugins which are available for download.

Places to Get Plugins[edit | edit source]

Popular Plugins[edit | edit source]

Since other sites like the one above provide detailed information on plugins this book will not attempt to discuss every one of the popular plugins which are available, however there are some plugins which are used often enough and which are the source of enough questions that they are worth mentioning.

Acts_as_authenticated[edit | edit source]

This plugin provides a basis for authentication in your Rails app.