search for: rdt

Displaying 20 results from an estimated 58 matches for "rdt".

Did you mean: gdt
2005 Aug 09
12
Eclipse with RDT
Has anyone used Eclipse with RDT (http://wiki.rubyonrails.com/rails/show/RubyDevelopmentTools)? I have never used Eclipse. Would it be worth my time to setup Eclipse with RDT to create my first rails project?
2006 Mar 30
13
need an Ruby on Rails IDE
Hello everybody, I''m a new member on Ruby on Rails. I''m friendly on using Microsoft Visual Studio (VS) IDE. The VS IDE supports for Intellisense coding (that mean it will automatically display a list of member variables or functions for a class, struct, union, or namespace; the names and types of parameters required by a function or attribute; and the complete declaration for
2006 Mar 14
2
RDT and breakpointer
How to get Rails'' script/breakpointer work in RDT 0.7 in Eclipse 3.1.2? I''m new to Rails and have gotten breakpointer working in a csh on Fedora Core 4. Also, the RDT setup works for breakpoints set in straight Ruby code. I''m trying http://www.napcs.com/howto/railsonwindows.html#setupbreakpointer. But a breakpoint set in Ecl...
2006 Mar 31
6
A good editor for .rhtml files?
Can someone please suggest me a good visual editor for rhtml files? Something capable to switch from rhtml source to preview in browser (like dreamweaver) Does exists some open source tool? thank you all. -- Posted via http://www.ruby-forum.com/.
2007 Mar 15
1
Getting the stack trace
...' C:/InstantRails/ruby/lib/ruby/1.8/test/unit/testsuite.rb:32:in `run'' C:/InstantRails/ruby/lib/ruby/1.8/test/unit/testsuite.rb:31:in `run'' C:/InstantRails/ruby/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb:44:in `run_suite'' C:/Backup/RadRails/plugins/org.rubypeople.rdt.testunit_0.8.0.604272100PRD/ruby/RemoteTestRunner.rb:107:in `start_mediator'' C:/Backup/RadRails/plugins/org.rubypeople.rdt.testunit_0.8.0.604272100PRD/ruby/RemoteTestRunner.rb:52:in `start'' C:/Backup/RadRails/plugins/org.rubypeople.rdt.testunit_0.8.0.604272100PRD/ruby/RemoteTestRu...
2020 Apr 08
0
Getting Intel RDT cache allocation status from libvirt?
Is there a way to get the current cache allocation status of a host from libvirt, via API or virsh? I've seen some references to a 'virsh nodecachestats' command in some patches from 2017 that doesn't seem to exist, and I see that 'virsh domstats --cpu-total <domain>' has similar information but seems to be focused on cache monitoring information rather than the
2020 Apr 07
0
Getting Intel RDT cache allocation status from libvirt?
Is there a way to get the current cache allocation status of a host from libvirt, via API or virsh? I've seen some references to a 'virsh nodecachestats' command in some patches from 2017 that doesn't seem to exist, and I see that 'virsh domstats --cpu-total <domain>' has similar information but seems to be focused on cache monitoring information rather than the
2016 Oct 18
0
Cluster: Various GCC, how important is consistency?
...<pauljohn32 at gmail.com> wrote: > > Administrator suggested I try to build with the GCC that is provided > with the nodes, which is gcc-4.4.7. Redhat provides an alternative compiler (gcc 5.3 based) in one of it's opt-in repositories called "redhat developer toolkit" (RDT). In CentOS you install it as follows: yum install -y centos-release-scl yum install -y devtoolset-4-gcc-c++ This compiler is specifically designed to be used alongside the EL6 stock gcc 4.4.7. It includes a simple 'enable' script which will put RDT gcc and g++ in front of your PATH a...
2006 Mar 17
3
Best debugger for Rails on Linux
A quick survey... what''s the best gui debugging tool for Rails 1.0 on Linux that you''ve used? SW versions? Personally I''ve tried FreeRIDE 0.95 and RDT 0.7.0 in Eclipse 3.1.2. Both are very slow and the latter got quite a few bugs itself. TIA! -- Posted via http://www.ruby-forum.com/.
2006 Nov 18
0
java.lang.RuntimeException: Unable to execute interpreter: [
...Rails. Upon creating a project I get the messages below In the Console invalid option -- e In the Ri tab For help on options, try ''rdoc --help'' java.lang.RuntimeException: Unable to execute interpreter: [C:/InstantRails/ruby/bin/ri, --no-pager, -l]null at org.rubypeople.rdt.internal.ui.infoviews.RIView$RubyInvoker.invoke(Unknown Source) at org.rubypeople.rdt.internal.ui.infoviews.RIView.initSearchList(Unknown Source) at org.rubypeople.rdt.internal.ui.infoviews.RIView.updatePage(Unknown Source) at org.rubypeople.rdt.internal.ui.infoviews.RIView.createPartContro...
2016 Oct 17
4
Cluster: Various GCC, how important is consistency?
On a cluster that is based on RedHat 6.2, we are updating to R-3.3.1. I have, from time to time, run into problems with various R packages and some older versions of GCC. I wish we had newer Linux in the cluster, but with 1000s of nodes running 1000s of jobs, well, they don't want a restart. Administrator suggested I try to build with the GCC that is provided with the nodes, which is
2006 Feb 01
4
rails IDE
**hi I am just curious what IDE everybody uses to develop rails application. I am using eclipse with RDT and RAD plugin. But for some reason kicking debug session takes a lot of time. Do anyone experience this kind of problem? -- Rgds, --Siva Jagadeesan http://www.varcasa.com/ My First Rails Project. Powered by Typo and soon by RForum too -------------- next part -------------- An HTML attachment wa...
2007 Apr 04
0
Optimization and simulation
...e a result. But the problem is that the result doesn't seem to be the optimized one because if I arbitrarily choose theta=c(4,27), I will get much bigger value than those simulated ones. I am not sure where is wrong. Could anyone help me with this? Thank you in advance! Here is the code: rdt<-matrix(0,10,3) for (i in 1:10){ #Define the target function target<-function(theta){ d0=theta[1] T0=theta[2] mu<-function(x,d=d0,ta=23.86,ti=11.067,ppt=1.321,a=-12.31, S=5.62, L=3.83, b=c(0.338,-0.0055,0.113,-0.00466,-0.008,-0.205,-0.044,0.266,1.719,-0.169)){ return(a+sum(b*c(x,x...
2010 Jul 25
0
Testing problems: ActiveSupport
.../testsuite.rb:37:in `each'' C:/Ruby191/lib/ruby/gems/1.9.1/gems/test-unit-2.1.0/lib/test/unit/testsuite.rb:37:in `run'' C:/Ruby191/lib/ruby/gems/1.9.1/gems/test-unit-2.1.0/lib/test/unit/ui/testrunnermediator.rb:48:in `run_suite'' D:/Projects/.metadata/.plugins/org.rubypeople.rdt.testunit/ruby/RemoteTestRunner.rb:117:in `start_mediator'' D:/Projects/.metadata/.plugins/org.rubypeople.rdt.testunit/ruby/RemoteTestRunner.rb:62:in `start'' D:/Projects/.metadata/.plugins/org.rubypeople.rdt.testunit/ruby/RemoteTestRunner.rb:332:in `<main>'' Thanks a...
2005 Dec 27
0
Compiling kernel-2.6.13...
...w.linuxquestions.org/questions/showthread.php?p=1732038). Can anyone help me compiling new kernel? I've posted full error message below. Thanks! Sincerely Jose -------------- [ Mon Dec 26 09:27 PM ] [jose at sweety /usr/src/redhat/SPECS]$ rpmbuild --rebuild --target i686 kernel-2.6.13-0.3.rdt.src.rpm Installing kernel-2.6.13-0.3.rdt.src.rpm warning: user machbuild does not exist - using root warning: group machbuild does not exist - using root warning: user machbuild does not exist - using root warning: group machbuild does not exist - using root warning: user machbuild does not exist -...
2006 Jan 09
11
Fast Ruby Debugger?
After developing in Java for years in IDEs I''m starving for a decent ruby debugger. When learning new codebasesI find it invaluable to use the debugger to step through the system and see how things work at runtime. Using RDT in Eclipse is fine but it''s excruciating to wait minutes for the default debugger to finally reach my breakpoints on tests that normally take seconds to run. Does anyone have for either speeding up the debugger or dropping in a faster version? I''ve tried to profile debug.rb by a...
2007 Sep 07
5
Ruby IDE with wxRuby
Hello All, There seems to have been a lot of interest in getting wxScintilla incorperated, and I think most of us who want it, want it so we can create an editor, so to avoid multiple projects comming out with the same goal (Not really that bad of a problem....), I''m going to kick start this, and ask that anyone interested in developing a Editor with wxRuby and wxScintilla, to send
2006 Apr 08
2
RadRails problems - any ideas
...ificant or not, yet. Second, I''ve created a WebBrick server, but it doesn''t respond when I try to start it from withing RadRails. There''s no error shown. I''m guessing it can''t find it. I''m on OSX and using the rad rails eclipse plugin on top of rdt. thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060408/5117e06a/attachment.html
2006 Feb 17
21
''Best'' IDE for testing and debugging
I''m trying to decide which IDE to go with for RoR development. I put a high premium on integrated test automated tools and debugging capabilities. I''d appreciate any sharing of experience. I''m currently running Instant Rails on a Windows 2000 box (using IR due to problems I encountered trying to get all the components set up individually). Also, I''m using
2007 Jun 01
0
"Exception: stack level too deep" on collection.clear?
...t/testsuite.rb:34:in `run'' C:/ruby/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'' C:/ruby/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'' C:/ruby/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb:46:in `run_suite'' C:/Program Files/RadRails/plugins/ org.rubypeople.rdt.testunit_0.8.0.604272100PRD/ruby/ RemoteTestRunner.rb:107:in `start_mediator'' C:/Program Files/RadRails/plugins/ org.rubypeople.rdt.testunit_0.8.0.604272100PRD/ruby/ RemoteTestRunner.rb:52:in `start'' C:/Program Files/RadRails/plugins/ org.rubypeople.rdt.testunit_0.8.0.604272100PRD...