110 posts tagged “rails”
2007
Rails and Scaling with Multiple Databases. Ryan Tomayko explains how his team spreads a high traffic Rails application across five separate PostgreSQL databases by giving each client their own schema—similar to how WordPress MU scales.
None of these scaling approaches are as fun and easy as developing for Rails. All the convenience methods and syntactical sugar that makes Rails such a pleasure for coders ends up being absolutely punishing, performance-wise.
— Alex Payne, Twitter
XSS. Sanitising HTML is an extremely hard problem. The sanitize helper that ships with Rails is completely broken; Jacques Distler provides a better alternative.
Ficlets (via) AOL’s first application to launch on Rails, and their first application to accept OpenIDs as well as AOL screen names.
The No-Shit Guide To Supporting OpenID In Your Applications. Fantastically useful: Dan Webb digs through the API documentation so you don’t have to. The example code is for Rails but the PHP and Python libraries work in much the same way.
OpenID makes web identities real and appealing. DHH has caught the OpenID bug. Expect to see a flurry of activity around OpenID in the Rails community over the next few weeks.
Rails 1.2.1 Impression. I hadn’t seen assert_select before, which lets you unit test generated HTML using CSS selectors; a really neat idea.
A brief update with some numbers for hardware load-balanced mongrels. 4000 requests/second on 48 mongrels behind a hardware load balancer.
2006
Rails vs Django Paper and Slides. Even if you’ve already read the paper you should check out the slides. Really good flow, clear and clever use of diagrams.
Django on Dreamhost: incomplete headers. Fix this problem on Dreamhost by renaming django.fcgi to dispatch.fcgi (they special-case for Rails users; Django users can tag along).
Riding Rails: Rails 1.2: Release Candidate 1. Highlights include REST, resources and unicode support.
err.the_blog: My Rails Toolbox. Good overview of what’s hot in Rails land this season.
DateBocks—Intuitive Date Input Selection. A better version of my better date input script, packaged as a Rails Engine.
Rails 1.1.6, backports, and full disclosure. Fixes a left over problem from 1.1.5.
Release: Unobtrusive Javascript For Rails 0.2. RJS kind of sucks. This looks like it doesn’t.
On the total nondisclosure of the 8/9/06 [Rails] security vulnerability. The best argument I’ve seen in favour of full disclosure.
Rails 1.1.5: Mandatory security patch. Upgrade now, and spread the word.
Ruby on Rails will ship with OS X 10.5 (Leopard). Impressive!
Infovore: ChinaDialogue.net. An entirely bilingual site, powered by Ruby on Rails.
BackgrounDRb (via) Easy back-end daemons for your Rails apps. Django needs this.
A Week in Chicago with Rails, Perl, and Django. I love Nat’s observations about Java programmers who discover dynamic languages.
Reuse-in-the-large is an unsolved problem: Why I left OpenACS for Rails. Fascinating insight in to the reason frameworks that do less do more.
punupgeek.com on Active Resource. Looks like 37 signals might be looking in to scaling across multiple servers using web services.
Rails is the devil on your (client-side) shoulder. This is exactly why I’m not a fan of RJS.
Running Your Rails App Headless. Pretty sweet new feature of Rails 1.1.
2005
Productivity Arbitrage. Rails goes enterprise. Django gets a mention as well.
Rails Weenie—find answers to your Ruby on Rails questions. Kind of like a specialized Yahoo! Answers for Ruby on Rails.
Rails 1.0. Congrats to David and the Rails community as a whole.
Snakes and Rubies event. Rails and Django event in Chicago on December 3rd.
Penny Arcade is now running on Rails. Their archive navigation still sucks, sadly.