.NET 4.0
Some updated download links for the latest .NET version:
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...
2 posts found.