Archive for June 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...
Read More

2 posts found.