Links
Categories
Top Rated Plugins
-
Query Analyzer
Provides query analysis using the MySQL query execution plan. Each SQL select query will be 'EXPLAIN'ed and added to the log files right below the original query.
-
Ciphermail
CipherMail provides a safe alternative to the mail_to helper by hiding mailto links from e-mail harvesting bots. The generated output is completely obfuscated by a 1024 bit random key. They keyword is stored on the server, so it is never revealed to the client. Processing is performed on the server-side via an AJAX request and the decrypted redirect is returned to the client, opening a mail composer window… just like normal mailto link.
-
Permalink Fu
Create permalinks from attributes
-
Authorization
Uses a simple authorization DSL that delegates checks to models, including the current user. Different levels of authorization complexity are provided through mixins available with the plugin.
-
CRUD Generator 2
Crud Generator 2 : A Ruby on Rails CRUD/simply_restful model, view, controller and test generator.
-
Acts as versioned
This library adds simple versioning to an ActiveRecord module. ActiveRecord is required.
-
Related select forms
Generates multiple related HTML select form tags, using JavaScript only (no AJAX callbacks needed)
-
ODBC Adapter for Rails / ActiveRecord
A data-adapter for ODBC- and JDBC-accessible databases that provides a single point of data access focus to ActiveRecord.
-
Acts As Paranoid
Make your Active Records "paranoid." Deleting them does not delete the row, but set a deleted_at field. Find is overloaded to skip deleted records.
-
gettext_localize
Rails plugin to help you localize your rails app using Gettext, it doesn't try to cover localization, internationalization of models. It works with Rails 2.0 and 2.1 and has been tested with the following languages: catalan, spanish, english.
Documentation:
http://gettextlocalize.rubyforge.org/
-
Globalite
Globalite is meant to be a breed of the best internationalization /localization plugins available for Rails.
-
Pseudo Cursors
Adds a find_each method to ActiveRecord so that you can iterate over large data sets without overloading your application's memory. Very useful for batch jobs and migrations.
-
acts_as_sluggable
Add slugs to URLs based on an existing field on the model.
-
Query Stats
Query Stats helps track database queries. Rather than watching the logs with tail to judge performance, display the query count directly on your page footer, with separate counts for queries executed in the controller and in the view.
-
RTex
Adds support for .rtex templates which generate PDF files using pdflatex.
-
SSL Requirement
SSL requirement adds a declarative way of specifying that certain actions
should only be allowed to run under SSL, and if they're accessed without it,
they should be redirected. -
has_many_friends
has_many_friends is a plugin based off of the friendship_plugin
-
acts_as_audited
Active Record extension that logs all revisions in an audits table, allowing changes to be reverted.
-
Mocha
Mocking and stubbing of class and instance methods on concrete classes.
-
Juggernaut
The Juggernaut plugin for Ruby on Rails aims to revolutionize your Rails app by letting the server initiate a connection and push data to the client.
