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

Bill de hÓra: "Just" use POST

PUT means update the resource with this entity, which tends means "overwrite". Now think for a moment about how that works for things like tags in a blog post - if I leave the tag out, am I saying remove it? Ignore it? Do I have to echo back all the data so it doesn't get scrubbed?

Translations available in rails

YAML List of all translations currently available in Rails

The Rails Internationalization (I18n) API

This guide will walk you through the I18n API and contains a tutorial how to internationalize a Rails application from the start.

Reflective Surface » Tests: Pragmatism or ideology?

The argument that using tests is a ideologic waster of time fails when one considers how it can help to insure architectural decisions.

Felix von Leitner on the only approach to manageable systems // plasmasturm.org

Professionals can be recognised by the fact that they minimize complexity. Small modules, complete isolation of modules, minimal (in number and size) interfaces. Bunglers can be recognised by the fact that they launch Visio when they plan their project.

LÖVE - Free 2D Game Engine

LÖVE is an unquestionably awesome 2D game engine, which allows rapid game development and prototyping in Lua.

Object#andand

Guarded method invocation or safe navigation method for Ruby.

Alex Miller - Java Concurrency Bugs #2 - what to synchronize on

Following up on my previous post, this is the second installment of Java Concurrency Bugs. In this post, we’ll look at bugs that come from synchronizing on the wrong object.

mezzoblue § Sprite Optimization

Maybe I haven’t been paying close enough attention, but over the past few years an interesting variation of CSS Sprites has been getting a lot of play on large web sites that serve millions of users.

faker

Faker, a port of Data::Faker from Perl, is used to easily generate fake data: names, addresses, phone numbers, etc. T

Agile Ajax » ActionMailer Callbacks: In the Spirit of ActionController Filters » Pathfinder Development

A while back, I had a requirement to persist a record of which email addresses were sent an email through the system. I expected to find callback support for ActionMailer, but was surprised to find that it didn't exist.

The Sexy Curls jQuery Plugin by Elliott Kember

The Sexy Curls jQuery Plugin is an open-source jQuery plugin by Elliott Kember which lets you share in the beauty of the page fold.

Nicole Sullivan: "Design Fast Websites" on Yahoo! Video

Web performance expert Nicole Sullivan discusses a set of best practices in the creation of supremely fast, visually impactful web sites.

Sinatra

Sinatra is a DSL for quickly creating web-applications in Ruby with minimal effort.

clemens's later_dude at master - GitHub

LaterDude is a small calendar helper with i18n support

Super-simple Ruby Subversion Command Line Wrapper — Agile Web Operations

I was setting up a Subversion repository one year ago. Of course, I also wanted to have regular backups of my Subversion repository. As I was tired of writing bash scripts for such a task, I looked into writing a simple Ruby script for backing up my Subversion repositories.

Ruby, Rails, Web2.0 » Blog Archive » Great Ruby on Rails REST resources

I have been playing around with RESTful Rails recently. Below is my collection or Rails REST howtos, tutorials and other resources I have found so far.

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

Wrapper from Globalite API to the Rails 2.2 I18n API