public
Description:
Homepage: http://activerecordjs.org/
Clone URL: git://github.com/aptana/activejs.git
name age message
file README Tue Jan 13 16:01:13 -0800 2009 described directory structure [syntacticx]
file build.json Tue Jan 13 19:16:50 -0800 2009 standardized behavior of controller and view sc... [syntacticx]
file build.rb Loading commit data...
file buildConfig.js Wed Dec 17 14:13:11 -0800 2008 initial source check in [Ryan Johnson]
directory docs/ Thu Jan 08 10:24:25 -0800 2009 added runat=server to fix IE problem [syntacticx]
directory ext/
directory latest/
file license.txt Thu Jan 01 16:43:43 -0800 2009 updated copyright date to 2009 [syntacticx]
directory releases/ Tue Jan 13 11:28:53 -0800 2009 ActiveRecord 1.0b1 RC [syntacticx]
directory samples/
directory src/
directory test/
README
ActiveJS is a cross browser, cross platform JavaScript MVC framework. Current ActiveRecord.js is the only released and 
documented component, you can find more information at:

[ActiveRecordJS.org](http://activerecordjs.org/)


Project Structure
-----------------

- *build.json* Contains build instructions for Aptana Studio and build.rb
- *build.rb* Run to build (concatenate and compress) files from source
- *docs* Latest docs as generated by ext/docs
- *ext* Contains support code or extensions to the library
- *latest* Latest builds, built before most (but not all) commits
- *releases* Publicly tagged releases (1.0, 1.1, etc)
- *samples* Runnable sample code for various platforms
- *src* Working source tree that latest and releases are built from