public
Fork of imajes/rails-template
Description: based on the awesome rg by mrn
Homepage:
Clone URL: git://github.com/Sutto/rails-template.git
name age message
file 960.css Mon Feb 09 09:16:31 -0800 2009 Added more code [Sutto]
file README Tue Feb 10 01:57:13 -0800 2009 Changed name in the string to install it [Sutto]
file _util.sass Fri Sep 18 09:38:25 -0700 2009 Misc updates [Sutto]
file app_controller.rb Mon Feb 09 09:16:31 -0800 2009 Added more code [Sutto]
file application.html.haml Mon Feb 09 09:16:31 -0800 2009 Added more code [Sutto]
directory auth/ Fri Sep 18 09:38:25 -0700 2009 Misc updates [Sutto]
file footer.html.haml Mon Feb 09 05:08:55 -0800 2009 Added auth stuff, more general stuff [Sutto]
file header.html.haml Mon Feb 09 05:08:55 -0800 2009 Added auth stuff, more general stuff [Sutto]
file rails_template.rb Fri Sep 18 09:51:08 -0700 2009 Add last final state [Sutto]
file raw_gitignore Mon Feb 09 09:16:31 -0800 2009 Added more code [Sutto]
file reset.css Mon Feb 09 09:16:31 -0800 2009 Added more code [Sutto]
file test_helper.rb Sat Jun 06 03:33:34 -0700 2009 misc changes to the template [Sutto]
file text.css Mon Feb 09 09:16:31 -0800 2009 Added more code [Sutto]
file user_blueprint.rb Mon Feb 09 09:16:31 -0800 2009 Added more code [Sutto]
README
This is based on the new rails template stuff by MR Neighborly

a really nice hack is to then do this: 

alias rails="ruby [path to rails] $1 -m http://github.com/Sutto/rails-template/raw/master/rails_template.rb"

this works for me, for zsh.. similar i am sure will work for you

==================================================

This fork is even more opinionated.
It assumes:

 - haml, sass, compass, 960gs - default templates for login, layout etc.
 - uses a predefined form builder (air budd)
 - test with shoulda and rr.
 - use authlogic, searchlogic and aasm
 - give option for a default "site controller"
 - Use forgery instead of faker
 - default to my plugin with a bunch of helpers (e.g. Setting
   and the like).
 - Automatically add spawn and workling so I don't have to google.
 
All in all, It's bitching (atleast for me).