Displaying 1 result from an estimated 1 matches for "activerecordcollection".
2006 Jan 09
4
Lack of support of Stored Procedures is a Show Stopper
In my opinion most mature/complex client/server or n-tier applications 
using SQL Server, Oracle, or MySQL, use stored procedures.
Without support (except by use of the execute method) for Stored 
Procedures, Ruby on Rails or MonoRail is a Show Stopper. We are unable 
to effectively use Ruby On Rails as all access to the db is using Stored 
Procedures.
This does not mean that we are unable to use