Skip to content

Instantly share code, notes, and snippets.

@eik3
Created September 14, 2008 15:24
Show Gist options
  • Save eik3/10734 to your computer and use it in GitHub Desktop.
Save eik3/10734 to your computer and use it in GitHub Desktop.
############
############ this doesn't work with anthing above rails 2.0.4
############
cd `mktemp -d`
rails ext_js_test
wget extjs.com/deploy/ext-2.2.zip
unzip ext-2.2.zip
mv ext-2.2 ext_js_test/public/ext
cd ext_js_test
script/plugin install http://rug-b.rubyforge.org/svn/ext_scaffold/
script/generate ext_scaffold Post title:string body:text published:boolean visible_from:datetime visible_to:date
rake db:create db:migrate
script/server
#go to http://localhost:3000/posts/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment