public
Description: Tired of repeating the same basic steps every time you start a Rails project? This is the start of a basic rails app with my usual plugins, css frameworks, etc installed.
Clone URL: git://github.com/mlarocque/rails-template.git
mlarocque (author)
Thu Mar 06 18:04:51 -0800 2008
commit  d6eb99a06bcff8af83cdd4898f9a8ff0f176e550
tree    aa64affe342cad1256296363685f529daaadc9c7
parent  c89c25ef30e26de86f44957c553f39d4aafc93c3
name age message
file .gitignore Tue Mar 04 15:34:15 -0800 2008 first commit [mlarocque]
file README Tue Mar 04 17:40:03 -0800 2008 added exception notification plugin [mlarocque]
directory assets/ Tue Mar 04 15:34:15 -0800 2008 first commit [mlarocque]
directory documents/ Tue Mar 04 15:34:15 -0800 2008 first commit [mlarocque]
directory web/ Thu Mar 06 18:04:51 -0800 2008 layout/css tweaks (header and footer -> 100%... [mlarocque]
README
I've gotten weary of starting a Rails project and always having to go
through the same 500 steps to get it set up 'just right'. So this is
my start at a Rails project template.

It is populated with the following:

Component       Version     Notes
---------       -------     -----
Rails           2.0.2       frozen in vendor

exception_notification      http://svn.rubyonrails.org/rails/plugins/exception_notification/
query_reviewer              http://code.google.com/p/query-reviewer/
RSpec           1.1.3       http://rspec.info
textmate_footnotes          
http://macromates.com/svn/Bundles/trunk/Bundles/Ruby%20on%20Rails.tmbundle/Support/plugins/footnotes-edge
will_paginate               http://github.com/mislav/will_paginate/tree/master
xss_terminate               http://code.google.com/p/xssterminate/
blueprintcss    0.7.1       http://code.google.com/p/blueprintcss/


Installation:
-------------

1. git clone git@github.com:mlarocque/rails-template.git
2. Edit the database.yml file as appropriate
3. rake db:migrate
4. Profit (?)