railsbob / moo-model

A Javascript framework built on top of mootools

Home Page:http://www.anup.info/2010/09/05/introducing-moomodel/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MooModel

MooModel is a javascript framework based on top of mootools to facilitate object oriented development in Javascript. It makes use of mootools classes and provide additional features like:

  • Classes and Inheritance
  • Class methods
  • Subclassing and Mixins
  • Observable Hash as attributes
  • Dirty attributes
  • Validations
  • REST Persistence

For further information and documentation, refer the introductory post on my blog.

Usage

  • require mootools
  • require moo-model
  • start using

Tests

Requires gem sinatra, json.

ruby test/app.rb

In your browser see the tests passing at http://localhost:4567/

##Bugs and Feedback##

For bugs and feedback, drop a line at anup[dot]narkhede@gmail.com

Copyright (c) 2010 Anup Narkhede & Richard Hooker See the attached MIT License.

About

A Javascript framework built on top of mootools

http://www.anup.info/2010/09/05/introducing-moomodel/


Languages

Language:JavaScript 99.7%Language:Ruby 0.3%