README

Path: README
Last Update: Thu May 22 09:50:30 PDT 2008

Admin Service Rails Plugin

Admin Service plugin provides the ActiveRecord access services that may be used with Remote Objects.

Installation

  1. Pre-requisite products installed: Remote Objects Plugin and its dependencies
  2. Create or identify the Rails environment you will use (location of RAILS_ROOT).
  3. cd RAILS_ROOT/vendor/plugins
  4. Checkout the plugin code or extract the package files for this plugin.
  5. Re-start your Rails web server (e.g. script/server).

Configuration

  1. Make sure model files in RAILS_ROOT/app/models define classes (derived from ActiveRecord::Base) for each database table you want to access.

Usage

  1. 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

[Validate]