Links
Categories
Search Results
-
custom_migrator
Custom migrator is an alternate migration tool for rails migrations which is multi-developer environment friendly.
-
disable_timestamps_for
Selectively disable timestamping on specific fields in an ActiveRecord model.
-
dnsbl_check
dnsbl_check is a Rails plugin that checks every incoming request to see if the client is listed on a DNS Blackhole List. This helps prevent abuse from spammers/crackers.
-
enum_column
Allow you to define enumerations to a model attribute
-
friendly_id
FriendlyId is the "Swiss Army bulldozer" of slugging and permalink plugins for
Ruby on Rails. It allows you to create pretty URL's and work with
human-friendly strings as if they were numeric ids for ActiveRecord models. -
gemtracker
Ensures that the Rails environment is using the correct version of all gems specified.
-
graceful mailto obfuscator
gracefully obfuscates emails as described in a list apart: http://www.alistapart.com/articles/gracefulemailobfuscation
calling mail_to("me@mail.com", "mail me") will generate a link with the href /contactto/new/zr+znvy+pbz, and the classname "obfuscated".
for users who do not have javascript turned on, /contactto/new collects a message which can be submitted to an action which sends the email, without it ever being divulged.
when javascript is turned on, a behaviour converts the obfuscated anchor into a normal mailto: link with the orignal email address. spam bots will now bounce off your site like frustrated popcorn.
-
has_types
This plugin allows you to specify the types for your STI models. This ensures that all of the types are loaded whenever find conditions using the subclasses are constructed, and an error is raised when a non specified class inherits from a base class.
-
http_configuration
Plugin that provides the ability to set defaults for proxies and timeouts for Net::HTTP. Simplifies integration of packages into any environment and provides a unified interface for setting values. Also fixes issue where threads can exit when making HTTP calls.
-
i18n
Simplistic internationalization(i18n) module for Ruby on Rails
-
infinite_page
Yet another unobtrusive javascript paging plugin for Ruby on Rails. Based on will_paginate plugin.
-
inputs_with_class
Automatically applies best-practice css naming conventions to rails generated form elements. Easily configurable.
-
less-rails
Rails plugin for using the less css framework (http://www.lesscss.org)
-
loaded_plugins
Adds Rails.plugins, a list all of the plugins that Rails has loaded.
-
loads_from_amazon
An ActiveRecord mixin to allow a model object to be populated with the details of a product listed on amazon. Uses the Amazon/Ruby library.
-
localization_scopes
This plugin adds the helper methods t_scope, t_context_scope and tc for scope management of the Rails core I18n.
-
menu_helper
Adds a helper method for generating a menubar.
-
migration_assist
This plugin provides rake tasks to assist with the management of migration
files. -
model_browser
model_browser enables you to create a fully functional, RESTful browser applications for databases simply by defining model classes and resource routing.
-
needs_approval
A pretty simple plugin designed to help you manage approval flows.
