Cool find of the day

June 08, 2007 @ 12:36 PM | posted by carmelyne

(last updated: 06.08.07)

http://msgme.com/ - They have an interesting array of ways to use their service. It might be worth checking out. To test, you can text 67463 with "carmelyne". I can think of some use for msgme as a marketing tool and for getting information. Cool nonetheless.

[ Last updated: June 08, 2007 @ 12:51 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