plus2/whereuat - GitHub

Adds a slide out panel to your Rails application that directs clients to test stories that have been marked as 'delivered' in Pivotal Tracker.

lib/rucksack_extras.rb at master from jamesu's rucksack — GitHub

Wrapper from Globalite API to the Rails 2.2 I18n API

SASS: The Better, More Powerful CSS - Intridea Design Blog

I am a huge fan of SASS (Syntactically Awesome Stylesheets) for styling Rails applications. I have been using it on all of my projects for quite a while now and have developed some great techniques that make it much easier to organize, write, and read stylesheets in an application

justinfrench's formtastic at master - GitHub

A Rails FormBuilder with semantically rich and accessible markup.

Tagaholic - Console Update With Your Editor

Rails’ script/console makes it easy to fetch, view and edit your database records. But can you edit those records as quickly as you edit code in your text editor? Riiight, like editing our database records in an editor is gonna happen? It already has.

pluginaweek's plugin_test_helper at master - GitHub

Simplifies plugin testing by creating an isolated Rails environment that simulates its usage in a real application

sandofsky's acts_against_douchebar at master - GitHub

A Rails plugin that delivers a special message to DiggBar users, or runs frame-killer javascript.

fesplugas's typus at master - GitHub

Effortless backend interface for Ruby on Rails applications. (Admin scaffold generator.)

metric_fu: A Ruby Gem for Easy Metric Report Generation

Metric_fu is a set of rake tasks that make it easy to generate metrics reports. It uses Saikuro, Flog, Flay, Rcov, Reek, Roodi, Subversion, Git, and Rails built-in stats task to create a series of reports. It's designed to integrate easily with CruiseControl.rb by placing files in the Custom Build Artifacts folder.

graysky's translator at master - GitHub

Rails extensions to simplify internationalization

sdsykes's read_from_slave at master - GitHub

Read_from_slave for Rails enables database reads from a slave database, while writes continue to go to the master

A/Bingo: RoR Split Testing by Bingo Card Creator

A/Bingo is a Ruby on Rails A/B testing framework written as a plugin.

SecureRandom -- Stop writing your own random number and string generators - Momoro Machine

Stop writing your own random string generators. Rails does this for you.

xing's flag_shih_tzu at master - GitHub

A rails plugin to store a collection of boolean attributes in a single ActiveRecord column as a bit field.

samdanavia's ambitious_query_indexer at master - GitHub

Ambitious Query Indexer is a Rails plugin to identify database indexes that are missing. Rather than looking at tables and guessing what needs indexing, it will locate and run as many queries as it can find and suggest indexes that could be added based upon its findings.

ryanb's trusted-params at master - GitHub

Rails plugin which adds a convenient way to override attr_accessible protection.... You can mark certain attributes as trusted for different roles.

eliotsykes's asset_fingerprint at master - GitHub

Asset Fingerprint Plugin for Ruby on Rails - allows you to use md5 or timestamps in query string or in asset filenames as suggested by Google Page Speed

Declare different CSS background-images for different locales

Language-specific styling can switch background images per locale by using the HTML lang attribute in views and matching selectors in stylesheets.

Ruby constant lookup: The good, the bad and the ugly

Ruby constant resolution can pick the wrong class through namespace fallbacks, causing autoloading bugs and unexpected references in Rails, especially with nested models.

ActiveRecord: String and text fields should always validate their length

String and text columns need model length validation to prevent database exhaustion and avoid runtime SQL errors on oversized input.

XHR is not JSON

request.xhr? is not a reliable signal for JSON responses in Rails; respond_to respects the client’s Accept header and supports both HTML and JSON.

Git: Issues with Gemfile.lock

A stubborn Gemfile.lock that resists git checkout, git reset --hard, or git stash is often caused by Rails Spring rewriting the file.