[Rails] SQL in rails without active record ?

2009-06-19 Thread Jedrin
How can I do sql inside of rails where active record is not involved ? I have done find_by_sql type things before, but they always return an active record. There may be a need on this project to do a more typical sql select that does a join etc. --~--~-~--~~~---~--~

[Rails] SQL in rails

2008-10-29 Thread xxmithila
Hi all.. please give me an example that use SQL in models to handel data in the data base. with "sql.execute" or any other possible way.. thankx --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Ruby on Rail