Displaying 20 results from an estimated 5000 matches similar to: "Charting the rails - ZiYa gem 2.0.2 released..."
2007 Jan 16
1
Can't pass parameters to Ziya controller using url_for
Hi All,
I''m stuck yet again. I have an action on a controller that produces a
Ziya graph, which I call using the gen_chart() helper. However, I can''t
seem to pass more than one parameter through to the action.
<%= gen_chart( "overview_graph",
url_for( :controller => ''graph'', :action => ''graph'', :graph_id =>
2007 Aug 23
6
mongrel + pound + ziya problems
Hi,
i''m using to ziya to display some graph.
If i use it running mongrel as single instance all work good (very slow
but work).
If i try to use it with pound as htto proxy ziya charts wait forever for
data...that never arrive.
If i check the mongrel log it seemes to make queries on the database and
retrieve data,but nothin appera.
Anyone have an idea on how i can solve this problem?
2008 Jun 06
1
fusion charts plugin?
I have to develop a reporting component for an application.
I would like to use fusion charts. Does anyone know if there is a handy
fusion charts plugin out there? I couldn''t find one although I did find
these 2 posts on the topic.
http://blogs.tech-recipes.com/johnny/2006/08/29/ruby-on-rails-beautiful-charts-made-easy-using-flash-with-rails-rxml-templates/
2006 Jan 18
5
Ruby and charting
Hi-
I need to create simple charts on the fly - I had used JFreeChart in the
past with inJ2EE apps. Is there any equivalent here for Ruby. My
charting needs are simple: just line charts.
Also if anyone has done this, pls let me know how I should go about in
doing it.
Thanks
--
Posted via http://www.ruby-forum.com/.
2008 Nov 29
0
charts with three coordinates
Hi,
Is there any suitable chart which can represent the x,y,z
coordinates.
I have the following need.
X axis : Number of incidents.
Y axis : Assignment group.
Z axis : Incident by status.
we are using the Ziya chart.I found the bubble chart for representing
this situation but is there a better way of doing this?
Thank You
--
Posted via http://www.ruby-forum.com/.
2011 Dec 12
1
Help with charting time in seconds as HH:MM:SS on charts
Hello,
I am dealing with data stored in a database as a 'time' object. I
export the data from the database to a text file and utilize the
'time_to_sec()' function of the database to convert the human readable
time (HH:MM:SS) to seconds so that I can use R to do analysis and
create charts of the data. I do not need or use days or dates in the
data, and the data range is from
2006 Jan 12
5
Ajax: Multiple Element Update
I''m trying to apply an Effect.Highlight only to elements of a Form that was
submitted.
So if a user updated 2 fields of a 10 field form, the Effect.Highlight would
be applied to the 2 fields... showing the user what was updated.
My first attempt was to use the :complete=>"eval(request.responseText)" ...
however, the template that get''s rendered won''t know
2006 Feb 21
0
A little charting example with Gruff
Hi all -
This is probably easy stuff for the gurus here, but anyhow, here''s a
little code snippet (and a screenshot) for doing Rails time-based charts
with Gruff:
http://tinyurl.com/g6zrt
Props to Geoffery for writing such a fine library!
Yours,
tom
2006 Oct 22
0
Perl Charting Software
Anybody here creating stock charts in Perl? I've been using DBIx::Chart but
keep running up against its limitations. Does anyone know of any alternatives?
Thanks,
Kirk Bocek
2006 Jan 02
2
charting (freechart)
Hi all,
We are a Java development team, but we are considering rails for our next
project.
However in this webapplication I need to do a fair amount of charting.
In Java we used JFreechart (http://www.jfree.org/jfreechart/index.php) for
this purpose.
What are my options for charting in Ruby?
Regards,
Harm de Laat
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2007 Nov 13
5
Can I run puppetmasterd behind NAT (or Reverse Proxy)
Hi there
I would like to setup my puppetmasterd behind my ADSL modem and manage
the nodes on the hosting sites. I can imagine opening ports to the
puppetmasterd server will work. Am I right?
On the other hand an ideal configuration for me would be a Reverse
Proxy setup, so I don''t have to touch the ADSL router. Has anyone
setup a puppetmasterd behind a reverse proxy?
Any pointers,
2007 Sep 05
5
Reloading ??
All,
So I got passed my initial hurdles with merb 0.4. And all seems to work
very nicely.
Thank you all for your help !
One thing though, why should I have to bounce the merb server when I
change
my controller or associated classes ? Am I missing something ?
I am having flash back to my java days where I now have to reflect on
what changed
and bounce the server accordingly...
2007 Jan 12
5
Rails session parasite...
All,
I see this item on the merb-0.0.8 release notes
Added rails session parasite mode.
I am assuming merbs can piggy back off the rails current session.
How does one achieve that ?
Thanks
Fernand
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/merb-devel/attachments/20070112/0803f46e/attachment.html
2006 Aug 23
3
Auto-Reload...
Hi,
Not sure if this was posted before....
Is there a way to tell the backgroundrb server to reload workers a la
rails in dev mode ?
It seems that I have to cycle the server everytime I change my
workers...
Also has anyone cooked up a script for monitoring the background drb
process on a nix OS ?
ie rc init for server startup and making sure the process is happy
2006 Mar 26
3
Charts and Java servers
Hi,
As a long time Java/J2EE exponent I wanted to give Rails a fair crack of the
whip and after we evaluated it for several weeks I have to say I like it.
The installation process for the base system/framework is straightforward on
the two platforms we''ve tried (Windows and Mac OS X). However, the charting
components available, relying on ImageMagick or GraphicsMagick seem less
clear
2007 Sep 04
5
Xml templates...
I was looking in using an xml_builder template to do something like:
blee.xerb
xml.blees do
<% for blee in @blees %>
xml.blee = blee.name
<% end %>
end
It looks like the xml_builder template can''t expand the erb tag.
It this not the correct way to expand and xml template ?
Thanks !
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2004 Aug 03
1
adding things dynamically
Another question:
If I have a panel that contains a sizer that contains, for example,
some number of gauges, and I want to add another gauge on-the-fly, can
I do that?
Every time I try modifying things at run-time, it just messes everything up.
-Kurt
2009 Jul 30
1
USGS stream flow data automatic download R
I don't even know if this is the right place to ask this question. I
would like to download USGS stream gauging data for a couple of gauges
on a daily basis- save the files to .csv files and append the nest
days time series to this. Is there a way to do this automatically in
R?
thanks,
--
Stephen Sefick
Let's not spend our time and resources thinking about things that are
so little or
2019 May 07
2
Permissions on nginx logs
> On May 6, 2019, at 10:14 AM, Bee.Lists <bee.lists at gmail.com> wrote:
>>
>> I will give 770 a try.
>
> Try 750 first. You don?t need write access to do what you?re asking.
>
> Also, the group membership change won?t take effect until you log out and
> back in.
Thanks to correct me, both things are true, if he only wants to read logs
there, the 750 is
2008 Sep 03
0
HOW TO CONVERT SWF IN JPG ????
Hi i have generated graph using Ziya plugin now i want to convert whole
file in JPG /JPEG ?
Is there any way ??????
help !
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to