similar to: Windows: Slow script commands: Try reinstalling Ruby, Rails

Displaying 20 results from an estimated 10000 matches similar to: "Windows: Slow script commands: Try reinstalling Ruby, Rails"

2005 Jun 07
13
My Rails Day entry: internet command line
Well, my entry for the 24-hour Rails Day competition is here: http://yubnub.org . It''s a web app called YubNub that implements the grandiose idea of a "command line for the Web OS". Type "gim porsche 911" to do a Google Image search for Porsche 911 cars. Type "random 1000" for a random number between 1 and 1000. Type "tts David Heinemeier Hansson is
2005 May 23
8
Rails slow on Win2003
Installed Ruby 8.15 and Rails on a Windows2003 box last week. Whenever I start a ruby script, (such as script/server ), nothing happens for 60 seconds. RIDE will not start. I seems like something is timing out, or something. The windows event logs don''t show anything. The windows task manager doesn''t show a ''not responding'' process. Has anyone else
2006 Feb 02
4
rake test_units slow on startup
Hi Running ''rake test_units'' using the simple example from the intro video is very slow on my computer. While the tests claim to execute in 0.17 secs, the startup time ad 5.3 seconds to the overall job. On the video, these tasks ran in about 1 second. (Maybe David was doing the tests on a dual proc mac or did some video editing, who knows.) But, I don''t think it should
2006 Jun 02
3
Wierdness with rake test_units and schema.rb
I have just migrated to use Rail 1.1 from 1.0. In the progress of fixing and cleaning up the unit tests. I found the following problem. I am not sure if this is a bug or it is my environment. When I run "rake test_units, some of the index in association tables is not created, this leads to failures for some unit test cases. Thinking that may be because I didn''t setup the
2006 Aug 08
2
Testing Inconsistencies - ruby works rake fails
I''m getting some very weird results when testing my system. If I run my unit tests using => ruby \test\unit\<filename.rb> each of the tests pass. If I run => rake test_units I get several failures, and they all have to deal with the same issue. For instance I''m getting => ActiveRecord::StatementInvalid: RuntimeError: ERROR C42P01 Mrelation
2013 Jul 13
1
return code of 127 is out of bounds - plugin may be missing
hi sir / maam can you help me on this *return code of 127 is out of bounds - plugin may be missing* in centos configuration in nagios thank you rolly aquino -- Rolly Aquino | I.T. Support <http://www.xend.com.ph> www.xend.com.ph This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
2006 May 07
1
rake test without database
Hi! Is it possible to run unit tests when no database is configured? Rails recipes mentions putting following piece of code in a file within lib/tasks/ [:test_units,:test_functional,:recent].each do |name| Rake::Task.lookup(name).prerequisites.clear end However this seem to be out-of-date, as task lookup in rake according to RDoc is now done using Rake:Task[name]. But after I updated the
2012 Dec 15
1
Could Rstd_Busy do something (src/unix/sys-std.c)?
Currently the function Rstd_Busy() does nothing (src/unix/sys-std.c): void attribute_hidden Rstd_Busy(int which) { } The function is called through a pointer and R interfaces can change this pointer and, thus, use a different function. I don't plan to create a whole new interface to R, but I maintain a package whose aim is to provide a new feature to R when it's running in a
2006 Mar 10
2
rake fails on build server, but not in development
I''m working in a development environment of Mac OS X with MySQL, and a production deployment environment of Redhat with Oracle XE. In the course of setting up a new continuous build server that more closely mimics our production environment, I got stuck on the following strangeness on the build server (Linux, Oracle). 1. rake fails 2. rake test_units works 3. rake test_functional
2005 Dec 27
4
Migrations & Unit Testing: Possible Bug in Rails?
I recently started using migrations to create the schema of a Rails project I am working on. The database I am using for this project is MySQL. The initial migration creates the table and also includes a number of execute statements (to do some things like setting primary keys, autoincrement on some columns and other messy voodoo). Running "rake migrate" creates the database with no
2006 Mar 02
2
Unit tests, salted hash login
Hello, I am having some trouble running the unit tests for the salted has login generator. I am a bit new to both ruby and rails so I am having a little trouble deciphering the error message I get when running ''rake test_units''. Up till the point where I try to run the unit tests I have followed the quick start guide for the salted hash login generator
2015 Oct 12
2
CentOS-docs Digest, Vol 107, Issue 4
Hi, I am finished my first page, but there are a problem with links. Example: link for page bg / Search referrer to bg / frontpage / Search Is this right? Thank you 2015-10-12 9:00 GMT-03:00 <centos-docs-request at centos.org>: > Send CentOS-docs mailing list submissions to > centos-docs at centos.org > > To subscribe or unsubscribe via the World Wide Web, visit >
2015 Oct 09
4
Contribute to the Wiki
Hi, My name is Norberto Aquino. username norbertoaquino I'm interested in translating the wiki for Brazilian Portuguese. Thank you -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos-docs/attachments/20151009/2110e537/attachment-0002.html>
2012 Dec 06
0
base package: extra new line at source() function
Hi, When we do source("file.R", echo = TRUE) the output on R Console includes an extra new line between each line of code. The extra "\n" is added on line 201 of src/library/base/R/source.R (please, see attached patch). I tested the function without this "\n" on an terminal emulator in Linux and on R Console in Windows RGui. I don't know if the "\n" is
2011 Nov 17
0
new package: colorout (Colorize R output on terminal emulator)
Hello, Two days ago I posted a patch to R source code to colorize its output when running it in a terminal emulator (Linux or other Unix with support to ANSI escape codes). I converted the patch into an R package, and people interested in testing it should do the following: 1) Download and install: wget http://www.lepem.ufc.br/jaa/colorout_0.1.tar.gz R CMD INSTALL colorout_0.1.tar.gz 2) Run R
2011 Nov 25
0
New package 'colorout' to colorize R output on terminal emulators
Dear R Community, I'm pleased to announce the availability of 'colorout' on CRAN. The package colorizes R output when it is running on a terminal emulator. Screenshot: http://www.lepem.ufc.br/jaa/R_color_output.png You can use either 16 colors (8 colors * 2 degrees of intensity) or 256 colors to highlight normal text, numbers, strings, warnings, errors and the keywords TRUE, FALSE,
2011 Nov 25
0
New package 'colorout' to colorize R output on terminal emulators
Dear R Community, I'm pleased to announce the availability of 'colorout' on CRAN. The package colorizes R output when it is running on a terminal emulator. Screenshot: http://www.lepem.ufc.br/jaa/R_color_output.png You can use either 16 colors (8 colors * 2 degrees of intensity) or 256 colors to highlight normal text, numbers, strings, warnings, errors and the keywords TRUE, FALSE,
2015 Oct 10
0
Contribute to the Wiki
On Fri, Oct 9, 2015 at 12:46 PM, Norberto Aquino <norbertoaquino at gmail.com> wrote: > Hi, > > My name is Norberto Aquino. > username norbertoaquino > I'm interested in translating the wiki for Brazilian Portuguese. > > Thank you Please change your wiki name to NorbertoAquino (standardised CamelCase). Once you login with the right name, you can start editing the
2005 Jul 05
1
Stale nonce received?
The use of the nonce looks right to me. Can somebody point out what is going wrong here? Jul 4 14:37:04 VERBOSE[12919]: Sip read: REGISTER sip:voip.victoria.tc.ca SIP/2.0 Via: SIP/2.0/UDP 199.60.222.229:5060;branch=z9hG4bKUF2CCx Max-Forwards: 70 To: pcnavideo <sip:pcnavideo@voip.victoria.tc.ca> From: pcnavideo <sip:pcnavideo@voip.victoria.tc.ca>;tag=w23oUOnv7kR Call-ID:
2013 Jul 03
2
configuration of nagios
Hi Sir/Ma'am can i request for configuration of CentOS nagios for moniotoring our servers and switches thank you, rolly aquino