Hi! Test Mephisto set up.
[ Last updated: July 04, 2007 @ 09:55 PM ]
4 Responses to...
“Hi World!”
Sorry, comments are closed for this article.
Hi! Test Mephisto set up.
[ Last updated: July 04, 2007 @ 09:55 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]) |

test
Posted: March 19th, 2007 at 09:34 PM
I love your blog, it's so insightful!
Posted: March 20th, 2007 at 12:32 AM
Carmelyne. Didn't say. Good design. Love green color.
Posted: April 4th, 2007 at 11:13 AM
Thanks, Dimitri. I hope the training went well. Just shoot me an email if you got any questions. You'll do fine :)
Posted: April 7th, 2007 at 03:31 AM