Railsify!

Toolkits Plugins

  • There are 10 plugins in this category.

ActiveMessaging by Andrew Kuklewicz (kookster) in Utilities, Toolkits, and Miscellaneous

ActiveMessaging is an attempt to bring the simplicity and elegance of rails development to the world of messaging. Messaging, (or event-driven architecture) is widely used for enterprise integration, with frameworks such as Java's JMS, and products such as ActiveMQ, Tibco, IBM MQSeries, etc. ActiveMessaging is a generic framework to ease using messaging, but is not tied to any particular messaging system - in fact, it now has support for Stomp, JMS (using StompConnect or direct on JRuby), WebSphere MQ, Amazon Simple Queue Service (SQS), and the all Ruby ReliableMessaging.

AutoRest by Emmanuel Oga (EmmanuelOga) in HTML Helpers, Toolkits, and Pagination

It manages controllers code by replicating what scaffold_resource generator do, only in a more generic way. It supports nested resources. This one is not based on a DSL... Highly customizable, but if you don't like one of it's methods, simply rewrite it. Supports pagination via will_paginate and searches via ferret. Builds breadcrumbs based on nesting of the resources.

Blueprint by Ariejan de Vroom (Ariejan) in Images & Graphics, HTML Helpers, and Toolkits

Generate a quick layout (including CSS and images) based on the BlueprintCSS framework.

Datetime Toolbawks - Intuitive Date Input Selection by Nathaniel Brown (nshb) in HTML Helpers, Utilities, and Toolkits

The Datetime Toolbawks is a pure JavaScript library using DHTML and advanced date parsing to generate the date based on the grammar passed. The purpose of the Datetime Toolbawks is to simplify the date entering process using common terms we are all familiar with.

jRails by aaronchi in HTML Helpers, Utilities, and Toolkits

jRails is a drop-in jQuery replacement for Prototype/script.aculo.us on Rails. Using jRails, you can get all of the same default Rails helpers for javascript functionality using the lighter jQuery library.

Rails Creator by Robert Evans (revans) in Utilities, Toolkits, and Miscellaneous Gem Available!

Creates a new Rails Project either on edge rails or not. Will also check your project into subversion, if you choose. If you do choose to check it in, it will then check it out to a directory you choose and do the necessary svn propset svn:ignore's to certain files like log/, tmp/, and config/database.yml.

SimplySearchable by Rida Al Barazi (rbarazi) in Utilities, Toolkits, and Miscellaneous

The main goal of SimplySearchable is to help you create a clean url to search in your controller and model. This plugin adds a method to the controller named “search” that will find and filter the model data smartly from the search fields defined in its calling line SimplySearchable recognizes three types of filters: 1. Exact values: like the title in the example above (acts_as_ferret implementation to come soon) 2. Belongs to associations: for those fields that ends with _id, like author_id in the example above 3. Has many association: for those fields that are in plural form, like comments in the example above

Toolbawks Assets by Nathaniel Brown (nshb) in Images & Graphics, File Management, and Toolkits

Leveraging the EXTJS JavaScript/AJAX library, Toolbawks Assets provides an elegant solution to displaying and managing assets not to mention a seamless no-refresh solution to uploading files. The plugin also leverages attachment_fu, which allows you to store your files on either the file system, database, or Amazon's S3 service.

Toolbawks EXTJS by Nathaniel Brown (nshb) in HTML Helpers, Utilities, and Toolkits

Toolbawks EXTJS is the Ruby on Rails plugin to extend the EXTJS Library providing Rails helpers for all the tasks.