Search Results

7
votes

How do I update Ruby Gems from behind a Proxy (ISA-NTLM)

I've been using cntlm (http://cntlm.sourceforge.net/) at work. Configuration is very similar to ntlmaps. gem install --http …
3
votes

What’s the best way to use SOAP with Ruby?

Try SOAP4R SOAP4R …
35
votes

Learning Ruby on Rails

I've been moving from C# in my professional career to looking at Ruby and RoR in my personal life, and I've found linux to be slightly more appealing personally for development. Particularly now t …
4
votes

Best Editor or IDE for Ruby?

SciTE is the one that comes with the rubyforge installer which has worked fairly well for me. Scott Hanselman has a updated …
8
votes

Is it possible to combine a series of PDFs into one using Ruby?

A Ruby-Talk post suggests using the pdftk toolk …
5
votes

Do you leave parentheses in or out in Ruby?

From the Elements of Ruby Style Ruby allows you …