Displaying 1 result from an estimated 1 matches for "buildertest".
Did you mean:
rbuildertest
2006 Jul 14
2
how to get builder 2.0 to escape attributes in rxml
...; install builder
--version 2.0
Attempting local installation of ''builder''
Local gem file not found: builder*.gem
Attempting remote installation of ''builder''
Successfully installed builder-2.0.0
Installing RDoc documentation for builder-2.0.0...
C:\rails>cd buildertest
C:\rails\buildertest>ruby script/console
Loading development environment.
>> xml = Builder::XmlMarkup.new
=> <inspect/>
>> xml.sample(:escaped=>"this & that")
=> "<inspect/><sample escaped=\"this & that\"/>"
>> e...