I am looking for some documentation on how to use mysql in rails. Only
command I know is ‘model.find’ this will find the row by primary key.
I would like to read about all the other commands available to me to
use.
I want to search the model for last name is like a parameter, how can
I do that?
I would really appriciate if someone can point me to a link or
documentation on it? I did a seach on Google and I didn’t find
anything really useful for what I want to do (or may be I didn’t
understand).
Thanks.