Posteado por: emmanueloga en: Septiembre 29, 2009
Pretty printing (or, nice formatting, or, beautifying) xhtml source code using ruby, nokogiri and XSLT.
Posteado por: emmanueloga en: Abril 2, 2009
Obie Fernandez and Desi McAdam in Argentina
Posteado por: emmanueloga en: Marzo 10, 2009
badges ruby and rails conference locosxrails
Posteado por: emmanueloga en: Marzo 4, 2009
locosxrails registration is open
Posteado por: emmanueloga en: Enero 23, 2009
Conferencia Locos X Rails Buenos Aires Argentina
Posteado por: emmanueloga en: Octubre 17, 2008
Joining and normalizing ruby URIs
Posteado por: emmanueloga en: Agosto 18, 2008
Fotos de la meeting de rubyarg organizada por Pedro Visintin, con la presencia de Marcel Molina
Posteado por: emmanueloga en: Noviembre 29, 2007
Just for the record, number problem one was to set up mongrel_cluster on init.d.
Soooo. Now “ruby script/console” fails with a “require ‘readline’ failure” or something. The problem was that, for some reason, when i built the ruby interpreter (1.8.6) the readline extension was not built and installed. ruby’s readline extension comes with the standard ruby [...]
Posteado por: emmanueloga en: Noviembre 1, 2007
alias y alias_method hacen lo mismo: copian un metodo y le asignan un nombre diferente:
class Test
def test
puts "hola"
end
alias copia_test test
alias_method :copia_test2, :test
end
Test.new.test # > "hola"
Test.new.copia_test # > "hola"
Test.new.copia_test2 # > "hola"
Me surgio la curiosidad de [...]
Posteado por: emmanueloga en: Octubre 11, 2007
Ah! maravillensen:
def test
puts “hola”
end
Syntax highlighting!!!! No es hermoso???? Conclusion: WordPress le da una paliza, sopita y a la cama a Blogger!!!
Comentarios recientes