Displaying 20 results from an estimated 2923 matches for "arenal".
Did you mean:
arena
2012 Jan 03
4
Changing X axis of ggplot
Thanks to Joshua Wiley for turning me on to ggplot2.
I am making a plot using this:
p <- ggplot(dallas, aes(x = offense_hour)) + geom_bar() + coord_polar()
Dallas is a data frame, and offense_hour is a column with chron
objects from the chron library. In this case, the chron object was
created with the times function. It is only a time (H:M:S) with no
date attached.
The plot shows up fine,
2002 Mar 07
4
port forwarding not working!
Ok, I hate to be the newbie posting a dumb question, but I can''t get port forwarding to work...
in interfaces I have:
net eth0 detect dhcp
loc eth1 192.168.1.255 routestopped
in rules I have:
#
# Forward FTP connections to 2021 to 192.168.1.3
#
ACCEPT net loc:192.168.1.3 tcp 2021 21
So, the end result should be that
2008 Apr 24
2
Dynamic finders in has_many associations
I have these 3 models.
class Ivr < ActiveRecord::Base
has_many :klusterings, :dependent => :destroy
has_many :klusters, :through => :klusterings, :uniq => true
end
class Kluster < ActiveRecord::Base
has_many :klusterings, :dependent => :destroy
has_many :ivrs, :through => :klusterings, :uniq => true
end
class Klustering < ActiveRecord::Base
belongs_to :kluster
2006 Aug 16
5
validation on methods that aren''t part of the database.
using the Rails Recipes book, i went through the tutorial on setting up
authentication on a site. the tutorial was great, but it raises a few
questions.
the fields in the database are password_hash, and password_salt. the
tutorial creates another method for password that takes the value it was
given and hashes it and adds the 6 character salt at the end.
what if i want to perform validation
2005 Mar 08
2
ActionWebService SOAP Faults aren''t schema valid
I''m working with an ActionWebService client
talking to an ActionWebService server through one of
DataPower''s XS40 XML Security Gateways. One of the
intrinsic functions of this gateway is automatic
SOAP schema validation.
When testing some failure cases, I noticed that SOAP
Faults returned by ActionWebService aren''t schema valid
to the SOAP 1.1 schema, specifically:
2009 Nov 17
3
gem install rails - errors MAC OSX (snow leopard)
This produced quite a mouthful of text.
I''m stuck on the error messages and wondering if I messed something
up. Any advice would be very appreciated. Thank you.
dust:~ Lex$ gem install rails
WARNING: Installing to ~/.gem since /Library/Ruby/Gems/1.8 and
/usr/bin aren''t both writable.
WARNING: You don''t have /Users/Lex/.gem/ruby/1.8/bin in your PATH,
gem executables
2006 Apr 19
0
Finding items that aren''t associated
Thanks to some advice from the list earlier, I now have a Permission
model that links User and Thing (using has_many and :through).
I can easily get the list of current users by doing the following:
@thing = Thing.find(params[:id])
@current_users = @thing.users
But in my view, I want to construct a select of those users that haven''t
had permissions added, so they can be added.
2004 Nov 16
1
Dynamic traffic shaping or ATM like classes
Is it possible to dynamically do bandwidh reservation?
That is, I want to limit the traffic to 50% for upload
and download, but if there aren''t onbound traffic, who
is doing a download will get 100% of bandwidh and if
there aren''t inbound traffic, who is doing a upload
will get 100%, but if there are both inbound and
outbount traffic, each one get limited to 50%.
I think this
2011 Oct 18
8
rspec 1.3.2, Rails 2.3.14 - plugins not loading
Hi there
I have a weird situation. I have inherited a project in Rails 1.2.3
that has been upgraded to Rails 2.3.14 (and is running). I have
installed Cucumber and Rspec to start to write features/tests for the
new code that needs to be written. In my Gemfile, these Gems are
loaded:
group :test do
gem ''rspec-rails'', ''~> 1.3.4'', :require =>
2008 Jan 10
3
A best practices question
Hey everyone. I''ve got a best practices question. How are you guys
rendering newsfeeds? We have a couple of apps where we send newsfeed
items from a backend process. As such, we aren''t in the context of a
controller and can''t use the rails template rendering. We''ve tried
about 3 different ways to make that bearable, but aren''t having much
2007 Apr 28
0
[975] branches/wxruby2/wxwidgets_282/rake/rakemswin.rb: Correct spacing for link command; remove odbc and db_table which aren''t
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding:
2013 Oct 03
1
ixgbe/ix sysctl missing in FreeBSD 9.2
Hello everyone,
I am trying to tweak some of the sysctl tunables for the ix (ixgbe) driver
in FreeBSD 9.2 since I am experiencing less than ideal performance and it
seems like I can't find any:
# sysctl -a | grep -i ixgbe
device ixgbe
I am running 9.2-RC4.
Any input appreciated.
Thanks,
--
Rumen Telbizov
Unix Systems Administrator <http://telbizov.com>
2006 Mar 21
2
These objects aren''t equal..I''m confused
I''m testing to see if two objects are equal. One is accessed directly
from the fixture, and the other is accessed through a relationship.
Here''s the test:
def test_hero
assert_equal players(:hero), hands(:first).hero
end
Anyway, the values are exactly the same as far as I can tell. The
only difference is the object id, but Ruby compares the values, right?
This just
2012 Jan 04
2
Allow HTML email on R-Help
Is it possible to allow HTML email on R-Help?
HTML email is mainstream and would really help with code markup and
embedded graphics.
Just a thought. It's frustrating dealing with the low usability of plain text.
Aren
2007 Jul 09
7
Xapian pubmeet
Hi all,
A few of us have been discussing whether we should have a Xapian social
gathering of some kind. The current idea is meeting up in a pub in
London some time in autumn for drinks and food. However all of this
really depends on who might be able to come! It would be a chance to
meet other Xapian enthusiasts in an informal social setting and talk
about all things search-related (and
2008 Mar 13
3
Stories (well, integration tests) which aren''t plain text
Hi,
Having just played with getting my first plain text story working, I
like how it all fits together. It worked out nicely.
However, I don''t feel our project needs to have stories as plain text,
in fact it''s a slight hindrance for us. Is there any sensible
mechanism for doing integration testing using rspec without plain text
stories?
Thanks,
Rob
2006 Jun 27
3
Capgem 0.1 Released
I''ve put up a first release of Capgem on Rubyforge. It''s available under the
MIT license.
Capgem is an extension to Capistrano which adds a pack task to Capistrano so
you can package up your Rails application as a Gem. This is useful if you
are in an environment where Capistrano''s remote deployment tools aren''t an
option. Capgem currently adds start and stop
2006 Jul 26
3
radrails controllers
is there any reason in the world why the controllers i edit in
radrails(and save) aren''t affecting the application running on
localhost? what''s going on? i just don''t g e t it!!!
thanks.
!@#@!
--
Posted via http://www.ruby-forum.com/.
2007 Jun 14
1
Custom facts not being displayed
I''ve added some custom facts to my Puppet setup but they aren''t being
displayed by facter. I''ve tested them and they work correctly when run
manually (and I''ve also tried a number of those listed on the wiki) but
they aren''t included in facter''s output.
I am using the default settings for factdest and factpath and the facts
are being copied
2012 Nov 24
1
Could not retrieve catalog from remote server: SSL_connect returned=1 errno=0 state=SSLv3
What are the reasons for the above error (apart from clocks out of sync -
they aren''t, and different versions of Ruby - they aren''t).
-Nigel
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/1ZljqG71MSgJ.
To post to this group,