Displaying 3 results from an estimated 3 matches for "wweb".
Did you mean:
web
2006 May 22
0
General path question
...side,
I have a web service that will fetch some data from a third party
provider and display it to the my user. I have a couple of question on
best practices.
I am using WSDL scanning which gives a lot of overhead a take couple
of seconds to accomplish. I have my class that will deal with all the
wweb service call in the model diectory. I called it
postcode_anywhere_service.rb. My first question is: should it be a
singleton (will that be scalable do you beleive?) I know this is
somewhat a general question and would be happy to hear some advices.
So I have this web_Service class defined in my mo...
2003 Mar 21
0
malformed Address
Hi,
I am running rsync as daemon and using rsyncd.conf as follows
log file = /etc/rsyncid.log
[usda]
path=/my_path/
uid = web
gid = wweb
use chroot = yes
read only = no
auth users = myuser
secrets file = /etc/rsyncd.secrets
hosts allow = abc.br.usda.com pqr.br.usda.com xyz.br.usda.com
strict modes = no
if I rsync data from xyz.br.usda.com, It went through fine, data got
transferred...
2006 Jan 13
4
Single Table Inheritance (this is my 3rd post :( )
...ave a active record Association
class QuoteSheet < ActiveRecord::Base
belongs_to :customer
has_many :vendors
has_one :Agent
end
Now in the table quote_sheets should I use vendor_id, customer_id,
agent_id or just company_id since all of them are in 1 table called
companies.
I have read agile wweb development with rail, and no where it says about
relationship like this.
Thanks
with best regards,
Vikrant