Services:Download
From MacroDeckDevWiki
Services is released under a modified GPL license. If you are not familiar with it, please read the license terms.
Services is intended to be used as a Rails Plugin. Simply extract services-0.1.tar.gz to your Rails application's /vendor/plugins directory. Then, in config/environment.rb, add lines for services you want to start. For example, to start DataService, you'll want to add Services.startService "data_service" to environment.rb. Services are specified by their filename.
We have included our schema.rb with Services. Import it or append it to your schema.rb.
For additional information on how Services works, see Services Information
- Download from MacroDeck's Developer Website: services-0.1.tar.gz

