Links
Categories
Search Results
-
Simple navigation
Navigation menu builder for Ruby on Rails (The re-incarnation of EasyNavigation)
-
Simply Relaxed
Generate RELAX NG schemas for your models using ActiveRecord::Base.to_rng. Also registers a mime-type for using respond_to blocks.
respond_to do |wants|
wants.rng { render :xml => User.to_rng }
end -
Sitemap Plugin
This plugin will generate a sitemap.xml from sitemap.rb whose format is very similar to routes.rb
-
SitemapGenerator
This plugin enables 'enterprise-class' Google Sitemaps to be easily generated for a Rails site as a rake task, using a simple 'Rails Routes'-like DSL. It allows you to take care of familiar Sitemap issues like: Gzip of Sitemap files, variable priority links, paging/sorting links (e.g. my_list?page=3), SSL host links (e.g. https:), Rails apps which are installed on a sub-path (e.g. example.com/blog_app/) and hidden AJAX routes. It includes a Sitemap Index file so it supports more than the standard 50,000 individual urls (up to a maximum of 2.5 billion), and pings all major search engines on completion (Google, Yahoo, MSN, Ask, SitemapWriter).
-
Smart form
Creates nicely laid out form fields for an ActiveRecord object, including it's content columns and association reflections. The form fields are encapsulated in an HTML definition list.
-
Snips
Super Simple CMS for Rails
-
Sort by
Allows sorting of (and pagination of sorted) records!
-
SpecialWarning
Special Warning is a Rails plugin to detect potential bug. It will warn
when detect potencial bug code. -
Subdomain routes
A Rails gem which adds subdomains to route recognition and generation.
-
Sunspot::Rails
Powerful, expressive Solr search and indexing in your Rails application.
-
Super Simple Authentication
Simple password-based authentication for your controllers (and views).
-
Table Migrator
Zero-downtime table migrations in MySQL
-
Textile Editor
The Textile Editor Helper (TEH) is a Javascript-based text formatting toolbar that will be added to all of your text areas that utilize the TEH feature. TEH was developed to provide a more WYSIWYG-ish option for users of our Rails CMS called slate while still letting us use Textile.
-
Themer
Implements per-request template lookups without hacking the Rails internals
-
Tourist
Helping you find your way in a foreign app.
-
Translate routes
Rails plugin to translate your URLs and routing helpers on an clean way.
-
Translator
Rails extensions to simplify internationalization
-
Userstamp
This Rails plugin extends ActiveRecord::Base to add automatic updating of created_by and updated_by attributes of your models in much the same way that the ActiveRecord::Timestamp module updates created_(at/on) and updated_(at/on) attributes.
-
Versioned templates
Rails plugin that enables declarative control over template rendering
-
Whiny Finder
Adds find! and find_[all_]by_*! methods to raise exceptions when records aren't found.
