Displaying 2 results from an estimated 2 matches for "omninerd".
Did you mean:
ombined
2007 Feb 21
2
ActiveMerchant Help
Does anyone know of any good resources for getting ActiveMerchant up and
running? I''m trying to get it set up via Paypal Pro and i can''t find
detailed, clear directions on setting it up. It''s hard to know where to
put what, where paypal login info goes, and how to get the certificate
files from paypal and where they go (if I even need them).
Anyone have any experience
2007 Apr 19
4
render_to_string in a model ?
I have a batch job that will call script/runner, I would like in this
call to create html formated email and save it to the database. This is
easy enough in a controller with
yournewhost.email = render_to_string :action => "email_newhost_ready",
:layout => false
But render_to_string is only available in controller action pack, is
there a easy way to render_to_string in a Model? Or