Displaying 2 results from an estimated 2 matches for "proboards40".
2006 Jul 23
1
link_to
Help!
I wanted to make a ruby interpreted variable <%= @variable %> to be the
linkname of my <%= link_to "linkname", {options" %> expression.
How can I do that?
--
Anime ni naruttebayo!!!
Uchiha Itachi''s Trashcan@ptoys
http://ptoys.proboards40.com/index.cgi?board=showroom&action=display&thread=1108620582
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060723/dcca3730/attachment.html
2006 Aug 02
7
String lenth limit
Hi,
I''ve seen some time ago a function which, given a string like "this is a
very long string" would return , for example limitin it to 10 chars "this
is a..." , but I can''t remember where..... I''ve searched throwth the apis
of rails and ruby itself and I can''t find it.
Thanks everybody..