Skip to content
extjs edited this page Sep 13, 2010 · 14 revisions

Welcome to the extjs wiki!

This Gem helps you auto-render ExtJS components and Stores with ruby helpers.

See tutorial

This simple application contains two auto-renderd stores named “user” and “task” which use the ActiveRecord adapter. DataMapper and MongoMapper adapters are also available. It’s very easy to create a new adapter.


class Foo
  include ExtJS::Model
end
Clone this wiki locally