
[ Last updated: June 28, 2007 @ 11:04 PM ]
2 Responses to...
“Playtime Spring 2.0”
Sorry, comments are closed for this article.

[ Last updated: June 28, 2007 @ 11:04 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]) |

I like your vector art :) nice one.
Posted: April 18th, 2007 at 09:50 PM
Oh it's Victoria! Thanks.
Posted: May 9th, 2007 at 10:55 AM