Skip to content

{ Category Archives } main

Exploring Latest ruby-lib Additions

Recently I was browsing through the NEWS file in the Ruby Subversion repository. Two methods added since the 1.9.1 release to the Enumerable module caught my attention. These two are Enumerable#chunk and Enumerable#slice_before.

The docs for these are not available at http://ruby-doc.org/ so you’d need to go straight to the source code (by using the links [...]

Tagged , ,

The YUI home page is frying my brains.

JavaScript library
Links from the home page

The Yahoo! User Interface Library (YUI)
137

jQuery
45

[...]

Ultimate YAML in IRb and all the think alikes

After I realized that I want to switch from default inspect output in IRB to YAML output, I googled and found this Secrets of the Rails Console Ninjas from Amy Hoy which suggested to use y method, then Geoffrey Grosenbach suggests class Object; def inspect; y self; end; end, but that would break for explicitly [...]

too smart rubies

s = “”
s

Rails Jobs

“If we haven’t already heard your name, there’s a really good chance your application is simply going to be ignored.”
– James Golick, How to Get A Job at a Top Ruby Shop

Thats how you get your 44 comments and contribute to the phenomenon brilliantly described by Zed
“The reality of the internet is that there really [...]

NetBeans ♥ ClearType

Finally the font rendering on Windows was fixed in latest JRE release.

So after two years I can probably try to use it.

Tagged ,