Skip to main content

Home/ Groups/ ruby
Cyril Mougel

Myron Marston » 5 Reasons to Avoid Bundler.require - 0 views

  •  
    Why don't user Bundler.require and how use better Bundler
Cyril Mougel

ruby-1.9.3-p327 cumulative performance patch for rbenv - Gist - 0 views

  •  
    "curl https://raw.github.com/gist/1688857/rbenv.sh | sh ; rbenv global 1.9.3-p327-perf"
Vincent Tsao

po-ru.com: Fixing invalid UTF-8 in Ruby, revisited - 0 views

  • ic = Iconv.new('UTF-8//IGNORE', 'UTF-8') valid_string = ic.iconv(untrusted_string)
  • When working with UTF-8-encoded text from an untrusted source like a web form, it’s a good idea to fix any invalid byte sequences at the first stage, to avoid breaking later processing steps that depend on valid input. For a long while, the Ruby idiom that I’ve been using and recommending to others is this:
Vincent Tsao

Ruby_Array.png (image) - 0 views

  •  
    great conclusion
Riku Räisänen

A Teeny-weeny mp3 player using Ruby and Shoes | RubyLearning Blog - 0 views

  •  
    How made a little application with Shoes and Ruby
  •  
    Simple shoes example: mp3 player
Riku Räisänen

Ruby Hacking Guide - 0 views

shared by Riku Räisänen on 29 May 07 - Cached
  •  
    Ruby internals
1 - 17 of 17
Showing 20 items per page