public
Clone URL: git://github.com/edspencer/ext-rails-app-generator.git
name age message
file .autotest Sat Jul 05 04:13:28 -0700 2008 Added site model [edspencer]
file .gitignore Fri Jul 04 12:58:15 -0700 2008 Initial commit - generated rails from 2.1 and i... [edspencer]
file .gitmodules Mon Aug 25 08:22:58 -0700 2008 Updated model specs with new validation expecta... [edspencer]
file README Sat Jul 05 04:18:55 -0700 2008 Re-added correctly named submodules [edspencer]
file Rakefile Fri Jul 04 12:58:15 -0700 2008 Initial commit - generated rails from 2.1 and i... [edspencer]
directory app/ Mon Aug 25 10:31:38 -0700 2008 Started model generator [edspencer]
directory config/ Mon Aug 25 10:31:38 -0700 2008 Started model generator [edspencer]
directory db/ Sun Aug 24 12:06:38 -0700 2008 Added logs controller, controller model [edspencer]
directory dev/ Mon Aug 18 13:43:42 -0700 2008 Built create site form [edspencer]
directory doc/ Fri Jul 04 12:58:15 -0700 2008 Initial commit - generated rails from 2.1 and i... [edspencer]
directory lib/ Mon Aug 25 10:31:38 -0700 2008 Started model generator [edspencer]
directory public/ Wed Aug 20 13:39:23 -0700 2008 Added Column model, shared example groups for E... [edspencer]
directory script/ Fri Jul 04 13:16:05 -0700 2008 Added restful_auth plugin, spec directories [edspencer]
directory spec/ Mon Aug 25 10:31:38 -0700 2008 Started model generator [edspencer]
directory stories/ Fri Jul 04 13:28:14 -0700 2008 Generated authentication using email addresses [edspencer]
directory vendor/ Mon Aug 25 08:22:58 -0700 2008 Updated model specs with new validation expecta... [edspencer]
README
== Ext Rails Application Generator

A Rails application to generate other rails applications using the Ext-MVC library on top of ExtJS 
(http://www.extjs.com)

== Adds the following submodules
git submodule add git://github.com/nex3/haml.git vendor/plugins/haml
git submodule add git://github.com/dchelimsky/rspec.git vendor/plugins/rspec
git submodule add git://github.com/dchelimsky/rspec-rails.git vendor/plugins/rspec_rails
git submodule add git://github.com/joshknowles/rspec-on-rails-matchers.git vendor/plugins/rspec_on_rails_matchers
git submodule add git://github.com/rails/exception_notification.git vendor/plugins/exception_notification
git submodule add git://github.com/edspencer/ext-mvc-rails.git vendor/plugins/ext_mvc_rails
git submodule add -b v0.4 git://github.com/edspencer/ext-mvc.git public/javascripts/ext-mvc

== Optionally adds the following submodules
git submodule add git://github.com/rails/rails.git vendor/rails
git submodule add git://github.com/technoweenie/restful-authentication.git vendor/plugins/restful_authentication