Links
Categories
Search Results
-
Mac
This plugin provides Model Security with the "Security in Depth" approach. It accomplishes this task simply by allowing you to intercept method calls and activerecord callbacks and run arbitrary code.
-
Mass assignment
a better mass assignment method for ActiveRecord that allows contextual whitelists of assignable attributes
-
Mp3 player
A simple mp3 player plugin for rails
-
Multiple Select Helper
Adds alternative multiple selection lists for arrays, collections or trees.
-
Oauth-plugin
Rails plugin for OAuth
-
PackR
A Ruby implementation of Dean Edwards' JavaScript compressor.
-
Page cache
Holeless page caching plugin for Rails. Users never have to wait for cached pages to be generated (unlike the page caching that ships with Rails).
-
Permissionable Attributes
Allows you to easily declare permissions on certain attributes for a AR model. Meant for places where you have attributes that only certain types of users can view them.
-
Qusion
Using AMQP as a Queuing Backend for Web Apps Should Be Easy
-
Railscrumb
This plugin provides a way to use breadcrumbing without being reliant of the models in rails.
-
Rakismet
Easy Akismet integration for Rails applications.
-
Rangetastic
Filter an ActiveRecord query between any dates with any whitelisted field
-
Redhillonrails core
-
Referenced Page Caching
A small wrapper around Rails' page caching that allows you to add references to a current page's cache file.
-
Restfulie
Restful is not only about understanding HTTP verbs correctly but using more of the web as an infrastructure: hypermedia content allows one to provide state machine (business flow) transitions over http and restfulie provides both server and client-side support to hypermedia aware resource based web services.
-
Retroactive Migrations
Creates and manages a "history" table that records which migrations have and have not been run and modifies rake db:migrate to behave accordingly.
-
Sanction
A role based permissions management system designed to have an intuitive and useful API making an authorization system easy and painless. (Even Fun!)
-
SanitizeEmail
SanitizeEmail allows you to play with your application's email abilities without worrying that emails will get sent to actual live addresses.
-
Scoped Access
Allows you to easily add scope to your models in your controller.
-
Selenium testing
This plugin extends the rails testing framework to allow you to write
Selenium tests in the same way as unit and functional tests.This plugin has been replaced by selenium_jelly:
http://svn.viney.net.nz/things/rails/plugins/selenium_jelly
