I am working on Ruby on Rail web site and I am using MySQL for database support. Now I would like to know: is it possible to use stored procedure in my Ruby on Rails application? If possible can you provide some details?
+2
A:
Google turns up some very useful info, including this.
ActiveRecord::Base.connection.execute("execute procedure_name")
meagar
2010-02-16 21:01:24
I asked a simple question is that can it be possible to use Stored procedure in ROR ? is it ok ? Thank you sir for answering . I got good help from the code and link u added in answer
Arpit Vaishnav
2010-02-17 05:39:48