search for: storefront

Displaying 18 results from an estimated 18 matches for "storefront".

2006 Apr 05
1
an instance of one model in another model''s definition?
Hi all, I am creating a multiple-storefront shopping cart in Rails, and have run into a small problem. In addition to the cart, line-item, product, and order models (pretty much standard for this sort of thing), I have a Storefront model which locates the current storefront (by examining the domain name), and initializes itself. This wor...
2006 Apr 24
0
Web Services/Invoke Inconsistencies
...;ve created the API as discussed in Agile Web Development, and, in fact, invoke actually works perfectly. We have three example XML posts... they are in the following formats: POST /rms/api HTTP/1.1 Host: localhost Content-Type: text/xml; charset=utf-8 Content-Length: 384 SOAPAction: "http://StoreFront.StoreFront/RMSConfirmWS/ImportRMSProducts" <?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/...
2008 May 01
3
Adding script line give errors Help!
I am trying to add this script <script language="javascript" type="text/javascript" src="http:// www.expedia.com/pubspec/scripts/storefront/expe.sf.vertical.350.asp?pid=&aid="></script> To my idex page and it give me errors, when I delete this line <script src="js/lightbox/prototype.js" type="text/javascript"></script> it works, anybody cane help me to figure this out? This is the p...
2004 Aug 27
5
IAXy Power in Australia?
Does anyone know a place in Australia that sells a power supply suitable for the IAXy? I haven't had any luck tracking one down. -- jeremy bogan [ jeremy@segpub.com.au ] segment publishing - design.develop.host
2006 Apr 12
1
pluralization issue? (taxes/taxis)
Hi all, Here''s an odd one. I have a "Tax" model which is related via a habtm relationship to a "Storefront" model. In my view_store rhtml file, I have the line : @storefront.taxes.each do |tax| This line returns the following error: NameError in Admin#view_store Showing app/views/admin/view_store.rhtml where line #52 raised: uninitialized constant Taxis See that? "Taxes" has become...
2009 Jul 29
3
Wine can no longer access port 80
I play a lot of games on Linux so I compile Wine from source and run it from the source directory to allow multiple versions and configurations. A couple weeks ago I started noticing errors whenever Steam tried to display a web page which was no biggie since I never use the storefront and I just chalked it up to Steam being buggy. But then I noticed the same error popping up in other programs and when I looked into it more I found that every version and config of Wine I have could recieve any HTTP traffic. The rest of my system works fine, it's just that anything run throu...
2007 Jul 26
1
DVD Drive Recommendations
...upported by the vendor, that would be gravy) on CentOS4/5: DVD hyper multidrive, capable of reading and writing DVD-R, DVD-RW, DVD+R, DVD+RW, DVD-RAM, DVD-R for DL, and DVD+R DL. The HP DVD940e (USB 2.0, but that is *not* a requirement, http://www.shopping.hp.com/product/desktop/dvd_writers/1/storefronts/RX901AA%2523ABA) was suggested but we are not familiar with it at all. Does anyone have any suggestions/experience they wish to share? Best Regards, Camron -- Camron W. Fox Hilo Office High Performance Computing Group Fujitsu America, INC. E-mail: cwfox at us.fujitsu.com
2005 Nov 03
2
[OT] CamCommerce
I was really excited today when a colleague gave me a lead on what I had hoped might become my first production Rails site. Almost as quickly, my joy began to fade upon speaking to the client. He wants a storefront that integrates with his existing POS database...a product called CamCommerce. A bit of research on this software (I''d not heard of it) suggests that the database backend that CamCommerce uses is some sort of proprietary system that is particularly fragile, and might be best avoided. Doe...
2006 Jul 04
0
Help with first AJAX action
...: def edit_color @color = Color.find_by_id(params[:id]) || Color.new if request.post? and params[:color] @color.attributes = params[:color] if @color.save return redirect_to :action => "edited_color", :color => @color end end return render :template => "storefront/edit_color", :layout => false end def edited_color @color = Color.find(params["color"].to_i) render :template => "storefront/edited_color" end Here is the RJS: page.insert_html :bottom, "colors", :partial => "list_color", :locals...
2006 Feb 09
1
(no subject)
My application has one central database + Rails server and many distributed GUI clients. The remote clients need to read and update different collections of ActiveRecords. They also need to submit fairly demanding calculation + database update requests. Have you designed a similar Ruby application? What did you do? I''ll try to summarize the approachs I''m considering
2004 Nov 21
3
Headsets for Cisco 7940/7960
What headsets have people found work well with the Cisco 7940 and 7960 phones? To date, I have tried a couple of the headsets within the Plantronics H series (H41-N), and noticed that the volume of my speaking is lower over the headset than on the regular handset. I am currently looking for headsets that are known to work well. I do know that Cisco lists the H-91 and H-101 as certified to
2006 Feb 19
16
Open source rails e-commerce engine?
I''m pinging the list to see if anyone is working on an open-source e-commerce engine based on Rails yet - something like OSCommerice I guess. Anyone? Is there interest out there for such a thing? I have such a product which has been extracted from real world code. It currently runs 3 production rails sites in various shapes and forms, implemented as a rails engine. Basic feature list: -
2005 May 26
4
Official CentOS CD/DVD Vendor Program
All, I would like to announce our Official CentOS CD/DVD Vendor Program. We currently have 3 vendors, and 2 more who are putting together their information. (Not bad ... the official program has been going for less than 12 hours :) The details of the program (how to get in it, what they give back to the CentOS Project, etc.) are here: http://www.centos.org/images/CentOS_CD_Vendors.pdf Here is
2005 May 26
4
Official CentOS CD/DVD Vendor Program
All, I would like to announce our Official CentOS CD/DVD Vendor Program. We currently have 3 vendors, and 2 more who are putting together their information. (Not bad ... the official program has been going for less than 12 hours :) The details of the program (how to get in it, what they give back to the CentOS Project, etc.) are here: http://www.centos.org/images/CentOS_CD_Vendors.pdf Here is
2006 Feb 16
7
RoR vs JavaScript/AJAX vs Java interface. Conflicting ideas?
...ails app. That''s fine and sounds ok but is it really the best option? Right now I''m convinced I want to use Rails for the server side but is JavaScript the best option for the client side? More requirements could be placed on the computer where the admin interface is used than the storefront for shoppers. I''ve been reading about Java Web Start applications. It might be easier to build a big admin application with Java given all the mature GUI libraries that exist for Java compared to those that exist for JavaScript. And this would save some server time and make a snappy inter...
2004 Oct 04
10
IAXy - anyone using them yet?
I haven't seen much activity on the list concerning Digium's IAXy standalone FXS device. Are they worth $100 ? Do they integrate well with * as an extension's FXS ?
2011 May 08
5
Am I being to paranoid?
Hi All, I want to know thoughts on if I am being to paranoid/security conscious. CentOS 5.6, Apache, MySQL, running an Firewall in front of everything and obviously the built-in firewall on the box. I have ssh on a different port and starting to use Keys instead of password authentication. I host an intensive website and I am getting about 150 unique visitors per day. What I am seeing is
2010 Jan 02
27
Pool import with failed ZIL device now possible ?
Hello list, someone (actually neil perrin (CC)) mentioned in this thread: http://mail.opensolaris.org/pipermail/zfs-discuss/2009-December/034340.html that is should be possible to import a pool with failed log devices (with or without data loss ?). >/ />/ Has the following error no consequences? />/ />/ Bug ID 6538021 />/ Synopsis Need a way to force pool startup when