public
Description: Default Rails App Shell
Clone URL: git://github.com/rmcafee/rails-fully-loaded.git
name age message
file .gitignore Sat Jul 19 08:53:01 -0700 2008 log folder application [Rahsun McAfee]
file .gitmodules Fri Aug 15 02:45:59 -0700 2008 update gitmodules [Rahsun McAfee]
file README Thu Aug 14 07:45:09 -0700 2008 updated README [Rahsun McAfee]
file Rakefile Fri Jul 18 23:06:10 -0700 2008 initial setup [Rahsun McAfee]
directory app/ Thu Aug 07 15:14:31 -0700 2008 added wireframing support [Rahsun McAfee]
directory config/ Sat Sep 06 08:18:53 -0700 2008 no need for rexml patch fix, upgraded to versio... [Rahsun McAfee]
directory doc/ Fri Jul 18 23:06:10 -0700 2008 initial setup [Rahsun McAfee]
directory public/ Sat Jul 19 08:31:57 -0700 2008 set styles and default layout [Rahsun McAfee]
directory script/ Fri Jul 18 23:06:10 -0700 2008 initial setup [Rahsun McAfee]
directory test/ Fri Jul 18 23:06:10 -0700 2008 initial setup [Rahsun McAfee]
directory vendor/ Wed Aug 27 05:00:44 -0700 2008 for some reason application config wasn't pulli... [Rahsun McAfee]
README
Rails Fully Loaded ( For Rails 2.1 )

I got tired of setting up stuff like 
  - Will Paginate
  - Resources Controller, Responds To, Responds To Resources Controller
  - Haml
  - Rspec
  - Rspec on Rails Matchers
  - Rspec Response Enhancer
  - Wireframe / Draft Support (nice trick picked up from: 
  http://www.pathf.com/blogs/2008/08/integrating-design-drafts-into-your-rails-app/)

So I took the lead of others like mislav and the rails sample app and made a generic app that can be taken and
bent to whoever's will.