plugin
most popular brand new
How to Build a Ruby on Rails Engine
An engine is a type of plugin which can handle an entire MVC slice of a Rails application. Engines let developers separate complete chunks of functionality and are easily shared between programs.Exception Notifier
The Exception Notifier plugin provides a mailer object and a default set of templates for sending email notifications when errors occur in a Rails application. The plugin is configurable, allowing proExceptionTextable
It is the same idea as Jamis Buck’s excellent Exception Notifier plugin, but specially designed for SMS in the following ways: * Messages are much shorter, making them more suitable for cell phones *ExceptionTextable Rails plugin
I’ve released a plugin, out of my latest project, that will notify you by SMS when there are errors on your server. It is the same idea as Jamis Buck’s excellent Exception Notifier plugin, but specialRails Views In Context
Of course, if all our workflows are hitting the same controller action, the action needs to be aware of the context—different javascript may need to be returned for each workflow (we might reload a diTrestle Generator for Ruby on Rails
The trestle generator is an adaptation of the Rails scaffold generator. It produces scaffolding that’s more like production-quality code while maintaining all the rapid goodness you know and love abouBackgrounDRb
BackgrounDRb is a small framework for divorcing long running tasks from Rails request/response cycle.Authorization plugin
This plugin provides a flexible way to add authorization to Rails.Rails Plugin Tutorial
There are other Rails Plugin tutorials out there but I found holes in the details they provided so I felt I need to write this Ruby on Rails plugin tutorial. This tutorial is written with the experien