Hi, These patches will improve the way how we generate *_url helpers. Now, all helpers are generated using 'method_missing' which is not just hard to debug but also lead to many wrong urls.
This patch use Rabbit to list all collections and operations and generate url helpers from them. Note that this patch need 'Code layout fixes' patch applied. -- Michal
