search for: projectsstatusformat

Displaying 1 result from an estimated 1 matches for "projectsstatusformat".

2010 Apr 18
1
Add shorthand support for routes like /projects/status(.:format)
...because actually the shorthand routes only work with routes without optional parameters. The modification to support routes ending with a optional parameters is very simple, as can be seen here: https://rails.lighthouseapp.com/projects/8994/tickets/4423-patch-add-shorthand-support-for-routes-like-projectsstatusformat <https://rails.lighthouseapp.com/projects/8994/tickets/4423-patch-add-shorthand-support-for-routes-like-projectsstatusformat>This way, we can create a route like the specified instead of: match ''/projects/status(.:format)'' => "projects#status", :as => :proj...