Ruby on Rails plugins

Add new plugin

RailsLodge Ruby on Rails plugin directory provides an up to date list of rails plugins along with excellent plugin documentation that is maintained by the rails community.

Most recent plugins

  • convert office It is a ruby Wrapper of jodconverter Which is used to convert office format to another office format/html
  • nailgun nailgun is a ruby wrapper of nailgun server and it's command.
  • Acts As Param acts as param
  • simple search SimpleSearch brings simple search to ActiveRecord. It ads simple_search named scope that accepts query as parameter. ...
  • acts as flying saucer acts_as_flying_saucer is a Ruby On Rails plugin that allows to save rendered views as pdf documents using the Flying Saucer java library.This Plugin is forked from http://github.com/dagi3d/acts_as_flying_saucer Updated plugin and added password protected feature.
  • tyramunn asd
  • Blog Kit Blog Kit lets you add a blog to your existing rails app and lets you use your app layout and your existing user authentication (assuming your app_controller responds to #require_user and #current_user) The layout on the blog pages are easily customized with CSS.
  • dolzenko trusted params Trust only the params you indeed created inputs for (half-assed solution to the mass assignment problem)
  • never forget multipart How many times did you forget to include that :multipart => true option pulling your hair out while trying to figure why this particular upload is not working? ...
  • flash messages helper A simple yet configurable rails view helper for displaying flash messages.
  • NotifyBar A twitter like notification bar using jQuery for Ruby on Rails.
  • Muninator Graphing of Rails internals using Munin.
  • ChainSelects A Rails plugin for creating AJAX-based chained drop down select boxes.
  • Snapmon The snapmon plugin makes it easy to make sure your application is being monitored. When you install the plugin, it will ask you a series of questions on who should be notified when your app goes down. It will then setup a snapmon.yml file in /config. The plugin can setup alerts via Text Message...
  • Remote Forgery protection Remote Forgery Protection is a Rails plugin that automatically adds authenticity token to Ajax requests. ...
  • MailStyle Making HTML emails a little less painful. Writes css inline and corrects image urls.
  • Pesel This plugin provides the Pesel class to check the PESEL number and get information about its owner.
  • template inliner Template inliner avoids the problem when to render a large list of objects, Rails creates a large number of View instances, requiring additional CPU and memory for each of them.
  • Auditable Auditable is an ActiveRecord extension that allows you to keep audit logs of any changes made to a model.
  • rails xss A plugin for rails 2.3 apps which switches the default to escape by default