This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri Mar 21 18:54:39 -0700 2008 | [mlarocque] |
| |
README | Tue Mar 04 17:40:03 -0800 2008 | [mlarocque] |
| |
Rakefile | Fri Mar 21 18:54:39 -0700 2008 | [mlarocque] |
| |
app/ | Fri Mar 21 18:54:39 -0700 2008 | [mlarocque] |
| |
config/ | Fri Mar 21 18:54:39 -0700 2008 | [mlarocque] |
| |
db/ | Fri Mar 21 18:54:39 -0700 2008 | [mlarocque] |
| |
doc/ | Fri Mar 21 18:54:39 -0700 2008 | [mlarocque] |
| |
lib/ | Fri Mar 21 18:54:39 -0700 2008 | [mlarocque] |
| |
log/ | Fri Mar 21 18:54:39 -0700 2008 | [mlarocque] |
| |
public/ | Fri Mar 21 18:54:39 -0700 2008 | [mlarocque] |
| |
script/ | Fri Mar 21 18:54:39 -0700 2008 | [mlarocque] |
| |
spec/ | Fri Mar 21 18:54:39 -0700 2008 | [mlarocque] |
| |
stories/ | Fri Mar 21 18:54:39 -0700 2008 | [mlarocque] |
| |
test/ | Fri Mar 21 18:54:39 -0700 2008 | [mlarocque] |
| |
vendor/ | Fri Mar 21 18:54:39 -0700 2008 | [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 (?)




