but it generates a wrong SQL
"SELECT * FROM users WHERE users.`id` > 20 ORDER BY users.send"
thanks for your help
This is really a rails specific question but here's a guess on how you
might be able to do it, if this doesn't work you should really try the
rails list. Actually you should probably try the rails list even if
this does work, there's almost certainly a better way to do this than
i what I am suggesting.
thanks a lot for your advice... that's true it's a Rail specific question, ... the plugin's developer mentionned that it's not possible at the present time to do what I want to do... (future release) but he gave me a trick to go on without waiting for the new coming release....
this plugin is trying to hide all SQL calls behind a full Ruby interface , already very useful.....
for interested people see :
but it generates a wrong SQL
"SELECT * FROM users WHERE users.`id` > 20 ORDER BY users.send"
thanks for your help
This is really a rails specific question but here's a guess on how you
might be able to do it, if this doesn't work you should really try the
rails list. Actually you should probably try the rails list even if
this does work, there's almost certainly a better way to do this than
i what I am suggesting.