Ask a Question related to Ruby, Design and Development.
-
Clifford Heath #1
Text::Format bug
$ ruby -v
ruby 1.8.0 (2003-08-04) [i686-linux]
$ ruby -e "require 'text/format'; Text::Format.new.paragraphs(' ')"
/usr/local/lib/ruby/site_ruby/1.8/text/format.rb:656:in `__paragraphs':
private method `chomp!' called for nil:NilClass (NoMethodError)
from /usr/local/lib/ruby/site_ruby/1.8/text/format.rb:884:in `paragraphs'
from -e:1
Any thoughts, Austin?
Clifford Heath Guest
-
Format text in text area
I have a text area on a form and I need a way to recognize when a user enters a line break. I want to send the data in the box to a database and... -
text format
Hi, I use <textarea> input more than one paragraph to the database, whose field type is set to "text". Then I retrieve it to display in... -
to format text in a form( on the fly )
Hello all, I'm interested in finding out how to format text on the fly in a form. i.e : the user can select some text and then click on a... -
Text format not corresopnding, HELP
To All I sent the mail via the CDONTS after,the message content not corresponding format of my sent before, PLEASE TEACH ME HOW CAN ME DO? And... -
Text Format String - Please help
Hi, I need to display a DateTime field in 'mm/dd/yyyy' in a DataGrid.. On myGrid1 - Properties - Columns - myColumn1 - Text format string: I... -
-
Austin Ziegler #3
Re: Text::Format bug
On Wed, 17 Sep 2003 17:34:25 +0900, Clifford Heath wrote:
Hi, Clifford. Your original message appears not to have made it through. Can> Text::Format is version 0.63 BTW.
you send it again (can you also send it to me directly, as I'm the
maintainer for Text::Format)?
Thanks,
-austin
--
austin ziegler * [email]austin@halostatue.ca[/email] * Toronto, ON, Canada
software designer * pragmatic programmer * 2003.09.17
* 09.51.57
Austin Ziegler Guest
-
Austin Ziegler #4
Re: Text::Format bug
I found the problem report on Google Groups. I have fixed the problem and
added a few new tests to ensure this doesn't break again. I will be
releasing something a bit later -- I have to figure out RubyForge first.
-austin
--
austin ziegler * [email]austin@halostatue.ca[/email] * Toronto, ON, Canada
software designer * pragmatic programmer * 2003.09.17
* 14.31.15
Austin Ziegler Guest



Reply With Quote

