search for: gunnels

Displaying 8 results from an estimated 8 matches for "gunnels".

Did you mean: tunnels
2004 Jul 13
0
[Fwd: Re: posixAccount for Machines in LDAP?]
...comment = HP8100 Laser browseable = yes writable = no printable = yes printer name = hp8100 [tricker] path = /accounts/whsart/tricker comment = WHS Art students browseable = No valid users = +tricker write list = +tricker force group = tricker create mode = 0660 directory mode = 0770 [gunnels] path = /accounts/whsart/gunnels comment = WHS Art students browseable = No valid users = +gunnels write list = +gunnels force group = gunnels create mode = 0660 directory mode = 0770 [einstein] path = /accounts/whsart/einstein comment = WHS Art students browseable = No valid users = +e...
2009 Mar 17
3
How to truncate a table from a rake file
I am new to rails and want to figure out the syntax for truncating a table using a rake file. Any ideas? thanks in advance! -- 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
2009 Mar 19
3
is there a way to run a obj.each loop in the script/console?
is there a way to run a obj.each loop in the script/console? -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group,
2007 Apr 25
8
How to exit from Xen console?
How do you exit from a Xen domU console back to the dom0 if your connection is from an SSH or Putty connection? No amount of exits can get me out and I have to start close the PuTTY session and start a new one when I have to get back to dom0 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2009 Nov 20
1
Gem/Plugin to Convert Ruby Regexp to Javascript Regexp?
Just a quick question or maybe a suggestion, is there a gem/plugin that will convert ruby regexp to javascript regexp? Thanks -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to
2007 Mar 02
7
Lame question about cp
Hi, How can i copy a file to another with the same name without being prompted for a confirmation ? I read the cp man page, but nada. Any help would be appreciated. Warm Regards, M?rio Gamito
2005 Sep 20
5
Neat way of using R for pivoting?
...ase notify the sender by return email. The views of the author may not necessarily constitute the views of EADS Astrium Limited. Nothing in this email shall bind EADS Astrium Limited in any contract or obligation. EADS Astrium Limited, Registered in England and Wales No. 2449259 Registered Office: Gunnels Wood Road, Stevenage, Hertfordshire, SG1 2AS, England
2010 Mar 10
0
How to test helpers in a Sinatra app?
I am using rspec and trying to test some helpers, but for some reason can''t get rspec to read my methods in my helpers.rb file. I include the helpers file in the helpers spec...in the spec I run a test with a method from my helpers file and I get an error saying: undefined method for my_method Any ideas suggestions, that''d be great. -- Posted via http://www.ruby-forum.com/.