Jeremy, This is most excellent. I learned several new tricks just reading through this guide. Several nifty little shortcuts were exposed that I was completely unaware of. Like just providing the column identifier for boolean true results or the get() method to get a column's value straight away.
Has the tilde prefix (~) gone away in favor of the invert/exclude methods you doc'd? (didn't see any tips on using tilde). All in all, you've exposed a lot of useful features that should be in my every day toolbox (and weren't) in an organized and accessible page. This will definitely be one of my primary goto pages. Regards, Michael On Wed, May 5, 2010 at 7:03 PM, Jeremy Evans <[email protected]> wrote: > On Apr 21, 12:26 pm, Jeremy Evans <[email protected]> wrote: > > 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. > > I've finally committed a Sequel Querying Guide: > > http://github.com/jeremyevans/sequel/raw/b3e79b32fec274b069ef8077c8007d4cb9e63865/doc/querying.rdoc > > If anyone could take the time to review it, I'd appreciate some > feedback. > > Thanks, > 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]<sequel-talk%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/sequel-talk?hl=en. > > -- http://codeconnoisseur.org -- 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.
