Yeah, this link (from one of the comitters from DM) one about self joins will probably be in it as well ( http://gist.github.com/313029 ). I find it important (not only because i wated 1.5 hour looking for it, including failed attempts at the experimental http://github.com/snusnu/dm-is-self_referential ) as Rail's Active Record mentions this on the core documentation, and self-joins can be quite common (ask Twitter). Which is too bad, as AR gave me soo many problems (such as the fact that self-joins with attributes on the join table do not get recusively save)...
On Jul 17, 11:19 pm, Daniel Ribeiro <[email protected]> wrote: > Thanks for the speedy reply. Having the hints both here and on the dm > site will probably solve the google rank issue. > > Good to know that the documentation is forkable. If I remember > anything else, i'll make sure to make a pull request. > > Regards, > - Daniel > > On Jul 17, 10:44 am, Martin Gamsjaeger <[email protected]> wrote: > > > Daniel, > > > You are absolutely right, that doesn't make the best impression :/ I > > added information about #raise_on_save_failure to the doc site. > > >http://datamapper.org/docs/create_and_destroy > > > Thx for the tip! If you know of any other particular areas you'd like > > to see the docs improved, feel free to mention them here on this list > > or maybe even fork the documentation repo at > > >http://github.com/datamapper/datamapper.github.com > > > cheers > > snusnu > > > On Sat, Jul 17, 2010 at 06:09, Daniel Ribeiro <[email protected]> wrote: > > > It would be nice if this feature was on the main documentation of > > > datamapper. It is kinda sad that the easiest way to find is through a > > > post (with very high google rank) called 'DataMapper is inherently > > > broken' (http://www.drmaciver.com/2010/04/datamapper-is-inherently- > > > broken/). It is worse that it is on the comments, as some people may > > > give up on DM before reaching it. > > > > Regards, > > > - Daniel Ribeiro > > > > -- > > > You received this message because you are subscribed to the Google Groups > > > "DataMapper" 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 > > > athttp://groups.google.com/group/datamapper?hl=en. > > -- You received this message because you are subscribed to the Google Groups "DataMapper" 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/datamapper?hl=en.
