Links
Categories
Category: View Extensions
-
GoogleMaps
Easily use the Google Maps API from your application.
-
Gravatar
The gravatar plugin makes it easy to display gravatars (globally-recognized avatars) for your users. For example, in your views, you can use the following code to create the full img tag for the given user's gravatar:
<%= gravatar_for @user %>
-
Gravatar tag
Gravatar offers service to keep your globally recognizable avatars (gravatar). This tiny plugin offers rails view helper to embed gravatars in your views. It can also be used in blog, forums applications to insert gravatar to be visible instead of email.
-
HAML
Haml and Sass are templating engines for the two most common types of documents on the web: HTML and CSS, respectively.
-
Headliner
Headliner DRYs up your page titles.
-
Highlight
Syntax higlighting plugin for Ruby on Rails
-
HTML Helpers
Allows you to encode/decode HTML entities in your views/helpers in a painless way.
-
HTML Namespacing
Automatically adds HTML class attributes to partial HTML code
-
Html output
Makes Rails tag helpers output HTML instead of XHTML.
-
Html4ify
Get rid of self-closing tags for HTML 4 compliance.
-
IE No More
Rails plugin to detect ie6 and display a message asking to upgrade.
-
IE6 PNG Fix
The IE6 PNG Fix plugin solves a MSIE 6.x bug with transparent PNG images representation.
-
Image Tag Silent Alt
Set image_tag's alt attribute to an empty string instead of the image filename.
-
ImageBundle
ImageBundle, a Rails plugin to automatically bundle local images into CSS sprites.
-
ImageMagick for Rails
Provides an easy way to use ImageMagick commands to process images from a Rails template.
-
Improved in_place_editor
Drop-in replacement for the rails version of in_place_editor. Allows all current and new options of the Ajax.InPlaceEditor control to be specified.
Also works with the new rewrite of the Ajax.InPlaceEditor control.
-
infinite_page
Yet another unobtrusive javascript paging plugin for Ruby on Rails. Based on will_paginate plugin.
-
Informant
A full-featured form builder for Rails.
-
inherit_views
Your views can be inherited according to the controller hierarchy (customisable). Also supports render_parent in views
-
Inject
Provides helpers and javascript to do cross-domain AJAX-like calls.
