Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #10883 (closed enhancement: fixed)

Opened 1 year ago

Last modified 1 year ago

[PATCH] Documentation and fixes for polymorphic URL helpers

Reported by: mislav Assigned to: nzkoz
Priority: normal Milestone: 2.x
Component: ActionPack Version: edge
Severity: normal Keywords:
Cc:

Description

  • full documentation for the module (attached)
  • rewritten unit tests using Mocha:
    • finer-grained
    • more coverage
  • fixes for #8782, #8720
  • minor optimization in build_named_route_call

Attachments

PolymorphicRoutes.html (11.4 kB) - added by mislav on 01/21/08 19:59:39.
documentation snapshot
polymorphic.diff (12.4 kB) - added by mislav on 01/21/08 20:01:17.

Change History

01/21/08 19:59:39 changed by mislav

  • attachment PolymorphicRoutes.html added.

documentation snapshot

01/21/08 20:01:17 changed by mislav

  • attachment polymorphic.diff added.

01/21/08 20:23:06 changed by mislav

01/25/08 20:19:00 changed by nzkoz

  • owner changed from core to nzkoz.
  • status changed from new to assigned.

01/27/08 01:18:50 changed by nzkoz

  • status changed from assigned to closed.
  • resolution set to fixed.

(In [8741]) Add documentation for polymorphic URL helpers, make API consistent for polymorphic_path and polymorphic_url.

Closes #10883 [mislav] Closes #8782 [gbuesing] Closes #8720 [gbuesing]

02/10/08 01:14:13 changed by nzkoz

(In [8844]) 2-0-stable: Add documentation for polymorphic URL helpers, make API consistent for polymorphic_path and polymorphic_url.

References #10883 [mislav] References #8782 [gbuesing] References #8720 [gbuesing]

Merging [8741]