First  |  Prev |  Next  |  Last
Pages: 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162
Test::Unit::Omission - Unable to omit tests
I am trying to omit some tests while using the test unit framework. My code and result below. Code: require 'rubygems' gem 'test-unit' require 'test/unit' def testing puts "hi1" omit puts "hi2" end testing Error: test_omit.rb:9:in `testing': undefined local variable or method `omit' for main... 9 Mar 2010 19:13
ruby gem install mysql compile error
I am having an issue installing the mysql gem on my fedora 11 ruby 1.9.1p376 installation. mysql is installed and working. When I try to run sudo gem install mysql I get the following message: Building native extensions. This could take a while... ERROR: Error installing mysql: ERROR: Failed to build gem n... 3 Mar 2010 20:53
problems with mechanize and inheritance
Hi, I'm having problems with mechanize when I try to subclass it in a rails environment using script/console. The following code works fine: require 'rubygems' require 'mechanize' agent = WWW::Mechanize.new agent.get 'http://www.google.com' But this one doesn't work: require 'rubygems' require 'mec... 3 Mar 2010 16:24
Question about mysql gem
Hi all, sorry if this question shouldn't be here, but when I tried to install the mysql gem I getting the following error When I ran gem install mysql gem install mysql ERROR: While executing gem ... (Errno::EACCES) Permission denied - /Library/Ruby/Gems/1.8/gems/mysql-2.8.1/ COPYING when I ran s... 3 Mar 2010 10:39
Rubygems(.org) timing out all the time
Why is that nowdays, when using rubygems 1.3.6, I get following error most of the time when trying to install or update gems: ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError) timed out (http://rubygems.org/gems/gemname-version.gem) Are there some problems with rubygems.org's servers? -- P... 6 Mar 2010 18:28
Remote Desktop getting reset and sessions are lost
Hi, We have automated a website using Watir and the scripts has to run on remote desktop on daily basis. The remote desktop is windows 2003 server. The scripts were running perfectly and sending reports until some configuration changes were done on the remote server. The complete suite takes around 3 hours ... 4 Mar 2010 06:41
STATISTICS SOFTWARE
friends, i wanna share this MATH AND STAT tool with u all... hope u ll enjoy this tool...... StatMax - Statistics & Finance Software StatMax Component, containing over 70 computational tools, is an ActiveX in process server (DLL) or DCOM component which can be used by any OLE auto mation client or other C... 3 Mar 2010 06:14
Training
i can if u wish -- Posted via http://www.ruby-forum.com/. ... 2 Mar 2010 23:41
A gem for handling temporary file(s)?
I'm writing a program that needs to generate two or three temporary files. (Specifically: my program runs a shell command and I need to pass the shell command a path to a non-existing file which it will dump data to.) Is there a 'gem' that manages these things? Preferably it should remove the files when the sc... 5 Mar 2010 12:47
Increase significant digits in Float
If I want to increase my significant digits beyond 15 in a result of a math expression involving floats, how do I do it? So, for example, I would like more than 15 sig digits in the result of: irb(main):001:0> 4.005 / 7 => 0.572142857142857 Thank you! -- Posted via http://www.ruby-forum.com/. ... 2 Mar 2010 13:31
First  |  Prev |  Next  |  Last
Pages: 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162