First  |  Prev |  Next  |  Last
Pages: 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
How to build and install Ruby
> Roger Pack wrote: Rich Leblanc wrote: Roger Pack wrote: I downloaded 1.9.1p429 from http://rubyinstaller.org/downloads/ then downloaded "◦Ruby/Tk environment" from from http://www.ruby-forum.com/topic/210186#new Ok, I got those. and unpackaged it to the appropriate directory. ... 23 Jul 2010 14:42
Emacs Ruby mode bug
Hi. Does anybody know where I am supposed to go to report a bug in this software extension?: http://www.emacswiki.org/emacs/RubyMode I found a case where ruby mode is not parsing the Ruby code correctly. Google searches keep bringing me back to the ruby-lang homepage, so I am not sure where to drop the bug rep... 22 Jul 2010 19:07
HowTo get ruby to report a sumbolic link?
I am creating a series of symbolic links to target directories. I wish to check to see if the symbolic link exists or not. When I do this (using rspec): File.stat(@soft_link_target).ftype.should == 'link' I get this: expected: "link", got: "directory" (using ==) Which tells me that the... 22 Jul 2010 19:07
Typical Ruby (non-rails) project structure.
What is/are the best-practice(s) for a Ruby project structure? As I am just learning Ruby I put everything in one file but, now I am learning about Modules etc.. In Java, classes where in packages which helped with code organization. Is there a typical way to layout a Ruby project structure? -- Posted via ht... 27 Jul 2010 12:49
documentation from inside irb
Hi, is there a way to call ri documentation from irb ? Something like: shell>irb irb(main):001:0> help inspect NameError: undefined method `execute' for module `IRB::ExtendCommand::Help' from (eval):4:in `instance_method' from (eval):4:in `help' from (irb):1 from /usr/li... 24 Jul 2010 09:04
syswrite changes from 1.8 to 1.9
Hi guys, I have a ruby script which is scraping a website with Hpricot. I am creating an xml and an sql file from data scraped. it was working well under 1.8, but I have upgraded to 1.9 (because of character encoding), but now the script writes '["' in front of every string, and the '\n' gets written as a '\n' a... 22 Jul 2010 10:17
unsubscribe
unsubscribe _________________________________________________________________ The New Busy is not the old busy. Search, chat and e-mail from your inbox... 22 Jul 2010 08:06
Spanish payment solution
Hi, Im building a web site for a spanish company and we need to implement a payment solution. Im using Santander with Sistema 4b (Internet Pasat 5.3) atm. Does anyone know a better payment solution to work with or even a good solution that works with Active Merchant. Regards Niklas -- Posted via http://www.... 22 Jul 2010 07:01
download button - how to get file with mechanize
hi, i'm having problems to access the content of a (csv-)file behind a download-button inside a form: <form> .... <input type="submit" class="ButtonDownload ButtonRechts" title="Daten herunterladen" id="ctl00_cphContent_btnDownload" value="Download" name="ctl00$cphContent$btnDownload"> .... </form> any ... 22 Jul 2010 05:56
Two Question
Hi everybody I have two question : 1 - What is the exact meaning of Literals in Ruby ? 2 - What is the use of "puts" in Ruby and what is diffrence between "puts" and "print" ? -- Posted via http://www.ruby-forum.com/. ... 22 Jul 2010 10:17
First  |  Prev |  Next  |  Last
Pages: 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42