- @L29Ah: Правильно грит.
- @Voker57: *ruby *norubyРуби вперде: в 1.9.2 чтобы require'нуть файл в текущей директории теперь внезапно нужно писать require "./file"
- @komar: Ставь *noruby
- @Voker57: *bitcoin *rubyПишу скрейперы (программы, выцепляющие информацию с web-сайтов) (no flash) на ruby за биткойны. Контакты в профиле.
- @Bomfunk: Всё началось с bnp?
- @Voker57: *говно *rubyПоверхностное изучение modern ruby показало, что пользоваться им без превращения системы в помойку с помощью rvm и bundler положительно невозможно.8 months ago; 10 replies
- @Voker57: *ruby *bash< Andys> oh dear
< Andys> in ruby, symbols are represented with a prepended colon
< Andys> eg. :flag
< Andys> so some guy tshirt that said ":sex"
< Andys> which everyone at railscamp knew meant "Sex symbol"
< Andys> he wore it until someone pointed out that to non-rubyists it said "Colon sex"
© bash.org10 months ago - @komar: Метафора разрастающейся программы нихуя не понятна.
- @komar: И это, нахрена там зелёный фон?
- @Voker57: *ruby *LOR
Руби 1.9 рассматривать не будем, т.к. его не только нет во многих дистрибутивах, но он несовместим с рельсами
4.2. Rails 3 совместим.
© linux.org.ru . Дальше я тред не осилил.- @komar: Лопата?
- @overmind88: ты бы знал как забавно смотрятся дразнящийся в первой строчке и мило краснеющий во второй смайлики от колобка
- @L29Ah: вокир заразился nih syndrome?
- @Voker57: *ruby *ripРаскрыта причина ужасного качества биндингов BDB:
Hello, I'm sad to announce you Guy Decoux's death in the beginning of the month of July 20008. He was 53 years old. He died accidentally, intoxicated by the smokes of the fire that took place during the night in his flat in Louveciennes (near Paris)....
(c) ruby-forum.com- @komar: Кстати, где найти real_world_ocaml.jpg?
- @Voker57: *ГОВНО *rubydef to_xml(nodeonly = true, name = 'content', namespace = nil, namespace_map = Atom::Xml::NamespaceMap.new) # :nodoc:
require 'iconv'
# Convert from utf-8 to utf-8 as a way of making sure the content is UTF-8.
#
# This is a pretty crappy way to do it but if we don't check libxml just
# fails silently and outputs the content element without any content. At
# least checking here and raising an exception gives the caller a chance
# to try and recitfy the situation.
#
begin
node = XML::Node.new("#{namespace_map.prefix(Atom::NAMESPACE, name)}")
node << Iconv.iconv('utf-8', 'utf-8', self.to_s)
node['type'] = 'html'
node['xml:lang'] = self.xml_lang if self.xml_lang
node
rescue Iconv::IllegalSequence => e
raise SerializationError, "Content must be converted to UTF-8 before attempting to serialize to XML: #{e.message}."
end
end - @Thriller: Отчего-то эта конструкция так напоминает мне один write only язык...