We got nominated! Help us out and vote for GitHub as Best Bootstrapped Startup of 2008. (You can vote once a day.) [ hide ]

public
Clone URL: git://github.com/edspencer/ext-rails-app-generator.git
edspencer (author)
Mon Aug 25 08:22:58 -0700 2008
commit  a3da0b1d2c5e43a35634b98e73923413b421a82e
tree    ad0f607c35f3c25da90fbc90f6d2cbfbddaa1acc
parent  e5d59fd9e4e30873e028a1894805b4fe08668b12
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 08:22:58 -0700 2008 Updated model specs with new validation expecta... [edspencer]
directory config/ Sun Aug 24 12:23:57 -0700 2008 Displaying logs on the front end [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/ Wed Aug 20 11:29:11 -0700 2008 Added plugin model [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 08:22:58 -0700 2008 Updated model specs with new validation expecta... [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