Breast Cancer Awareness Month

September 30, 2007 @ 09:12 PM | posted by carmelyne

(last updated: 09.30.07)

Show your support...

October is Breast Cancer Awareness Month

I created the ribbon in Photoshop. It is available for download if you need a vector ribbon, feel free to use. No attributions required. Breast Cancer Ribbon.

[ Last updated: September 30, 2007 @ 09:50 PM ]

Sorry, comments are closed for this article.

Snippets of 06/24/07

Rails 'A'..'Z' Paginate

1
2
3
4
5
6
7
8
9
10
11
# Starts with 'A'..'Z' Paginate / model
def self.sort(sort)
  if sort
    find(:all, :conditions => ['name LIKE ?', "#{sort}%"])
  else
    find(:all, :order => 'name')
  end  
end

# index action / controller
@models = Model.sort(params[:sort]) 

Recent Posts...

RailsConf 2006
I heart devChix