"So what''s the deal with the semi-colon in the edit URL in REST-enabled RoR applications?" - Jerry Seinfeld It''s a good question. Is this acceptable to use in live applications? Are there any apps online that are refactored to REST where the semi-colon appears in a URL? Brandon -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
We have https://jobs.37signals.com/jobs/new;preview for example. The ; is a valid character in URLs, so there''s no reason why you should fear this in a live application. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
DHH wrote:> We have https://jobs.37signals.com/jobs/new;preview for example. The ; > is a valid character in URLs, so there''s no reason why you should fear > this in a live application.DHH... you da man. Keep up the good work. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
On Sun, 01 Oct 2006 20:23:56 -0700, DHH wrote:> We have https://jobs.37signals.com/jobs/new;preview for example. The ; > is a valid character in URLs, so there''s no reason why you should fear > this in a live application.Yes, and plus is a valid character in e-mail addresses, yet I switched to hyphens for my "plus-addressing" because so many Perl scripts couldn''t deal with plusses. I''d regularly give out "jay+extension-TNFzNwJ3FIT/PtFMR13I2A@public.gmane.org" and get mail addressed to "jay@localhost; extension-TNFzNwJ3FIT/PtFMR13I2A@public.gmane.org". So your first argument (we haven''t seen any problems yet) is much more convincing than your second (it''s a valid character) :) Jay Levitt --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---