Tags
-
Recent Posts
Archives
Friends
Work
Meta
Daily Archives: June 19, 2010
Rails dynamic finders for .NET 4.0
Ruby on Rails allows you to use ‘dynamic’ finders to query the database. This is actually a feature from ActiveRecord to dynamicly use methods which will represent where clauses on the database. Some examples: User.find(:first, :conditions => [“name = ?”, … Continue reading