Displaying 2 results from an estimated 2 matches for "artisttbl".
2007 Mar 07
0
Map :join query into model objects
Hi,
how can I map:
:joins => "LEFT OUTER JOIN stocktbl ON stocktbl.stock_id =
artisttbl.stock_id"
into a stocktbl model object?
--
Regards
Andrew
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5...
2007 Feb 26
24
Ruby/rails port of Cocoon/hibernate
Hi,
I''m currently running an apache/jboss cocoon/flow/hibernate/ajax
paypal (directpayment) project and am looking into the possibility of
porting it across to ruby/rails. For that reason I would like to know
the following:
1. Can I call my java classes or would I be looking at a complete
rewrite in ruby?
2. How effective is ruby in terms of seperation of concerns regarding
design from