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 (
commit d6eb99a06bcff8af83cdd4898f9a8ff0f176e550
tree aa64affe342cad1256296363685f529daaadc9c7
parent c89c25ef30e26de86f44957c553f39d4aafc93c3
tree aa64affe342cad1256296363685f529daaadc9c7
parent c89c25ef30e26de86f44957c553f39d4aafc93c3
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue Mar 04 15:34:15 -0800 2008 | [mlarocque] |
| |
README | Tue Mar 04 17:40:03 -0800 2008 | [mlarocque] |
| |
assets/ | Tue Mar 04 15:34:15 -0800 2008 | [mlarocque] |
| |
documents/ | Tue Mar 04 15:34:15 -0800 2008 | [mlarocque] |
| |
web/ | Thu Mar 06 18:04:51 -0800 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 (?)




