thoughtbot workshops | vim for rails
january 2012 by infovore
"I spend every day writing Rails code in vim, and I’ve optimized the heck out that process. The screencast contains the best of what I’ve learned for creating and editing Rails code at top-speed. Come look over my shoulder and I’ll show you my best stuff." Might give this a pop at some point.
screencast
vim
rails
development
tools
editors
thoughtbot
january 2012 by infovore
njonsson/cape - GitHub
november 2011 by infovore
Cape solves a surprisingly common problem: I have this big bunch of rake tasks; I'd like them to run on the server, which tends to mean writing cap tasks just to run the rake tasks. Cape makes it easy to just mirror them.
capistrano
rails
rake
ruby
november 2011 by infovore
100hz/rails-settings - GitHub
october 2011 by infovore
I've used the Settings plugin a lot, but it's very old and dusty. This is a nice fork of it, ported to Rails 3, and saved for future reference.
rails
gem
settings
programming
plugin
october 2011 by infovore
Custom formats for DateTime — giant robots smashing into other giant robots
august 2011 by infovore
Oh, nice; I'm always adding #format_date and #format_time methods to my formatting_helper.rb striaght off the bat, so it's nice to know there are built-ins - although I'm not keen on just overriding defaults, if only so other programmers don't get lost working out why the defaults aren't the same.
formatting
datetime
programming
rails
august 2011 by infovore
Speed up file downloads with Rails, Apache and X-Sendfile - makandra notes
august 2011 by infovore
Don't forget to enable XSendFile for the Vhost in question. Like I did, and wondered why 0b files were coming down all the time.
apache
xsendfile
rubyonrails
rails
august 2011 by infovore
Deploying with Bundler and Capistrano
june 2011 by infovore
Useful notes on the modern way of deploying Rails applications with Bundler and Capistrano.
rails
capistrano
bundler
ruby
deployment
june 2011 by infovore
Pow: Zero-configuration Rack server for Mac OS X
april 2011 by infovore
Node.js/CoffeeScript powered Rack server. Lovely idea, simple configuration; shame it completely takes over port 80. Some of us write applications in things other than Ruby from time to time. Thinking about the best way of hooking it all together.
rack
rails
ruby
webserver
april 2011 by infovore
Rails Dispatch | Presented by Engine Yard
may 2010 by infovore
Engine Yard have a new blog about Rails, consisting of screencasts and tutorials, and it looks good. One to subscribe to.
ruby
rails
rails3
rubyonrails
programming
engineyard
may 2010 by infovore
litany against fear ¤ by nick quaranto ¤ The Rails Module (in Rails 3)
february 2010 by infovore
"Better alternatives [to the RAILS_ constants] have existed for a while in Rails core (some since 2.1.0), and it’s about damn time you start using them properly. There’s also some other helpful methods on the Rails module we’ll explore in this post." That was handy.
rails
rubyonrails
rails3
programming
development
tips
february 2010 by infovore
has_many :bugs, :through => :rails: Active Record Query Interface 3.0
february 2010 by infovore
ARel looks brilliant, but blimey, those are some *big* changes to ActiveRecord. Pratik's post here is probably the most comprehensive I've seen, and well worth your time.
activerecord
arel
rails3
rails
ruby
february 2010 by infovore
Rails 3 Reading Material | Medium eXposure
february 2010 by infovore
Great round-up of all the stuff out there about Rails 3. If you're as behind as I am on preparing for this, there's some really good stuff here; nice to have it all in one place.
ruby
rails
rails3
documentation
tutorials
february 2010 by infovore
Ryan's Scraps: What's New in Edge Rails: Default Scoping
november 2009 by infovore
"It’s pretty common to want SQL queries against a particular table to always be sorted the same way, and is one of the reasons why I added the ordered scope to the utility scopes gem... Well now you can specify default ordering, and other scopes, in edge rails directly in your ActiveRecord model." Hurrah!
rails
scoping
activerecord
ruby
november 2009 by infovore
Ryan's Scraps: What's New in Edge Rails: Dynamic Scope Methods
november 2009 by infovore
"With the recent addition of dynamic scopes, however, you now have a way to both quickly specify query logic and chain further conditions. The naming works in the same manner as dynamic finders and the chaining works in the same fashion as conventional named scopes." Ooh. New in Rails 2.3, and passed me by a little.
rails
activerecord
ruby
scoping
november 2009 by infovore
tobi's delayed_job at master - GitHub
november 2009 by infovore
"Delayed_job (or DJ) encapsulates the common pattern of asynchronously executing longer tasks in the background." Extracted from Shopify, and looks very, very useful; filed away for another day.
rails
background
queue
ruby
plugin
delayedjob
november 2009 by infovore
scraplab — Using Geoplanet Data in Ruby on Rails
november 2009 by infovore
"Noticings is possibly one of the first services to integrate the Yahoo Geoplanet Data deeply". Tom explains how we're using Geoplanet inside Rails. Really good stuff if you're interested in that geo malarkey
geoplanet
ruby
rails
noticings
woe
yahoo
geodata
november 2009 by infovore
elevation's event_calendar at master - GitHub
november 2009 by infovore
"Easily show multiple, overlapping events across calendar days and rows." Which is hard, and it is nice to know someone else has done the work.
rails
plugin
rubyonrails
development
ui
calendar
november 2009 by infovore
Riding Rails: Upgrading to Snow Leopard
august 2009 by infovore
A good list of tips - lots of compiled stuff needs to be recompiled to x64, and this will be confusing. I am not upgrading quite yet.
ruby
rails
mac
osx
mysql
snowleopard
upgrade
tips
august 2009 by infovore
Giles Bowkett: Gay People, Come To Rails
may 2009 by infovore
"Get over your ridiculous programming-language prejudices and stop endorsing real prejudices. It's this crazy little microcosm/macrocosm mirror effect. You never find bigotry in people with options. It's true in programming and it's true in real life as well, and it looks as if it's true in both places at the same time and for the same people." Giles is right, and the idiots who reached for their retweet button are definitely wrong. Less of this, please.
ruby
programming
rails
homophobia
bigotry
perjorative
community
may 2009 by infovore
Introducing the ProjectSearch Rails plugin: - (37signals)
march 2009 by infovore
Rails plugin for intelligently searching within your application. Not a bad idea; will probably end up using this at some point.
programming
ruby
development
rails
plugin
utility
search
march 2009 by infovore
Building and Scaling a Startup on Rails: 12 Things We Learned the Hard Way - Axon Flux - A Ruby on Rails Blog
february 2009 by infovore
Some well-worn tales here, but also some good new ones, particularly when it comes to query-profiling and all forms of caching.
tips
ruby
performance
development
web
rails
scaling
deployment
february 2009 by infovore
has_many :bugs, :through => :rails: Rails templates
february 2009 by infovore
"Templates are simple ruby files containing DSL for adding plugins/gems/initializers etc. to your freshly created Rails project." That looks very handy.
programming
ruby
generation
rails
templates
february 2009 by infovore
rubyist's aasm at master - GitHub
february 2009 by infovore
AASM is "a library for adding finite state machines to Ruby classes. AASM started as the acts_as_state_machine plugin but has evolved into a more generic library that no longer targets only ActiveRecord models." And as a result, I might be using it a bit.
programming
ruby
gem
rails
plugin
statemachine
february 2009 by infovore
Katz Got Your Tongue? » Rails and Merb Merge
december 2008 by infovore
"Today is a fairly momentous day in the history of Ruby web frameworks. You will probably find the news I’m about to share with you fairly shocking, but I will attempt to explain the situation." Yehuda Katz weighs in with a great, informative post.
programming
development
ruby
rails
rubyonrails
web
software
merb
december 2008 by infovore
Riding Rails: Merb gets merged into Rails 3!
december 2008 by infovore
"Merb and Rails already share so much in terms of design and sensibility that joining forces seemed like the obvious way to go. All we needed was to sit down for a chat and hash it out, so we did just that." No, really. Not an April Fool. It sounds like the architecture changes that are going to be made are going to be a big win for Rails 3. Looking forward to it.
programming
development
ruby
rails
web
frameworks
merb
december 2008 by infovore
Rails Metal: a micro-framework with the power of Rails: \m/
december 2008 by infovore
"Rails Metal is a thin wrapper around Rails’ new Rack middleware support." Which means you can process requests outside of ActionPack, which is useful for the odd performance boost in certain places. Interesting to see concerns separating out within Rails like this.
programming
rails
rubyonrails
ruby
rack
middleware
december 2008 by infovore
faker
october 2008 by infovore
"Faker, a port of Data::Faker from Perl, is used to easily generate fake data: names, addresses, phone numbers, etc."
tool
testing
data
ruby
gem
programming
rails
october 2008 by infovore
GIANT ROBOTS SMASHING INTO OTHER GIANT ROBOTS
october 2008 by infovore
"The tests are the program. Without the tests, the program does not work. Tests are not something that should be left for the inexperienced; tests are the hard part."
programming
development
ruby
rails
rubyonrails
testing
thoughtbot
october 2008 by infovore
Cody Fauser - Rails HTTP Status Code to Symbol Mapping
september 2008 by infovore
"Recently I had been wondering what the complete list of HTTP status code symbols was in Rails. Searching through Rails didn't yield any results for a symbol like :unprocessable_entity... Rails defines the symbol to status code mapping dynamically from the status message. The symbol used is an underscored version of the status message with no spaces." Quick list of clear textual shorthand for returning HTTP status.
rails
rubyonrails
http
statuscode
status
reference
september 2008 by infovore
Simplify ActiveRecord Aggregates And Other Goodies Via named_scope : Locomotivation
august 2008 by infovore
"With a recent project, we really started utilizing extensions with named_scope which is very powerful and cleaned up our code considerably." Some really nice examples of using named_scope effectively.
named_scope
ruby
rails
rubyonrails
development
programming
tips
august 2008 by infovore
Front page - APIdock
august 2008 by infovore
"APIdock is a web app that provides a rich and usable interface for searching, perusing and improving the documentation of projects that are included in the app." Handy.
api
reference
documentation
doc
ruby
rspec
rails
august 2008 by infovore
Tableless models in Rails » code tunes
august 2008 by infovore
"If you’re developing an application in Ruby on Rails framework, there are many situations when you should consider using tableless models." Stub out the table, and you get the benefits of validations and typed attributes. Nifty.
rails
rubyonrails
ruby
activerecord
august 2008 by infovore
Softies on Rails: Script/console tip for the lazy
july 2008 by infovore
"Yes, that's an underscore character in front of the .collect. In irb (and hence, script/console), an underscore is a kind of global variable that holds the last result." I did not know that. Useful!
rails
console
irb
ruby
programming
july 2008 by infovore
James on Software: Introducing ActivePresenter: The presenter library you already know.
july 2008 by infovore
"ActivePresenter works just like an ActiveRecord model, except that it works with multiple models at the same time. Let me show you." Ooh - a Presenter class that doesn't seem like too much effort. Duly noted.
rails
rubyonrails
presenter
pattern
module
plugin
july 2008 by infovore
:: GIANT ROBOTS SMASHING INTO OTHER GIANT ROBOTS :: Little green friend
july 2008 by infovore
"As you may have guessed, we’ve solved these problems, and replaced the Exception Notifier in most of the apps we manage, with a homegrown solution called hoptoad." Gosh, the Thoughtbot guys really are on fire.
hoptoad
rails
exception
notification
error
tracking
metrics
july 2008 by infovore
:: GIANT ROBOTS SMASHING INTO OTHER GIANT ROBOTS :: Regulators!!! Mount up
july 2008 by infovore
"The general rule to take from this is “dont use modules to create namespaces in controllers that are also names of pre-existing constants from other class definitions”" Matt J with some useful tips for namespaced controllers. Also, Warren G.
controllers
programming
rails
rest
resources
thoughtbot
july 2008 by infovore
RailRoad diagrams generator
may 2008 by infovore
"RailRoad is a class diagrams generator for Ruby on Rails applications." Much like MattB's original .dot generator, but perhaps a bit more advanced. Useful!
visualization
information
database
diagram
development
rubyonrails
ruby
rails
may 2008 by infovore
ben.send :blog » Blog Archive » rspec plain text stories + webrat = chunky bacon!
april 2008 by infovore
"We can now deal with forms in the language of our stories, something that the customer understands and relates to." Webrat lets you navigate your Rails app through the DOM, rather than HTTP.
testing
rspec
stories
agile
rails
ruby
rubyonrails
webrat
storyrunner
april 2008 by infovore
//dopefreshtightblog » masquerade - Rails-based OpenID Server
april 2008 by infovore
"masquerade - an OpenID server based on Ruby on Rails." Server, not client-library. Looks quite nifty, and well worth knowing this is out there.
openid
server
ruby
rails
rubyonrails
identity
development
programming
april 2008 by infovore
FixtureReplacement
april 2008 by infovore
"FixtureReplacement is a Rails plugin that provides a simple way to quickly populate your test database with model objects without having to manage multiple, brittle fixture files." Looks very handy indeed.
rails
testing
database
fixtures
plugin
ruby
rubyonrails
april 2008 by infovore
Ryan's Scraps: What's New in Edge Rails: Has Finder Functionality
april 2008 by infovore
"It looks like Nick Kallen’s wildly popular has_finder plugin will be making its way into Rails 2.x in the form of named_scope" This is excellent news.
rails
rubyonrails
features
finders
activerecord
april 2008 by infovore
:: GIANT ROBOTS SMASHING INTO OTHER GIANT ROBOTS :: For attaching files, use Paperclip
march 2008 by infovore
"I went and wrote Paperclip on the plane to RailsConf last year. We’ve been using it here in various forms since and IMHO it’s *the* way to handle uploads, and finally decided that it should be released." Another handy Thoughtbot plugin.
thoughtbot
rails
rubyonrails
plugin
attachment
imagemagick
upload
fileupload
file
march 2008 by infovore
SwitchPipe - Process Manager and Proxy for Rapid Web App Deployment
february 2008 by infovore
"SwitchPipe is a proof of concept "Web application server" or, more accurately, a Web application process manager and request proxy." Wow. Peter Cooper comes good on his "RBoss" concept. Could be interesting to see if there's mileage in this.
ruby
python
webapplication
hosting
deployment
web
server
rails
django
february 2008 by infovore
RoundHaus
january 2008 by infovore
Hosted subversion and continuous integration specifically for Rails development. Looks interesting; reasonably competitive pricing.
rails
rubyonrails
subversion
hosting
testing
continuousintegration
january 2008 by infovore
The jSkinny on jQuery — err.the_blog
january 2008 by infovore
"Something to note: as of writing (1.2.2), jQuery doesn’t play nicely with Rails’ respond_to. But, hold the phone, it’s okay: a simple fix." Neat fix. And good to see people working in a similar fashion to me: Rails, jQuery, write the JS by hand.
javascript
ruby
rails
jquery
january 2008 by infovore
nick - HasFinder -- It's Now Easier than ever to create complex, re-usable SQL queries
december 2007 by infovore
How I've not seen has_finder before I don't know. Looks very handy, and nice and succinct, too.
rails
plugins
rubyonrails
activerecord
finder
december 2007 by infovore
Declarative exception-handling in your controllers - Rails 2.0 a feature a day #2 - redemption in a blog
december 2007 by infovore
"...this feature is one of the few nicest features in Rails made by a contributor outside of the Rails core so I couldn’t resist mentioning it." More on #rescue_from, with some nice use cases.
rails
rubyonrails
ruby
exceptionhandling
exceptions
december 2007 by infovore
almost effortless » Graceful 404s in Rails 2.0
december 2007 by infovore
An explanation of #rescue_from, which was added in Rails 2.0, and is a really rather lovely way of handling all kinds of custom exception and making them not suck.
rails
ruby
rubyonrails
routing
redirect
december 2007 by infovore
evang.eli.st User stories with RSpec's Story Runner
december 2007 by infovore
"I'll show you an example of an integration test I wrote with Test::Unit a while back and then converted to use Story Runner earlier today." RSpec's Story Runner looks quite interesting.
rspec
ruby
testing
rails
rubyonrails
bdd
december 2007 by infovore
RailsJitsu - Acts as Subscribeable Rails Plugin
december 2007 by infovore
Looks useful - a plugin to generate email updates about things within your domain model.
rails
rubyonrails
ruby
email
plugin
programming
december 2007 by infovore
Juixe TechKnow » Top 11 Rails Plugins
december 2007 by infovore
"I [decided] to write a list of the top Ruby on Rails plugins that I have found useful." A decent-enough selection, with a few I hadn't seen before.
rails
rubyonrails
ruby
plugins
activerecord
december 2007 by infovore
Getting the mysql gem installed on Ubuntu at brant interactive
december 2007 by infovore
"The problem is that you need the MySQL development headers in order to get the ruby gem to compile…sooo, you need to install this first."
ubuntu
ruby
rails
mysql
december 2007 by infovore
BBC - Radio Labs - Radio Labs - Perl on Rails
december 2007 by infovore
"Like most organisations the BBC has its own technical ecosystem; the BBC's is pretty much restricted to Perl and static files." How depressing.
perl
ruby
rails
programming
development
bbc
constraints
ridiculous
depressing
december 2007 by infovore
Named routes _path/_url helpers doesn't recognize option :anchor
november 2007 by infovore
Just ran into this myself this afternoon. Very annoying! Hope it's fixed soon.
rails
ruby
rubyonrails
bug
error
routing
november 2007 by infovore
Environments and the Rails initialisation process
november 2007 by infovore
"Though most people understand that your environment files are the key to answering some of these problems, how to actually solve them is not well known. I’ll attempt to clarify what to use and when to use it."
rails
rubyonrails
ruby
environment
development
november 2007 by infovore
Rails on the Run
october 2007 by infovore
"Ruby, Rails & Other Experimentations by Matt Aimonetti" Interesting looking rails-focused blog.
rubyonrails
ruby
rails
software
development
programming
blog
october 2007 by infovore
Mailtrap
october 2007 by infovore
Mailtrap helps you test ActionMailer: "Yesterday I mocked up the simplest, dumbest, Ruby SMTP server you can imagine. It speaks just enough SMTP to allow ActionMailer to make a connection and send it a message."
rails
ruby
rubyonrails
mail
testing
smtp
email
october 2007 by infovore
If you aren’t writing Matchers, you aren’t using RSpec » Grinding Rails
october 2007 by infovore
"The default RSpec syntax is good, but it can’t be everything to everyone. If you’re not writing matchers, you’re missing out on the full potential of RSpec."
rspec
bdd
rails
ruby
testing
rubyonrails
october 2007 by infovore
Demeter's Revenge — Luke Redpath
october 2007 by infovore
"“Demeter’s Revenge” is a simple extension to ActiveRecord, written as a Rails plugin that creates a collection of Demeter-friendly methods for your has_many and has_and_belongs_to_many associations."
rails
plugin
lawofdemeter
proxy
association
october 2007 by infovore
RubyWorks overview - ThoughtWorks Studios
october 2007 by infovore
"This free, open source LAMP production stack for RedHat Enterprise Edition, CentOS, Debian, and Ubuntu will allow users to quickly put Rails applications on production servers."
ruby
rubyonrails
rails
thoughtworks
deployment
linux
server
package
october 2007 by infovore
Pivotal Blabs : CUDdly Models
october 2007 by infovore
"Better Rails Code through ...ActiveRecords with no public methods that have side-effects--other than Create, Update, and Destroy (CUD)." Ooh. This could be exactly what I need. Certainly worth a closer look, anyhow.
activerecord
ruby
rails
rubyonrails
plugin
october 2007 by infovore
Plugins - Textmate Footnotes - Agile Web Development
october 2007 by infovore
This plugin saves you time when moving between your browser and Textmate. It adds clickable links to the Rails backtrace when an error occurs, and clickable ‽footnotes‽ to the bottom of each page... [which] open the correct file in Textmate.
ruby
rails
rubyonrails
debugging
textmate
osx
october 2007 by infovore
QuarkRuby: Ruby on Rails Security Guide
october 2007 by infovore
Long, detailed, useful reference guide to all the areas that you can tighten the security of your Ralis application.
security
rails
ruby
rubyonrails
programming
development
october 2007 by infovore
:: GIANT ROBOTS SMASHING INTO OTHER GIANT ROBOTS :: Did you order the code red?!
october 2007 by infovore
"In discussion, we decided there is too much logic in the controller. We want to move the authorization into the correct place in our domain model. But where?"
rails
authentication
ruby
rubyonrails
mvc
october 2007 by infovore
S3 + Rake = Easy Backups for SVN Repositories, Databases, and Code
october 2007 by infovore
"All it takes is a single call to Rake and you're backed up on Amazon's redundant, secure systems."
rake
s3
ruby
rails
backup
scm
svn
october 2007 by infovore
ReinH: The Autotest Rosetta Stone
october 2007 by infovore
Pimping Autotest for fun and profit. And Growl notification. Nice!
rspec
autotest
rails
growl
testing
ruby
october 2007 by infovore
identity-matcher - Google Code
october 2007 by infovore
"This code, extracted from the Rails codebase of dopplr.com, extends your User model with methods to pull in social network information from sites such as GMail, Twitter, Flickr, Facebook and any site supporting appropriate Microformats."
rubyonrails
ruby
rails
plugin
microformats
network
identity
october 2007 by infovore
Riding Rails: Rails 2.0: Preview Release
october 2007 by infovore
DHH fills us in on the changes in Rails 2.0. Given the preview release is out now, the full version can't be that far off. Big changes, too.
ruby
rubyonrails
rails
october 2007 by infovore
Bleak_house
september 2007 by infovore
"A library for finding memory leaks." - with solid Rails integration and, apparently, graphs by Gruff.
ruby
rails
profiling
analysis
memory
september 2007 by infovore
Life on Rails » Ruby, rails and other technological travels
september 2007 by infovore
"I figured it’s best just to tell you why netbeans’ rails support is so creamingly good". I'm not really an IDE guy, but netbeans does sound quite impressive. Not sure it'll drag me away from Textmate, though.
netbeans
rails
rubyonrails
ruby
ide
development
editor
september 2007 by infovore
Testing Controllers with rspec
september 2007 by infovore
Just what I needed right now. This is a verbose approach, but it has the kind of granularity I like.
testing
rspec
rails
rubyonrails
bdd
controller
mvc
september 2007 by infovore
BlogFish: Webistrano - Capistrano deployment the easy way
september 2007 by infovore
Webistrano is a Web UI for managing Capistrano deployments. It lets you manage projects and their stages like test, production, and staging with different settings. Those stages can then be deployed with Capistrano through Webistrano.
capistrano
rails
deployment
rubyonrails
hosting
infrastructure
september 2007 by infovore
Pivotal Blabs : HasFinder -- It's Now Easier than ever to create complex, re-usable SQL queries
september 2007 by infovore
"HasFinder is an extension to ActiveRecord that makes it easier than ever to create custom find and count queries." Looks excellent. Might well be making use of this.
rails
activerecord
sql
plugin
finders
september 2007 by infovore
Pivotal Blabs : Advanced Proxy Usage, Part I
august 2007 by infovore
Some good stuff on ActiveRecord proxy usage. I'm doing some of this already, but the advanced examples look really handy.
rails
proxy
activerecord
associations
rubyonrails
development
august 2007 by infovore
Peter Marklund's Home : Rails + RSpec: First Impressions
august 2007 by infovore
Some useful examples for using RSpec with controllers.
rspec
rails
controller
testing
bdd
august 2007 by infovore
jlaine.net—From Rails Ajax helpers to Low Pro, Part 2
august 2007 by infovore
Useful tutorial on using Low Pro to make forms accessible.
rails
javascript
lowpro
prototype
august 2007 by infovore
thoughtbot: projects - MileMarker
august 2007 by infovore
"MileMarker adds a helper for marking page elements with the milestone they are slated to be developed, and makes them unable to be interacted with." The JS-y approach isn't quite how I'd do it, but it's a neat idea.
interaction
design
markup
rails
plugin
development
august 2007 by infovore
Bill de hÓra: Design for the web
august 2007 by infovore
"I suspect designing for the Web instead of around it is at least as important as language choice."
java
rails
django
frameworks
etags
architecture
august 2007 by infovore
sed, awk for rails devs
july 2007 by infovore
More sed & awk goodness from the caboo.se
sed
awk
rails
rubyonrails
tips
unix
shell
july 2007 by infovore
Pivotal Blabs : Creating Multiple Models in One Action
july 2007 by infovore
More good stuff on handling forms from Pivotal.
rails
rubyonrails
controller
development
programming
july 2007 by infovore
Pivotal Blabs : The Controller Formula
july 2007 by infovore
"I've found instead that there is a formulaic way to produce excellent Controller code--the Controller Formula".
rails
architecture
controllers
development
ruby
mvc
july 2007 by infovore
related tags
abstraction ⊕ activerecord ⊕ agile ⊕ ajax ⊕ akismet ⊕ analysis ⊕ antispam ⊕ apache ⊕ api ⊕ architecture ⊕ arel ⊕ association ⊕ associations ⊕ atom ⊕ attachment ⊕ authentication ⊕ autotest ⊕ awk ⊕ background ⊕ backup ⊕ bbc ⊕ bdd ⊕ bestpractice ⊕ bigotry ⊕ blocks ⊕ blog ⊕ bug ⊕ bundler ⊕ business ⊕ cache ⊕ caching ⊕ calendar ⊕ capistrano ⊕ cms ⊕ community ⊕ console ⊕ constraints ⊕ continuousintegration ⊕ controller ⊕ controllers ⊕ creditcard ⊕ crud ⊕ css ⊕ data ⊕ database ⊕ date ⊕ datetime ⊕ debian ⊕ debugging ⊕ delayedjob ⊕ delegate ⊕ deployment ⊕ depressing ⊕ design ⊕ development ⊕ diagram ⊕ django ⊕ doc ⊕ documentation ⊕ dom ⊕ ecommerce ⊕ editor ⊕ editors ⊕ email ⊕ engine ⊕ engineyard ⊕ english ⊕ environment ⊕ erb ⊕ error ⊕ etags ⊕ exception ⊕ exceptionhandling ⊕ exceptions ⊕ fastcgi ⊕ fcgi ⊕ features ⊕ file ⊕ fileupload ⊕ finder ⊕ finders ⊕ fixtures ⊕ formatting ⊕ frameworks ⊕ free ⊕ frontier ⊕ functional ⊕ gem ⊕ generation ⊕ geo ⊕ geocoding ⊕ geodata ⊕ geoplanet ⊕ growl ⊕ guidelines ⊕ helpers ⊕ homophobia ⊕ hoptoad ⊕ hosting ⊕ howto ⊕ html ⊕ http ⊕ ide ⊕ identity ⊕ image ⊕ imagemagick ⊕ information ⊕ infrastructure ⊕ interaction ⊕ interface ⊕ irb ⊕ java ⊕ javascript ⊕ jquery ⊕ js ⊕ language ⊕ lawofdemeter ⊕ learning ⊕ library ⊕ lighttpd ⊕ linux ⊕ lowpro ⊕ lucene ⊕ mac ⊕ mail ⊕ maps ⊕ markup ⊕ memory ⊕ merb ⊕ metaprogramming ⊕ metrics ⊕ microformats ⊕ middleware ⊕ migrations ⊕ mocha ⊕ mock ⊕ module ⊕ mongrel ⊕ mvc ⊕ mysql ⊕ named_scope ⊕ netbeans ⊕ network ⊕ noticings ⊕ notification ⊕ openid ⊕ optimisation ⊕ osx ⊕ package ⊕ pagination ⊕ pattern ⊕ patterns ⊕ payment ⊕ paypal ⊕ performance ⊕ perjorative ⊕ perl ⊕ plugin ⊕ plugins ⊕ presenter ⊕ processing ⊕ profiling ⊕ programming ⊕ prototype ⊕ protoype ⊕ proxy ⊕ python ⊕ queue ⊕ rack ⊕ rails ⊖ rails3 ⊕ rake ⊕ rakefile ⊕ redirect ⊕ refactoring ⊕ reference ⊕ resources ⊕ rest ⊕ ridiculous ⊕ routing ⊕ rspec ⊕ rub ⊕ ruby ⊕ rubyonrailes ⊕ rubyonrails ⊕ s3 ⊕ scaling ⊕ scm ⊕ scope ⊕ scoping ⊕ screencast ⊕ screencasts ⊕ search ⊕ security ⊕ sed ⊕ seo ⊕ server ⊕ sessions ⊕ settings ⊕ shell ⊕ simple ⊕ smtp ⊕ snowleopard ⊕ software ⊕ spam ⊕ sql ⊕ sqlite ⊕ statemachine ⊕ status ⊕ statuscode ⊕ stories ⊕ storyrunner ⊕ subversion ⊕ svn ⊕ tagging ⊕ tags ⊕ tdd ⊕ template ⊕ templates ⊕ templating ⊕ testing ⊕ testspec ⊕ textdrive ⊕ textmate ⊕ thoughtbot ⊕ thoughtworks ⊕ tip ⊕ tips ⊕ tool ⊕ tools ⊕ tracking ⊕ training ⊕ tutorial ⊕ tutorials ⊕ ubuntu ⊕ ui ⊕ unicode ⊕ unix ⊕ upgrade ⊕ upload ⊕ urls ⊕ utf8 ⊕ utility ⊕ validation ⊕ versioncontrol ⊕ views ⊕ vim ⊕ visualization ⊕ w3c ⊕ web ⊕ webapplication ⊕ webdev ⊕ webdevelopment ⊕ webrat ⊕ webserver ⊕ woe ⊕ xhtml ⊕ xml ⊕ xsendfile ⊕ yahoo ⊕Copy this bookmark: