search for: garz

Displaying 4 results from an estimated 4 matches for "garz".

Did you mean: gary
2008 Feb 19
2
Moving / Copying files inside server across different shares
Hi guys! when I move a file inside a share (for example, from \\server\myshare\dir1 to \\server\myshare\dir2), Samba manages it in order to make the move inside the server. That is, its very fast because the file never gets downloaded to the client. My problem is that when moving a file across different shares, it gets first downloaded to the client and then copied back to the new location. For
2006 Jan 21
4
Migrations and Time datatype. Bug?
I''ve defined a table with these columns t.column "some_date", :date, :null => false t.column "some_time", :time, :null => false The result in schema.rb is t.column "some_date", :date, :null => false t.column "some_time", :time, :default => Sat Jan 01 00:00:00 GMT Standard Time 2000, :null => false The time column generates a
2015 Jan 25
1
customizing Asterisk CLI
Hello, when I am in the Asterisk CLI, I can exit with 'exit' or 'quit'. Ctrl+d has no effect. Is there any way to "bind" Ctrl+d to exit/quit ? Also, when I am in asterisk CLI, I can use command history and readline functions such as CTRL+r to search. But not all functions are available. For example, the alternate mappings for "page up" and "page
2006 Mar 02
1
ActiveRecord in modules & associations
I''d like to organise my active records into modules but can''t get the associations to work. The doc says that associations within the same module should work. I''ve tried using the class_name option too but still doesn''t work. Can anyone help? For example module Mod1 class Animal < ActiveRecord::Base has_many :dogs, :class_name =>