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

Ticket #10283 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

[PATCH] Fixed routing so you can continue using symbols as a namespace

Reported by: johnb Assigned to: core
Priority: normal Milestone: 2.x
Component: ActionPack Version: edge
Severity: normal Keywords: verified
Cc:

Description

Fixed bug introduced with http://dev.rubyonrails.org/changeset/8206 the change assumed you were using a string as a namespace added tests to verify you can build a namespace for both a string and a symbol.

first patch so any feedback would be appreciated.

Attachments

fixed_using_symbol_for_namespace.diff (1.5 kB) - added by johnb on 11/26/07 12:30:18.

Change History

11/26/07 12:30:18 changed by johnb

  • attachment fixed_using_symbol_for_namespace.diff added.

11/26/07 12:39:37 changed by crafterm

I like it, +1

11/26/07 13:00:01 changed by johansorensen

+1

11/26/07 13:53:15 changed by tom

This is a duplicate of #10279, but you have tests!

11/26/07 14:18:48 changed by joshknowles

  • keywords set to verified.

+1

11/26/07 22:41:31 changed by david

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

(In [8216]) Fixed to_s bug with namespace routes (closes #10283) [johnb]