Displaying 20 results from an estimated 100000 matches similar to: "functional spider test for broken links?"
2006 Jul 10
2
cross controller functional tests?
Hi,
I have an online store and I would like to simulate a complete
shopping trip which involves several controllers? How can I write a
test that calls actions from different controllers in a particular
sequence? Something like the following which involves department,
product, cart_item, and cart controllers.
get department 5
check it has a link to product 4
get product 4
post cartitem/create
get
2001 Feb 28
1
Spider diagrams
Hi, I am trying to create what are called "spider diagrams" in the geochemical
literature using R.  A spider diagram is basically a plot of the atomic number 
versus the concentration on a log scale.  Lines are drawn from each atomic
number for each sample.
Right now, my data frame looks like:
     SAMPLE             SITE           V3   LA.NASC LAATNUM   CE.NASC CEATMNUM
1  1A:001   
2001 Nov 09
2
spider / radar plot
Hmmmm, not quite statistics,
but can R do spider plot like shown in
http://seamonkey.ed.asu.edu/~behrens/asu/msms/student/recent_vis/spider.html
or
http://www.caesarsystems.com/Technica/spiderPlots.htm
Thanks for any hints, Mathias
-- 
                            virtual earth
 Mathias Picker
 Gesch?ftsf?hrer      Gesellschaft f?r Wissens re/pr? sentation mbH
                           
2008 Sep 25
1
Spider Charts and Gruff: THE JOY OF GRAPHING
I hope this day finds you well.
I need to generate Spider charts (aka radar charts) , and am using Gruff
to do so.
How can I show lines and axis numbers on a Spider chart?  Here''s what
I''m trying to make:
http://img.skitch.com/20080925-m573hhdy4n4x6i92s17knjqjeg.jpg
How can I have those 0 - 100 numbers, and the concentric cirles in the
graph?
Joe
-- 
Posted via
2005 Jun 06
1
Rails spider/site copy with internal web requests
Hi all,
On a related topic to Web spidering, I would like to solve a problem  
of internally spidering and saving a Rails application from within  
rails.
The goal is to spider and save each resource in a site to a  
filesystem friendly structure
         /many/things/1?page=3 -> many_things_1_page_3.html
