similar to: Making API call for users(SPREE)

Displaying 20 results from an estimated 3000 matches similar to: "Making API call for users(SPREE)"

2009 May 04
2
Spree 0.8.0 Released (Rails eCommerce Project)
Spree is an open source ecommerce solution for Ruby on Rails. http://spreecommerce.com/articles/2009/05/04/spree-0-8-0-released/ I''ll also be leading a BOF at RailsConf where we will be chatting about Rails commerce so hopefully I''ll see you there! Sean Schofield Twitter: @railsdog
2009 Apr 20
0
Add partial view to Spree
Hello, I am new to Spree, so my question might look dump. How can I use extension to add partial view to any existing view in Spree? How can I determine exactly where my view will go? For my app I just want to add a div block to /shared/_taxonomies.html.erb, is there anyway to do this except overwriting this file with my extension? I have read Extension tutorial several times, but I am not more
2012 Nov 11
0
Spree commerce and styling menu CSS
Hi. I making a shop on spree e-commerce, and I have problem with style menu CSS. http://ns383595.ovh.net/test/menu.png . How can I edit CSS file on spree to have manu like in My template like this http://rafal-serwer.gogler.eu/intimiti/index.html -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2008 Apr 03
0
Spree - Full commerce solution for Ruby on Rails
Just wanted to quickly plug our Spree project (http://spreehq.org) Sorry no porn or get rich schemes on this site. Just a comprehensive commerce platform built with Ruby on Rails. ;-) We''re also looking for volunteers if you''re interested in helping out on the project. FYI - the project was formerly named RailsCart but it has since changed names in order to avoid a possible
2002 Apr 05
0
[Fwd: [Netjuke-users] getid3 dev on a coding spree...]
Just in case any enterprising souls out there feel up to the challenge of determining play time and bitrate average for Ogg Vorbis files via PHP, I send along this message from the programmer of the NetJuke project. (http://netjuke.sourceforge.net) -- Karel P Kerezman, IS Admin Entercom Portland http://greyduck.net [ A diplomat thinks twice before saying nothing. ] <strong>attached
2009 Nov 14
4
how to login in spree
any one cn tell me how i cn login in spree when i click on login button it redirects t0 https://localhost/login -- Posted via http://www.ruby-forum.com/.
2009 Aug 25
0
Spree custom css not working
I followed "2.2 Add the stylesheet to the default layout" at http://spreecommerce.com/documentation/customization_tutorial.html#createthecustomstylesheet Doesn''t work. The file gets copied over but not the <link ... /> -- Posted via http://www.ruby-forum.com/.
2012 Jun 21
0
How to access an engine's method from main application?
Hi, I''m not sure if this is the right place to post this, but please redirect me if I''m posting this in the wrong place. I''m trying to use a method defined in an engine''s library, specifically it is the current_order method from the Spree::Core engine: https://github.com/spree/spree/blob/master/core/lib/spree/core/current_order.rb In my view,
2006 Jul 17
1
Updating multiple children from one page
Hello, I have a model called invoice and one called lineitem. An invoice has_many lineitems, and an lineitem belongs to an invoice. I have a model method that calculates the price of a lineitem, and one that calculates all lineitems in an invoice. I want to have an edit page that lists all the invoices lineitems and their calculated prices, with a text field for a person to change the
2006 Nov 22
1
Polymorphic Data Modelling Question
Hello, I am not sure of the best way to model this situation in Rails and would appreciate some guidance. An order can hold multiple line items. Each line item is for a certain number of any given product. There are four products, each in a different table because they have completely different attributes. So I have: Order - has many LineItems LineItem - belongs to an Order
2012 Jun 21
2
Rails production load order giving uninitialized constant (NameError)
Hi, I have a related but separate question. Again, please redirect me if I''m in the wrong place. I''ve been getting this error in production (on Heroku) only (it happens when the application is loading): 2012-06-21T09:30:19+00:00 app[web.1]: /app/app/controllers/spree/ checkout_controller_decorator.rb:3:in `block in '': uninitialized constant
2011 Oct 21
3
multi site with RoR
HI All,, I have just installed rails. Also I have installed spree,spree-multi- domains gems. I could run the sample spree app but on the admin of spree could not find facility to add multi domains, I have googled but could not find how to create multi domains using rails or spree. If there are any ruby gems to achieve or any other way please let me know. Below is what I wanted exactly 1) A
2007 Aug 07
0
has_and_belongs_to_many polymorphic question
I''ve got a situation where I''m trying to model the following relationship: a ''page'' has multiple lineitems a ''lineitem'' can be either a ''page'' or a ''entity'' The ''lineitem'' looks like it should be polymorphic but the ''page'' and ''lineitem''
2002 Apr 17
1
hi i have a problem with scp
my file is >2GByte and the error message is scp: dump/oracle.dmp: Der Wert ist zu gro? f?r den definierten Datentyp wat is the problem ? THANKS -- >>> Tech at Spree Software Technology GmbH ,.,., C 'c 'C http://www.tech.spree.de > ' < Torsten Pregel Buelowstr. 66
2003 Jan 08
2
Problem with fontsize of pie-chart in postscript file
Hi all, I've a problem with the size of the labels of my pie-charts when I try to write them to a postscript file. I need to increase the default size, so I change cex (see below). On screen this works fine, but cex doesn't seem to affect the postscript-file. Any suggestions? Thanks a lot, Daniel Copy/Past-example (will try to write to c:/temp!): labels <- c("I",
2016 Aug 29
2
Publication
Hi, Can you add the following two publications from our group to the LLVM publications page. - *Alive-FP: Automated Verification of Floating Point Based Peephole Optimizations in LLVM [pdf] <http://www.cs.rutgers.edu/~santosh.nagarakatte/papers/alive-fp-sas16.pdf> *David Menendez, Santosh Nagarakatte, and Aarti Gupta *To Appear in the Proceedings of the 23rd Static Analysis
2006 Feb 24
7
One To Many To Many
Hey all, I''m trying to find a simple way to reference all of the objects that belong to their parent''s parent. In other words: Clients --> Orders --> LineItems How do I get all of a client''s lineitems in one array (i.e., client.all_lineitems)? Thanks! -Neal -- Posted via http://www.ruby-forum.com/.
2008 Oct 29
0
RJS problem after upgrading to Rails 2.0.2
I just updated an old app from 1.2.6 to 2.0.2 and I''m having an rjs problem. I have one page that has 2 submit to remote buttons, one to do a price override and the other to remove the lineitem. Everything is working perfectly before the update but now the price override doesn''t update the page. I''ve verified that the price_override method still gets called because
2010 Jul 29
1
package xpose4 in Vista - Update
Dear R experts, There seems to be a problem (please see the error messages below) with the installation of the latest version of xpose4 (version 4.2.1) with the latest R version.(2.11.1)... I didn't face such installation problems when using version R.2.10.1 Would really appreciate your assistance in debugging installation of xpose 4..2.1 with R.2.11.1 Thanks again.. -Santosh On Wed, Jul
2013 Apr 22
1
Hmisc & pdflatex
Dear Rxperts, Apologize for posting it to a wrong thread..Hence, the re-post... I am trying to use pdflatex from Hmisc, I get the error message. "pdflatex is not available"... The version of Hmisc is the latest one (got the warning that it was compiled under R version 2.15.3) . The version of R on my machine is > version platform i386-w64-mingw32 arch i386 os