Links
Categories
Search Results
-
acts_as_checkpoint
Rails plugin for generating role- and association-based permission checks on controllers and ActiveRecord models.
-
acts_as_fulltext_indexed
A MySQL-specific plugin that allows you to perform fulltext searching on models backed by InnoDB tables, so you get transactions, foreign keys, and row-level locking while retaining the power of fulltext search.
-
acts_as_fulltextable
Easily perform full text searches using MySQL
-
acts_as_second_level_cache
Second level cache for Rails models.
-
acts_as_tsearch
Super simple full text search for any model if you're running against Postgresql for the database.
-
application_config
'application_config' eases project configuring by introducing erb enabled yaml config file in RAILS_ROOT/config folder and provides handful methods accessing config values based on current rails environment. So, you can have separate sets of configuration properties for each rails environment you use.
-
be_valid_asset
xhtml and css validation for RSpec using the w3c validators.
-
bullet
A rails plugin/gem to kill N+1 queries and unused eager loading
-
cache_with_tags_store
Rails plugin to help you write/delete cache with tags.
-
can_has_chat
can has chat is a plugin for Ruby on Rails that allows you to easily plugin messaging functionality to your app using XMPP4R.
-
custom_benchmarks
Custom Benchmarks allow you to easily add your own information to the
benchmark line logged at the end of each request. e.g.,Completed in 0.40306 (2 reqs/sec) | Rendering: 0.05003 (12%) | DB: 0.04571 (11%) | Search: 0.16429,1 (40%) | PID: 22426 | 200 OK [http://www.zvents.com/welcome/index]
-
firephp_rails
Adds the capability to log to the FirePHP console
-
flex_scaffold
Flexible Rails approach is to scaffold REST controllers and generate Flex (swf) views from models including validations. Use generators to create the .mxml and .as code. Use Rake to compile .swf and publish assets.
-
foreign_keys
Foreign key support for MySQL, including integration with the schema dumper.
-
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. -
gc4r
Full featured ruby wrapper for Google Charts API.
-
i18n
Simplistic internationalization(i18n) module for Ruby on Rails
-
index_lifter
Disable database indexes during a block.
-
infinite_page
Yet another unobtrusive javascript paging plugin for Ruby on Rails. Based on will_paginate plugin.
-
json-rpc
This is a complete implementation of the JSON-RPC 1.1 protocol. JSON-RPC is similar to XML-RPC in that it allows remote execution of procedure calls, but it is more lightweight and much faster than XML-RPC.
