Re: [geb-user] Abridged summary of geb-user@googlegroups.com - 1 update in 1 topic

26 views
Skip to first unread message

Brian Westrich

unread,
Oct 20, 2016, 10:26:29 AM10/20/16
to geb-...@googlegroups.com
This doesn't answer your question directly Pooja, but I also ran into this change during my upgrade and found the 'new' way of accessing lists of modules to be more concise and less error-prone.  So I certainly prefer the new way. 

older versions: 
        details {
            $("div#detail-row").collect {
                module DetailRow, it
            }
        }

version 1: 
        details {
            $("div#detail-row").moduleList(DetailRow)
        }

It took me longer than I would have liked to get this working -- having a before/after example would have helped. I believe the Book of Geb only lists the new way but doesn't show a comparison of the old and new way. I just looked around to see if there's a way to do a pull request for the (otherwise excellent!) Book of Geb but didn't find one. If anyone knows a way to contribute to the Book of Geb, I'd be happy to add this to the documentation. 

Brian Westrich
McWest Corp.


On Wed, Oct 19, 2016 at 5:30 PM, <geb-...@googlegroups.com> wrote:
Pooja Kurbetti <pooja.ku...@gmail.com>: Oct 18 10:59PM -0700


> Hello Marcin,
 
Why there is no backward compatibility support with geb 1.0 ?
Just curious to know...
since the deprecated methods for module and modulist are removed.
...more
You received this digest because you're subscribed to updates for this group. You can change your settings on the group membership page.
To unsubscribe from this group and stop receiving emails from it send an email to geb-user+unsubscribe@googlegroups.com.

Pooja Kurbetti

unread,
Oct 21, 2016, 6:43:49 AM10/21/16
to Geb User Mailing List

Sure Brian, Thanks for the response.
Though it is easier way and less error prone, probably it would great to know why we do need provide backward support.
I will try to contribute on the same, on documenting it with newer and older comparison :).

Regards,
Pooja
To unsubscribe from this group and stop receiving emails from it send an email to geb-user+u...@googlegroups.com.

Marcin Erdmann

unread,
Nov 1, 2016, 5:02:51 PM11/1/16
to Geb User Mailing List
Hi Brian,

FYI, contributing guide for the Book of Geb is available at https://github.com/geb/geb/blob/master/CONTRIBUTING.md#contributing-documentation.

Cheers,
Marcin

--
You received this message because you are subscribed to the Google Groups "Geb User Mailing List" group.
To unsubscribe from this group and stop receiving emails from it, send an email to geb-user+unsubscribe@googlegroups.com.
To post to this group, send email to geb-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/geb-user/CAMvxi90qzXHiOo%2BdCcBqP4-KPXaf2gMU-aq1%3D8HY3%3Dk2LDvB7g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages