About 12,500 results
Open links in new tab
  1. Ruby's equivalent of PHP explode - Ruby - Ruby-Forum

    Sep 26, 2006 · What is ruby’s equivalent of PHPs explode? A routine which can breakdown a string and return the results in an array or a routine that can parse an .ini file and return the …

  2. Zed and Luis drop the bomb on Ruby's poor performance

    May 22, 2006 · The O’Reilly blog has two great interviews posted from the last week or so. The first [1] is with Zed S., the author of Mongrel (and a bunch of other Ruby frameworks and …

  3. Ruby's simple_format method is not working for spaces

    May 29, 2008 · Ruby’s simple_format method is not working for spaces. so how to add and what to add in simple format method code so it also work for spaces?

  4. How to patch ruby's gem before an install? - Ruby - Ruby-Forum

    Sep 7, 2012 · Hi, got stuck and cann’t find appropriate guide how can I patch gem package before it gets installed. For example I’m trying to fix gem for Gosu library: download the gem with …

  5. RUBYOPT -S RuntimeError - Ruby - Ruby-Forum

    Jul 4, 2013 · I’m confused. On Windows7, Ruby 1.9.3 I do : ruby -S script.rb and it works correctly, and searches the PATH variable However, if I do : set RUBYOPT=-S ruby script.rb =>ruby: …

  6. Any solutions to Ruby's inconsistencies? - Ruby - Ruby-Forum

    Mar 4, 2009 · Ruby has definite positives over Java and even other scripting languages, but many negatives too. One negative is the inconsistency of how rules seem to be applied in the …

  7. Ruby stupidities - Ruby - Ruby-Forum

    Aug 31, 2007 · The title is intentionally (but semiseriously) contentious, but I’m not trying to say that Ruby is a bad language–I’m using it, right 🙂 ? However, any language has its unfortunate …

  8. Using JRuby in eclipse - JRuby - Ruby-Forum

    Dec 23, 2014 · I’m a Java programmer trying for the first time to use JRuby with eclipse. (I’m using Aptana plugin.) I downloaded the .exe file of the latest JRuby, and Eclipse Java DLTK - …

  9. Question mark at end of method name - Ruby - Ruby-Forum

    On 10/5/06, py [email protected] wrote: what does the question mark at the end of a method name represent? Unlike other languages which generally only permit …

  10. Include Case-Insensitive - Rails - Ruby-Forum

    Mar 25, 2007 · Sort of. You can’t expect to change ruby’s constant system to be insensitive, but if you’re OK with passing in strings, this might work: class Module def include_insensitive (*args) …