Skip to content

wolframarnold/tdd_with_activeresource

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains a client and a server app written in Rails to illustrate the 
ActiveResource TDD approach presented on 7/20/2010 at the East Bay Ruby Meetup.

To play with the code, run the server:

cd ebr_server
script/server -e test -p 3100

From a different shell, run the client remote specs:

cd ebr_client
spec spec/remote_models/person_remote_spec.rb 

We hope to turn this into a gem soon.

(c) 2010 Wolfram Arnold, Kurt Snyder, Papercheck.com LLC
www.rubyfocus.biz

About

API-based client/server applications with TDD and ActiveResource

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published