...all requests to a Rack application. You can use Sinatra, raw Rack, or even Rails as your application, allowing you to build up an equivalent to the remote service you...
...part is a bit lengthy, but it allows you to debug strange bugs with Rails autoloading the wrong constants. Due to the constant lookup rules above, Rails sometimes guesses wrong...
...in development and production, but the problem exist for both environment. Development During development, Rails unloads all classes after every request. This way code changes take effect immediately, without requiring...
...model validation that restricts its length. There are two motivations for this: In modern Rails, database types :string and :text no longer have a relevant size limit. Without a validation...
...malicious user can quickly exhaust the hard drive of your database server. In legacy Rails (or database schemas migrated from legacy Rails), database types :string and :text had a database...
When a Rails controller action should handle both HTML and JSON responses, do not use request.xhr? to decide that. Use respond_to. I've too often seen code like this...
Our new scope-based authorization gem for Ruby on Rails has been released. This might one day replace Aegis as our standard authorization solution...
Adds a slide out panel to your Rails application that directs clients to test stories that have been marked as 'delivered' in Pivotal Tracker...
Wrapper from Globalite API to the Rails 2.2 I18n API
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...
Noel Rappin discusses ways to keep up with edge Rails...
A Rails FormBuilder with semantically rich and accessible markup...
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...
Simplifies plugin testing by creating an isolated Rails environment that simulates its usage in a real application
A Rails plugin that delivers a special message to DiggBar users, or runs frame-killer javascript...
Effortless backend interface for Ruby on Rails applications. (Admin scaffold generator...
...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...
Rails extensions to simplify internationalization
Read_from_slave for Rails enables database reads from a slave database, while writes continue to go to the master
A/Bingo is a Ruby on Rails A/B testing framework written as a plugin...
Stop writing your own random string generators. Rails does this for you...
A rails plugin to store a collection of boolean attributes in a single ActiveRecord column as a bit field...
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...
Rails plugin which adds a convenient way to override attr_accessible protection.... You can mark certain attributes as trusted for different roles...
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
Rails 3.1 preview at the end...