Slide 30
Slide 30 text
Rhom API
• CRUD (create, update, destroy, delete_all,
update_attributes, save)
• paginate
• find(*args)
(:all, :first, :count, :conditions, :order,
:orderdir, :select, :per_page, :offset)
• find_by_sql <-- only for fixed schema
Tuesday, February 5, 13
find_by_sql is SLOW! only works for fixed schema