Admin Service Rails Plugin
Admin Service plugin provides the ActiveRecord access services that may be
used with Remote Objects.
Installation
- Pre-requisite products installed: Remote Objects Plugin and its
dependencies
- Create or identify the Rails environment you will use (location of
RAILS_ROOT).
- cd RAILS_ROOT/vendor/plugins
- Checkout the plugin code or extract the package files for this plugin.
- Re-start your Rails web server (e.g. script/server).
Configuration
- Make sure model files in RAILS_ROOT/app/models define classes
(derived from ActiveRecord::Base) for each database table you want to
access.
Usage
- Obtain the OpenLaszlo RemoteObjects Client library (or other
implementation) and use to access class objects defined above. Follow the
directions given with that package.
Author
Michael Hayden <mhayden AT genacode.com>
License
Copyright © 2007, 2008 Michael E. Hayden. All Rights Reserved.
This software is distributed under the terms of the MIT/X Open Source
License