or    /many/things/1?page=3 -> many/things/1_page_3.html
If a redirect is created
2010 Feb 05
2
Spider Plot color problem
Hi all,
I have encountered a problem which appears to have defeated my (admittedly
nascent) R skills. I want to draw a spider plot with many cases (just over
300). I am primarily interested in the difference between 4 categories of
cases, and want to display them as different colors. the col.stars parameter
does not change the color of the lines (which I'm after), but fills the
stars in
2008 Jun 04
2
Creating a "simple" Radar/Spider Plot from Statgraphics
I'm new to R - and trying to create a plot similiar to the spider plot at 
http://www.statgraphics.com/eda.htm#radar .  
I can't figure out several things... most of which I would think would be 
straightforward....
How can I change the lines for each series plotted instead of creating a 
filled area?
How can I get the labels for each of the radial axes at the outside of the 
plot
2013 Apr 19
4
Spider Plot
Does any one have a sample code for a Spider Plot as attached?
Thanks,
Xing
2008 Aug 28
2
Spider Graph
Is there an R function to generate a radar or spider graph from a table
- e.g.    radar(table(x)) or some such?
 
==================================================
Isaac T. Van Patten, Ph.D.
Professor 
Department of Criminal Justice
Box 6934, Radford University
Radford, VA 24142
540-831-6148
ivanpatt@radford.edu <mailto:ivanpatt@radford.edu> 
http://ivanpatt.asp.radford.edu
2012 Nov 21
2
Spider Graph
Hi,
Is the stars command in the base package or do I need to download?
I am looking to make star/radar/spider charts.
Thanks!
Britt
Britt Aronovich
Marketing Analyst
BAM (Brooklyn Academy of Music)
...
Peter Jay Sharp Building
30 Lafayette Ave.
Brooklyn, NY 11217-01486
...
P: 718.724.8038
E: baronovich@BAM.org<mailto:baronovich@BAM.org>
BAM.org
Facebook.com/BAMstage
2011 Sep 08
3
Spider (Radar) Plot
Dear R Group:
   Based on the following data, how to do a great Spider (Radar) Plot? Any
advice is greatly appreciated.
     HospID Rate Age Charlson NIHSS 1 0.2 49 3.5 0 2 0.1 48 1.8 12 3 0.4 56
2.1 5 4 0.3 77 0 7 5 0.2 67 6.5 3 6 0.1 62 4.8 4.6 7 0.1 64 12 5.2 8 0.3 61
3 2.8 9 0.15 69 4.5 1.9 10 0.22 80 0 6.7 11 0.34 61 6 4.2 12 0.18 63 3 6.1
13 0.09 64 8 15 12 0 56 10 11 15 0.1 70 11 7 16
2010 Mar 15
3
Frequencies from a matrix - spider from frequencies
First of all, I really like R! Still being a newbie, I find things (the 
difficult ones) to be very simple.
Alas, some 'simple' things still escape me. (Maybe the tutorials are 
often too much focused on the 'difficult' items??)
Here comes my 'problem', over which I have sweated for the last 2 hours:
My data are of a matrix 10x31, Likert Scale (1-5). 10 questions, 31 
2008 Apr 21
2
Using Prototype Scripts and Google Spider?
Hey... Curious if you anyone has any experience with how Google Spiders
index content that is served via a Ajax Call... just curious, cause this
would have some impact on whether I would not i would use ajax in for
somethings
-- 
Joe Harman
m
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2010 Aug 09
0
Exceptions in functional tests (rescue_action_in_public! broken?)
In 2.3, exceptions raised by controllers under functional tests were by
default propagated to the test, but by using rescue_action_in_public! a test
could trigger the production, public behavior and then use assert_response
or similar to test the expected result. This was implemented via
coordination between ActionController::Rescue and
ActionController::TestCase::RaiseActionExceptions.
This
2006 Jan 19
4
hash fixture access broken in functional test
I have a functional test class that uses the "topics" fixture. I 
verified that the fixture is loaded into the database by doing this:
     assert_equal 2, Topic.find_all.size
So I should have an instance variable called @topics and instance 
variables for each of the rows in the fixture, in this case, @first and 
@another. But all those variables are nil inside my test method.
Is that
2018 Mar 14
0
TableGen: spring cleaning, new features for "functional programming"
Hi Nicolai,
if you're open to it, I'd like suggest another smallish cleanup in
libTablegen, namely doing something about the layering. Basicly what bit me
a few times is that there is a `Main.cpp` file. This particular file adds
CLI options such as -o, -d, -I. So if you build some out-of-tree tool and
happen to link against `all` components because you're lazy, there is a
high
2008 Jul 18
0
Web crawler - spider and Amazon Web Servces (AWS)
I need to create a web crawler and the closest thing to a tutorial
I''ve found so far is this article:
http://developer.amazonwebservices.com/connect/entry.jspa?externalID=1182
wich I think I found via RubyInside or some blog.
It uses some of Amazone Web Services, mainly SQS, but this would be my
first time outsourcing a process to a third party and I would like to
know if someone in the
2011 Dec 22
2
[Mac OS X] [Wine 1.2.3] graphical artifacts with spider.exe
I managed to build wine thanks to macports, I don't really know if it was a good idea.
http://imgur.com/lzGEg
I have those artifacts, I'm wondering if there's a fix ?
2006 May 07
0
NoMethodError trying to get ApplicationHelper method from a functional test
I am a little confused by the includes I suspect. In the book, it states
that runtime environment will load the directories app, app/models,
app/controllers, app/helpers, app/apis, components, config, lib, vendor and
vendor/rails/*.
However, when I try to access my "current_project" public method, it fails
with a NoMethodError.
What is even stranger is that I can use reflection to find
2006 Jan 23
4
an image that is a clickable link?
Hi,
How do I make an image that is a clickable link the rails way? Is
there a view helper for this?
Thanks,
Peter