search for: helperstexthelper

Displaying 2 results from an estimated 2 matches for "helperstexthelper".

2005 Dec 16
0
auto_link fails to handle tilda''s (~) and markdown fails to handle acute accent (`)
...e.g. Hawai`i It seems that acute accents (or backticks) in Markdown signify code segments, and it seems there''s an open ticket for this: http://www.deveiate.org/projects/BlueCloth/ticket/24 However, regarding auto_link I found where I could fix this in actionpack-1.11.0\lib\action_view\helpersTextHelper.rb changing the following line: ([\w]+[=?&\/.-]?)* # url segment to this ([\w~]+[=?&\/.-]?)* # url segment I can see that there are a number of tickets relating to auto_link: http://dev.rubyonrails.org/search?q=auto_link&wiki=on&changeset=on&ticket=on However I am unclear...
2006 Jan 02
0
problem with ruby gem activate when trying to run actionpack tests
...that acute accents (or backticks) in Markdown signify code >segments, and it seems there''s an open ticket for this: > >http://www.deveiate.org/projects/BlueCloth/ticket/24 > >However, regarding auto_link I found where I could fix this in >actionpack-1.11.0\lib\action_view\helpersTextHelper.rb > >changing the following line: > >([\w]+[=?&\/.-]?)* # url segment >to this > >([\w~]+[=?&\/.-]?)* # url segment > >I can see that there are a number of tickets relating to auto_link: > >http://dev.rubyonrails.org/search?q=auto_link&wiki=on&chang...