New pages
- 21:59, 3 January 2014 Recommendation parameters (hist) [2,034 bytes] Scott (talk | contribs) (Created page with "{| ! Type ! Name ! Default ! Description |- | list | tags | | |- | list | excludedTags | | |- | list | exclude | | |- | list | items | | |- | boolean | includeUnranked | fals...")
- 17:43, 10 October 2013 Shopify Liquid Examples (hist) [7,352 bytes] Lucijan (talk | contribs) (Created page with "== Basic Example (Textual output) == This first example demonstrates iterating through different recommendation types (<tt>groups</tt>) and listing a maximum of five recommended ...")
- 16:27, 7 October 2013 Shopify Liquid (hist) [3,031 bytes] Lucijan (talk | contribs) (Created page with "__TOC__ == Liquid Variables supported by Directed Edge == Following Liquid Variables are supported in custom templates: * groups - An array of recommendation types with following...")
- 06:32, 23 October 2012 Shopify Javascript Callbacks (hist) [3,190 bytes] Scott (talk | contribs) (Created page with "== A collection of Javascript callbacks that can be used to customize the Directed Edge Shopify app == === Add a hover effect to the recommendations (jQuery) === This changes t...")
- 09:18, 28 November 2010 Getting started with Spree/Products/Index (hist) [1,165 bytes] Scott (talk | contribs) (Created page with "<source lang="html4strict"> <% unless edgy_recommended.empty? %> <h3 class="list-type"><%= edgy_message %></h3> <ul class="product-listing"> <% edgy_recommended.each do |...")
- 09:13, 28 November 2010 Getting started with Spree/Orders/Form (hist) [813 bytes] Scott (talk | contribs) (Created page with "<source lang="html4strict"> <%= error_messages_for :order %> <table id="cart-detail"> <thead> <tr> <% hook :cart_items_headers do %> <th colspan="2"><%= t("i...")
- 08:43, 28 November 2010 Getting started with Spree/Products/Show (hist) [709 bytes] Scott (talk | contribs) (Created page with "<source lang="html4strict"> <% @body_id = 'product-details' %> <h1><%= @product.name %></h1> <div id="product-images"> <div id="main-image"> <%= render 'image' -%> </div...")
- 18:14, 23 November 2009 Getting started for Java developers (hist) [619 bytes] Scott (talk | contribs) (New page: {{GettingStarted|Java|Java/dist/com.directededge.jar|You'll also need the included com.noelios.restlet.jar and org.restlet.jar from Java/dist/lib.}} }} == Examples == Currently there's no...)
- 18:07, 23 November 2009 Getting started for Ruby developers (hist) [532 bytes] Scott (talk | contribs) (New page: {{GettingStarted|Ruby|Ruby/directed_edge.rb|You'll need to make sure you have rubygems (duh...) and the rest_client Gem installed.}} {{ExampleStore|ExampleStore Ruby| : '''''[[Ruby Bindin...)
- 17:53, 23 November 2009 ExampleStore PHP (hist) [5,883 bytes] Scott (talk | contribs) (New page: <source lang="PHP"> <?php /* * Ok, so the basics of how this thing works: * * It assumes that you have a local database for your store, and that store * has a "customer" table and "pro...)
- 17:46, 23 November 2009 Getting started for Python developers (hist) [269 bytes] Scott (talk | contribs) (New page: {{GettingStarted|Python|Pyton/directed_edge.py}} {{ExampleStore|Python ExampleStore}} {{FurtherReading}})
- 17:31, 23 November 2009 Getting started for PHP developers (hist) [262 bytes] Scott (talk | contribs) (New page: {{GettingStarted|PHP|PHP/DirectedEdge.php|You'll also want to make sure that you have [http://pear.php.net/ Pear] and [http://pear.php.net/package/HTTP_Request2/ HTTP_Request2] installed t...)
- 10:46, 10 August 2009 ExampleStore Python (hist) [3,002 bytes] Scott (talk | contribs) (New page: <source lang="python"> #!/usr/bin/python from sqlalchemy import Column, Integer, create_engine from sqlalchemy.ext.declarative import declarative_base from sqlalchemy.orm import sessionma...) originally created as "Python ExampleStore"
- 13:57, 25 May 2009 Ruby Bindings for E-Commerce Tutorial (hist) [16,807 bytes] Scott (talk | contribs) (New page: One of the main things that people often want to do is to integrate Directed Edge's recommendation engine into their online store. Many of those stores are using Ruby already, so we decid...)
- 13:56, 25 May 2009 ExampleStore Ruby (hist) [2,651 bytes] Scott (talk | contribs) (New page: <source lang="ruby"> #!/usr/bin/ruby require 'rubygems' require 'activerecord' require 'directed_edge' ActiveRecord::Base.establish_connection(:adapter => 'mysql', ...) originally created as "ExampleStore Class"
- 05:27, 24 May 2009 Web Services Examples (hist) [8,126 bytes] Scott (talk | contribs) (New page: So, now that you've been through the documentation on the API Concepts, XML Format and REST API, let's take a look at a few practical examples of working with the Directed Edge...)
- 05:31, 20 May 2009 XML Format (hist) [9,541 bytes] Scott (talk | contribs) (start adding stuff)
- 01:26, 20 May 2009 Introduction to Recommendations (hist) [9,914 bytes] Scott (talk | contribs) (New page: : ''This is a reprint from an article by Directed Edge co-founder Scott Wheeler that originally appeared in two parts in Gründerscene ([http://www.gruenderszene.de/it/we-think-youd-also-l...)
- 01:38, 19 May 2009 API Concepts (hist) [6,922 bytes] Scott (talk | contribs) (start on concepts article)