Hi World!

March 19, 2007 @ 06:04 PM | posted by carmelyne

(last updated: 07.04.07)

Hi! Test Mephisto set up.

[ Last updated: July 04, 2007 @ 09:55 PM ]


4 Responses to...
“Hi World!”

  1. carmelyne:

    test

    Posted:
  2. rentzsch:

    I love your blog, it's so insightful!

    Posted:
  3. Dimitri:

    Carmelyne. Didn't say. Good design. Love green color.

    Posted:
  4. carmelyne:

    Thanks, Dimitri. I hope the training went well. Just shoot me an email if you got any questions. You'll do fine :)

    Posted:

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