Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phoet/savon_nosql_example
savon_nosql_example
https://github.com/phoet/savon_nosql_example
Last synced: 26 days ago
JSON representation
savon_nosql_example
- Host: GitHub
- URL: https://github.com/phoet/savon_nosql_example
- Owner: phoet
- Created: 2010-02-03T19:34:27.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-02-15T08:18:34.000Z (over 13 years ago)
- Last Synced: 2024-05-01T22:36:02.545Z (6 months ago)
- Language: Ruby
- Homepage: http://blog.nofail.de/2010/03/nosql-rails-models-with-soap/
- Size: 188 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
Awesome Lists containing this project
README
h1. Savon noSQL example
This is an example project for using SOAP with Savon as a backing for a Rails model with validations.
h2. installation
bc.. rvm use 1.8.7
gem install -v=2.3.11 rails
rake gems:installh2. Start the SOAP server
bc.. cd soap
ruby -rubygems server.rbp. You can shutdown the server with CTRL-C.
h2. Test the SOAP server
bc.. cd soap
ruby -rubygems client.rb