Skip to content
williamn edited this page Jun 28, 2012 · 3 revisions

Requirements:

  • Ruby >= 1.9.2 (1.8.7 may work, too)
  • Rails >= 3.0.0
  • Ext >= 4.0.0

Installation

For the latest ("edge") stuff, instruct the bundler to get the gem straight from github:

gem 'netzke-core', :git => "git://github.com/nomadcoder/netzke-core.git"

Netzke assumes that your Ext JS library is located in public/extjs. It can be a symbolic link, e.g.:

ln -s ~/code/sencha/ext-4.0.0 public/extjs

(Make sure that the location of the license.txt file is exactly public/extjs/license.txt)