Skip to main content

Home/ ruby/ Group items tagged http

Rss Feed Group items tagged

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"
Gran Trabajo

Web Design Hamilton is a Leading Web Design Company - 1 views

Every business should have their brand represented on the world wide web with a professionally designed website. The internet has redefined the way businesses are found and viewed. Your company web...

web design Hamilton

started by Gran Trabajo on 30 Apr 12 no follow-up yet
Cyril Mougel

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

  •  
    Why don't user Bundler.require and how use better Bundler
John Smith

About Ruby - 0 views

shared by John Smith on 10 Jun 10 - Cached
    • John Smith
       
      How is this a closure? Adds the current "ambient" to the code block?
  • single inheritance
  • modules
  • ...15 more annotations...
  • collections of methods
  • mixin
  • no variable declarations
  • simple naming conventions
  • denote the scope of variables
  • sigils
  • enhance readability
    • John Smith
       
      I agree. Ruby's sigils are very nice. It's a pitty Pythoen doesn't have them
  • exception handling
  • mark-and-sweep garbage collector
  • C extensions
  • easier than in Perl or Python
  • very elegant API
  • calling Ruby from C
  • extension libraries
Riku Räisänen

Ruby Hacking Guide - 0 views

shared by Riku Räisänen on 29 May 07 - Cached
  •  
    Ruby internals
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
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:
1 - 19 of 19
Showing 20 items per page