Links
Categories
Category: View Extensions
-
Templated Attribute
Allows you to declare that certain attributes in your model are "templated." A templated attribute has a helpful initial value�kind of like a default value�except that these aren't valid data or saved in the database. They're suggestions to the user about the expected formatting or content of a field.
-
templated_form_builder
This plugin provides a FormBuilder for Rails which allows you to specify the appearance of form helpers through partials. Also, it creates instant label tags just for you!
-
TextAreaWithStatus
This plugin is extending builtin text_area and text_area_tag helpers with the ability to display chars left up to a specified limit.
-
Theme support
Add theme support to your application (Typo style). Includes support for liquid templates.
-
Themer
Implements per-request template lookups without hacking the Rails internals
-
Thorny Form
Thorny Form is a Rails plugin for unobtrusively protecting forms against form-SPAM. It adds extra fields like a honeypot and some other‘s which can then be checked before the form- data is used in your application.
-
Time Picker
Need a concise time only picker, instead of the multiple select fields in Rails? This Rails plugin will provide a simple time picker. Very useful in circumstances where you want a select list of times, and you do not care about the date.
-
Timeout cache expire
Allows cached to be expired on a desired future timed value.
-
tiny_mce_helper
Adds helper methods for creating the TinyMCE initialization script.
-
tiny_mce_plus
TinyMCE editor with image upload
-
todo_list
It creates list of tasks, notes, ideas, .. from the code
-
Tourist
Helping you find your way in a foreign app.
-
Truncate html
truncates html so you don't have to
-
twelve_hour
Customize time_select method helper to display 12 hour style time.
-
Unobtrusive Javascript Date-Picker
A helper for creating a date or date-time picker that adds a clickable calendar image that will bring up a calendar picker if javascript is available.
-
Unobtrusive Javascript for Rails
The Unobtrusive Javascript plugin for Rails allows you to attach Javascript behaviour and events to your page elements using pure Ruby, from within your controller or view, without clogging up your rendered HTML with Javascript - either inline or in the head of your document.
-
Unstatic
Allows you to define dynamically-editable content areas in your existing templates through a simple helper method.
-
Upload progress
The upload progress plugin will alter your rails CGI handling to track the uploaded status of multipart/form encoded posts. The plugin will also add helper methods to create an AJAX updating progress bar.
-
Url for domain
Allows for specifying a subdomain to url_for.
-
Useless Ajax Mux-Demux
Allows you to multiplex a bunch of ajax requests into a single one to the server. These requests will be disptached on the server and the results collected as a single JSON string. This makes it very easy to update multiple sections of a page using a single ajax call.
