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 (
Nathan Esquenazi (author)
Fri Nov 06 00:51:11 -0800 2009
| name | age | message | |
|---|---|---|---|
| |
Capfile | Wed Sep 23 20:14:52 -0700 2009 | |
| |
README.markdown | Thu Nov 05 15:39:54 -0800 2009 | |
| |
References.markdown | Wed Sep 23 12:41:57 -0700 2009 | |
| |
TODO | Wed Sep 23 20:14:52 -0700 2009 | |
| |
database.mysql.yml | Wed Sep 23 20:14:52 -0700 2009 | |
| |
simple_template.rb | Fri Nov 06 00:51:11 -0800 2009 | |
| |
template_helper.rb | Fri Nov 06 00:51:11 -0800 2009 | |
| |
templates/ | Fri Oct 02 16:55:11 -0700 2009 |
README.markdown
Overview
Simple rails template which serves my needs for a new application.
Usage
Simply invoke the rails command in the terminal
git clone git://github.com/nesquena/simple_rails_template.git
rails my_app -d mysql -m simple_rails_template/simple_template.rb
Included
The following is an attempt to compile a list of everything included in this template:
Steps
- Remove useless rails README
- Remove public/index.html
- Remove the rails image at public/images/rails.png
- Remove the default javascript prototype files
- Add a standard .gitignore file
- Freeze the stable rails gems into vendor
- Initialize the git repository and commit the initial code
Gems
General:
- authlogic (with pre-built views, models and controllers)
- haml
- json
- mysql
- paperclip
- will_paginate
- inherited_resources
- quick_scopes
- foreigner
- bullet
- block_helpers
Production: * slim_scrooge http://github.com/sdsykes/slim_scrooge
Testing:
- faker
- factory_girl
- mocha
- fakefs
- phocus
- test_benchmark
- shmacros
Plugins
hoptoad_notifierssl_requirementasset_auto_includebundle_furack-bugrails_indexeshttp://github.com/eladmeidar/rails_indexes







