Displaying 20 results from an estimated 21 matches for "some_nam".
Did you mean:
some_name
2006 Mar 09
15
regular expressions slay me
I am furiously trying to find what I am looking for in Pickaxe book and
not finding it.
I''m getting some values back from a posted form and I need to get the
''id'' number off the backend. The ''String'' will always come back to me
as...
Some_name\r\n123
where 123 is actually the id number which I need to execute the find.
The reason they are coming back this way is from a composite
''text_auto_complete_for'' methodology which is allowing users to pick by
name and I want the associated id column for an easy find.
But I can...
2007 May 30
4
Using mocks
...hough, I''d be happy for it to return the true
value.
I''m writing this message cause it doesn''t work for me, but I''m sure it
is because I am not doing something right...but unsure what exactly
that is.
describe Myuser do
before(:each) do
my_mock = mock(:some_name)
my_mock.should_receive(:login).with("user","pass").and_return(true)
end
it "should be logged in" do
my_mock.login("user","pass")
end
end
I get this:
NameError in ''Myuser should be logged in''
undefined local va...
2011 Dec 10
5
create user and push out keys.
Hello
Im just been working with puppet, the first usecase i have is to set
up a system to create users and then push ssh keys on this machines in
the create users .ssh files. I just started with puppet so i am a bit
cluesless, Can someone push me in the right direction?
Im having a centos enviorment.
--
You received this message because you are subscribed to the Google Groups "Puppet
2007 Apr 19
0
Undefine a route?
I am building routes dynamically. Is it possible to do something like:
map.some_name "/whatever"
map.unconnect :some_name
I basically want to make it like that route was never created.
Thanks!
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups &quo...
2014 May 28
2
[LLVMdev] Code generation support in llvm for windows phone
I am talking about Windows Mobile 8 and 8.1 and not CE.
Not sure though that the Windows 8 (ARM NT) is similar to Windows Mobile 8 platform.
I used the following command to generate the obj file
Llc.exe -mtriple=thumbv7-windows -filetype=obj <some_name>.bc
The object file generated in the above object doesn't get linked when I try to link it with the windows mobile library as it fails to recognize the object format. ( Not a valid object file )
Hope I am clear.
~rajat
-----Original Message-----
From: Saleem Abdulrasool [mailto:abdulras...
2006 Jul 07
8
Possible name clash?
Scenario:
Table in database has two fields, id and category (table name is:
categories)
Controller is named category_controller.rb
Model is named category.rb
Helper is named category_helper.rb
Form is named list.rhtml in view\category directory
The code in play on the form is (from generating scaffold):
<% for category in @categories %>
<tr>
<td><%=
2006 Dec 01
3
"All resource specifications require names": wot?
Hi, everyone --
I downloaded puppet and have been playing with it. I''m using the RPM''s for RHE4 created by David (mentioned on the install page: http://people.redhat.com/dlutter/yum/rhel4/) with RHE''s ruby 1.8.1-7:
ruby-1.8.1-7.EL4.8
ruby-libs-1.8.1-7.EL4.8
ruby-devel-1.8.1-7.EL4.8
I''m sure this is an easy one; all the same, I''m stumped. Please
2014 Jun 07
2
[LLVMdev] Code generation support in llvm for windows phone
...gt; I am talking about Windows Mobile 8 and 8.1 and not CE.
> > Not sure though that the Windows 8 (ARM NT) is similar to Windows Mobile
> 8 platform.
> >
> > I used the following command to generate the obj file
> > Llc.exe -mtriple=thumbv7-windows -filetype=obj <some_name>.bc
> >
> > The object file generated in the above object doesn't get linked when I
> try to link it with the windows mobile library as it fails to recognize the
> object format. ( Not a valid object file )
> >
> > Hope I am clear.
>
> Unfortunately, you...
2001 Sep 05
4
Problems trying to run the examples in windows v orbis sdk
Yes, it works now.
Thank you very much.
-----Original Message-----
From: Chris Wolf [mailto:cwolf@starclass.com]
Sent: 05 September 2001 10:12
To: vorbis-dev@xiph.org
Subject: Re: [vorbis-dev] Problems trying to run the examples in windows
vorbis sdk
On 9/4/2001 at 6:00 PM Pablos-Sanchez, Rolando wrote:
>I have just downloaded the vorbis sdk for windows, for researching
>purposes.
>
2018 Apr 24
0
Merging mailboxes with doveadm
Hello Aki,
yes, that's it - thank you.
For reference this works:
sudo doveadm import -u destination at company.net
maildir:/var/vmail/company.net/some.name/Maildir? some_name ALL
Thanks again
Carsten
On 23.04.2018 15:06, Aki Tuomi wrote:
> The command you are looking for is doveadm import
>
> ---
> Aki Tuomi
> Dovecot oy
>
> -------- Original message --------
> From: Carsten Schmitz <carsten.schmitz at limesurvey.org>
> Date: 23/04/2...
2011 Oct 21
1
Centos 6 - named with internal zone file and forwarding
Hi All,
I have two Centos 6 servers running BIND.
I have configured the two servers to run internal zones as a master /
slave setup.
My gateway runs DNSmasq and I would like all other requests for lookups to
be sent to the DNSmasq system.
I have added the following:
forward first;
forwarders {
172.16.0.1;
};
Where 172.16.0.1 is the host running DNSmasq.
For some reason I still
2008 Feb 21
1
polymorphic has_many from ActiveRecord::Base????
I have a polymorphic thingy called fields and I need to on each and
every model, so I''d like to do the has_many from the base class, like
this...
ActiveRecord::Base.class_eval do
has_many :fields, :as => :model, :dependent => true
end
It fails with this no method error (class_of_active_record_descendant)
/usr/lib/ruby/gems/1.8/gems/activerecord-1.15.6/lib/active_record/
2009 Oct 29
4
manipulating form
Hi,
I work with forms and i won''t to set a name for a form to use
javascript functions..
How can i do
Thanks
2012 Jun 01
1
Exposing global (default) sieve script through Managesieve
...ath script.
- the DELETESCRIPT "default" command should fail. This might confuse
clients and users, since it is listed in LISTSCRIPTS but cannot be
deleted, but I think most users will understand they can't delete the
default script.
- RENAMESCRIPT "default" "some_name" should copy the sieve_global_path
script into the user's sieve_dir. This will effectively copy the
script instead of renaming it (since it will still be magically
listed in LISTSCRIPTS), so that might be confusing.
All other commands work just like they do now (in particular,...
2004 Jul 04
1
Embarrassingly naive question regarding graphics on Mac OS X
I am having trouble saving graphs. Using the Aqua interface (which is not
my preferred interface), I have no problems plotting a graph, adding
additional lines, points, references, etc., and then saving it to a file
using, for example, the dev2bitmap command. I have found that, running R
with Xemacs+ESS under X11 (which I prefer over Aqua), this is not possible.
I can either send the graph to a
2014 Jun 08
2
[LLVMdev] Code generation support in llvm for windows phone
...and 8.1 and not CE.
>>> > Not sure though that the Windows 8 (ARM NT) is similar to Windows
>>> Mobile 8 platform.
>>> >
>>> > I used the following command to generate the obj file
>>> > Llc.exe -mtriple=thumbv7-windows -filetype=obj <some_name>.bc
>>> >
>>> > The object file generated in the above object doesn't get linked when
>>> I try to link it with the windows mobile library as it fails to recognize
>>> the object format. ( Not a valid object file )
>>> >
>>> &g...
2006 Aug 17
6
Rails and Checkboxes
Hi
I''m having a really hard time trying to get a specific form in RoR to
work. I''m trying to build a really simple page which lets the user make
a pizza by setting check boxes. The choose their toppings, click submit
and the form does a callback and shows them how much it will cost to
have a pizza with those toppings on.
At the moment I have the following:
View:
<%=
2003 May 27
3
0 margin for creating eps files
Dear all,
I am trying to create eps files of R plots (in Linux) so that I can import them into Word
(obviously in MS Windows). What I would like is for the files to be cropped so that there is no
margin around the actual plot, because I have no way of editing the files after they have been
created. I have tried using
par(mai=c(.75,.75,0,0))
in order to reduce the margin; it works fine when I
2014 May 16
4
[LLVMdev] Code generation support in llvm for windows phone
Hi,
Is there support available in llc to convert llvm bytecode to Windows Mobile binary?
I have tried triples like arm-pc-win32 , thumbv7-window ... but the object file generated is not getting linked to the windows native project.
Any pointers will be greatly appreciated?
Thanks,
~rajat
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2012 Sep 06
5
centos email server suddenly much slower. What to do?
Greetings,
I run my own email server for some domains I administer, on a centos
vps server with a very small number of users.
The only services are smtp, imap/pop, webmail
Everything was running without problems until this morning. I left
home for 1/2 hours, and when I came back everything had become about
100x slower (seriously!). The services were/are still all up and
running, but practically