On Apr 15, 2:39 pm, pete <[email protected]> wrote: > RailsGuides has a few articles on using ActiveRecord that you could > potentially use as inspiration for Sequel. Something like this one for > querying,http://guides.rubyonrails.org/active_record_querying.html, > and this one for > associations,http://guides.rubyonrails.org/association_basics.html, > probably would have helped me understand Sequel sooner.
It took a lot of work, but I've added an association basics document: http://github.com/jeremyevans/sequel/commit/abcad7d983913b15bae50ba61f4c62204ada36ff You can see the formatted page here: http://code.jeremyevans.net/sequel-www/rdoc/files/doc/association_basics_rdoc.html I'd appreciate it if some people could review it and let me know how helpful it is, and whether anything should be added. Jeremy -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sequel-talk?hl=en.
