I just opened a ticket for the new routing code that breaks the restful_rails plugin. The plugin is using the public API for inserting routes and not going behind the scenes, besides adding a #connect_resource method to the routing code that adds multiple routes using #connect. The code that is using the API can be seen by running $ svn cat svn://rubyforge.org/var/svn/restful-rails/trunk/lib/rest_controller/routes.rb The ticket and a patch is at http://dev.rubyonrails.org/ticket/5314 Regards, Blair -- Blair Zajac, Ph.D. <blair@orcaware.com> Subversion training, consulting and support http://www.orcaware.com/svn/
Blair, thanks for this patch. It''s been applied. - Jamis On Jun 6, 2006, at 5:36 PM, Blair Zajac wrote:> I just opened a ticket for the new routing code that breaks the > restful_rails plugin. The plugin is using the public API for > inserting routes and not going behind the scenes, besides adding a > #connect_resource method to the routing code that adds multiple > routes using #connect. > > The code that is using the API can be seen by running > > $ svn cat svn://rubyforge.org/var/svn/restful-rails/trunk/lib/ > rest_controller/routes.rb > > The ticket and a patch is at > > http://dev.rubyonrails.org/ticket/5314 > > Regards, > Blair > > -- > Blair Zajac, Ph.D. > <blair@orcaware.com> > Subversion training, consulting and support > http://www.orcaware.com/svn/ > _______________________________________________ > Rails-core mailing list > Rails-core@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails-core
Jamis, Thanks! Blair Jamis Buck wrote:> Blair, thanks for this patch. It''s been applied. > > - Jamis > > On Jun 6, 2006, at 5:36 PM, Blair Zajac wrote: > >> I just opened a ticket for the new routing code that breaks the >> restful_rails plugin. The plugin is using the public API for >> inserting routes and not going behind the scenes, besides adding a >> #connect_resource method to the routing code that adds multiple >> routes using #connect. >> >> The code that is using the API can be seen by running >> >> $ svn cat svn://rubyforge.org/var/svn/restful-rails/trunk/lib/ >> rest_controller/routes.rb >> >> The ticket and a patch is at >> >> http://dev.rubyonrails.org/ticket/5314 >> >> Regards, >> Blair