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
Search Repo:
name age message
folder .gitignore Fri Mar 21 18:54:39 -0700 2008 added rails_rcov plugin, and rejigged the direc... [mlarocque]
folder README Tue Mar 04 17:40:03 -0800 2008 added exception notification plugin [mlarocque]
folder Rakefile Fri Mar 21 18:54:39 -0700 2008 added rails_rcov plugin, and rejigged the direc... [mlarocque]
folder app/ Fri Mar 21 18:54:39 -0700 2008 added rails_rcov plugin, and rejigged the direc... [mlarocque]
folder config/ Fri Mar 21 18:54:39 -0700 2008 added rails_rcov plugin, and rejigged the direc... [mlarocque]
folder db/ Fri Mar 21 18:54:39 -0700 2008 added rails_rcov plugin, and rejigged the direc... [mlarocque]
folder doc/ Fri Mar 21 18:54:39 -0700 2008 added rails_rcov plugin, and rejigged the direc... [mlarocque]
folder lib/ Fri Mar 21 18:54:39 -0700 2008 added rails_rcov plugin, and rejigged the direc... [mlarocque]
folder log/ Fri Mar 21 18:54:39 -0700 2008 added rails_rcov plugin, and rejigged the direc... [mlarocque]
folder public/ Fri Mar 21 18:54:39 -0700 2008 added rails_rcov plugin, and rejigged the direc... [mlarocque]
folder script/ Fri Mar 21 18:54:39 -0700 2008 added rails_rcov plugin, and rejigged the direc... [mlarocque]
folder spec/ Fri Mar 21 18:54:39 -0700 2008 added rails_rcov plugin, and rejigged the direc... [mlarocque]
folder stories/ Fri Mar 21 18:54:39 -0700 2008 added rails_rcov plugin, and rejigged the direc... [mlarocque]
folder test/ Fri Mar 21 18:54:39 -0700 2008 added rails_rcov plugin, and rejigged the direc... [mlarocque]
folder vendor/ Fri Mar 21 18:54:39 -0700 2008 added rails_rcov plugin, and rejigged the direc... [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 (?)