User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 15:02, 25 May 2009 (diff | hist) . . (+1,256) . . Ruby Bindings for E-Commerce Tutorial (→Setting up the Ruby plumbing)
- 14:57, 25 May 2009 (diff | hist) . . (+608) . . Ruby Bindings for E-Commerce Tutorial
- 14:37, 25 May 2009 (diff | hist) . . (+6) . . Ruby Bindings for E-Commerce Tutorial
- 14:37, 25 May 2009 (diff | hist) . . (+42) . . Ruby Bindings for E-Commerce Tutorial (→Creating the testing database)
- 14:31, 25 May 2009 (diff | hist) . . (+1,790) . . Ruby Bindings for E-Commerce Tutorial
- 14:14, 25 May 2009 (diff | hist) . . (0) . . N File:Examplestore.mysql (current)
- 14:00, 25 May 2009 (diff | hist) . . (+331) . . Ruby Bindings for E-Commerce Tutorial
- 13:57, 25 May 2009 (diff | hist) . . (+526) . . N Ruby Bindings for E-Commerce Tutorial (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 (diff | hist) . . (+4,304) . . N ExampleStore Ruby (New page: <source lang="ruby"> #!/usr/bin/ruby require 'rubygems' require 'activerecord' require 'directed_edge' ActiveRecord::Base.establish_connection(:adapter => 'mysql', ...)
- 13:50, 25 May 2009 (diff | hist) . . (0) . . N File:Example store.rb (current)
- 23:20, 24 May 2009 (diff | hist) . . (+31) . . Main Page
- 23:19, 24 May 2009 (diff | hist) . . (-291) . . Main Page (→Questions?)
- 14:18, 24 May 2009 (diff | hist) . . (+45) . . XML Format
- 13:37, 24 May 2009 (diff | hist) . . (+1) . . Web Services Examples (→Doing personalized recommendations)
- 13:29, 24 May 2009 (diff | hist) . . (+4) . . Web Services Examples (→Doing personalized recommendations)
- 13:28, 24 May 2009 (diff | hist) . . (+1,777) . . Web Services Examples (→Doing personalized recommendations)
- 12:16, 24 May 2009 (diff | hist) . . (+756) . . Web Services Examples (→Finding related items)
- 10:58, 24 May 2009 (diff | hist) . . (+116) . . Web Services Examples (→Deleting an item)
- 10:53, 24 May 2009 (diff | hist) . . (+343) . . Web Services Examples (→Retrieving an item)
- 10:47, 24 May 2009 (diff | hist) . . (+260) . . Web Services Examples (→Removing a link from an item)
- 10:45, 24 May 2009 (diff | hist) . . (+350) . . Web Services Examples (→Removing a tag from an item)
- 10:42, 24 May 2009 (diff | hist) . . (+488) . . Web Services Examples (→Adding a property to an item)
- 10:39, 24 May 2009 (diff | hist) . . (0) . . N File:Several.xml (current)
- 10:00, 24 May 2009 (diff | hist) . . (-378) . . Web Services Examples (move down below)
- 09:55, 24 May 2009 (diff | hist) . . (+275) . . Web Services Examples (→Adding a property to an item)
- 09:55, 24 May 2009 (diff | hist) . . (0) . . N File:Property.xml (current)
- 09:45, 24 May 2009 (diff | hist) . . (+699) . . Web Services Examples (→Adding a link to an item)
- 09:45, 24 May 2009 (diff | hist) . . (0) . . N File:Link.xml (current)
- 09:37, 24 May 2009 (diff | hist) . . (+371) . . Web Services Examples (→Adding a tag to an item)
- 09:37, 24 May 2009 (diff | hist) . . (0) . . N File:Tag.xml (current)
- 09:33, 24 May 2009 (diff | hist) . . (+366) . . Web Services Examples (→Updating an item)
- 09:32, 24 May 2009 (diff | hist) . . (0) . . N File:User4-update.xml (current)
- 09:28, 24 May 2009 (diff | hist) . . (+238) . . Web Services Examples (→Retrieving an item)
- 09:14, 24 May 2009 (diff | hist) . . (+243) . . Web Services Examples (→Adding an item)
- 09:12, 24 May 2009 (diff | hist) . . (0) . . N File:User4.xml (current)
- 09:08, 24 May 2009 (diff | hist) . . (0) . . File:Database.xml (uploaded a new version of "Image:Database.xml") (current)
- 09:01, 24 May 2009 (diff | hist) . . (+76) . . Web Services Examples (→Exporting a database)
- 08:59, 24 May 2009 (diff | hist) . . (-1) . . Web Services Examples (→Importing a database)
- 08:57, 24 May 2009 (diff | hist) . . (+553) . . Web Services Examples (→Importing a database)
- 08:56, 24 May 2009 (diff | hist) . . (-2) . . Template:CurlGet (current)
- 08:52, 24 May 2009 (diff | hist) . . (+814) . . Web Services Examples (→Importing a database)
- 08:47, 24 May 2009 (diff | hist) . . (+229) . . N Template:CurlGet (New page: Curl Command: <div style="background: #eee; padding: 0.5em"><tt>$ curl {{{argument|-T}}} <nowiki>https://exampledb:password@webservices.directededge.com/api/v1/</nowiki><span style="color:...)
- 08:38, 24 May 2009 (diff | hist) . . (+263) . . N Template:CurlPut (New page: Curl Command ([[Media:{{{1}}}.xml|Download XML]]): <div style="background: #eee; padding: 0.5em"><tt>$ curl -T {{{1}}}.xml <nowiki>https://exampledb:password@webservices.directededge.com/a...) (current)
- 08:23, 24 May 2009 (diff | hist) . . (-53) . . Template:CurlExample (current)
- 08:21, 24 May 2009 (diff | hist) . . (+53) . . Template:CurlExample
- 08:18, 24 May 2009 (diff | hist) . . (+4) . . Template:CurlExample
- 08:16, 24 May 2009 (diff | hist) . . (+33) . . Template:CurlExample
- 08:13, 24 May 2009 (diff | hist) . . (+241) . . N Template:CurlExample (New page: Curl Command: <div style="background: #eee; padding: 0.5em"><tt>$ curl {{{argument|-T}}} {{{1}}}.xml <nowiki>https://exampledb:password@webservices.directededge.com/api/v1/</nowiki><span s...)
- 06:46, 24 May 2009 (diff | hist) . . (0) . . N File:Database.xml
- 05:30, 24 May 2009 (diff | hist) . . (+26) . . Web Services Examples (→Adding an item)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)