#187 ✓resolved
Steve Donie

routes.rb needs to have route for CCTray 1.3 and greater

Reported by Steve Donie | May 15th, 2008 @ 12:02 PM | in current

the current config/routes.rb has a route for CCTray.net that is:

  1. Route for CCTray.NET

map.connect 'XmlStatusReport.aspx', :controller => 'projects', :action => 'index', :format => 'cctray'

The 1.3 and greater versions of CCTray use a different request - XmlServerReport.aspx, so this route needs to be added.

map.connect 'XmlServerReport.aspx', :controller => 'projects', :action => 'index', :format => 'cctray'

Comments and changes to this ticket

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

People watching this ticket

Tags

Pages