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 891a45fd368f6d3a12be8a9584f0c8619e5d5bc9
tree 1efd83a19bb931cc26c44ee6dfdc362659eac054
parent 1ed743c291d84a14bd436e856047b01e02ec75f9
tree 1efd83a19bb931cc26c44ee6dfdc362659eac054
parent 1ed743c291d84a14bd436e856047b01e02ec75f9
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Jul 17 16:22:40 -0700 2008 | |
| |
Capfile | ||
| |
README.markdown | ||
| |
Rakefile | Thu Jul 17 16:22:40 -0700 2008 | |
| |
app/ | ||
| |
config/ | ||
| |
db/ | ||
| |
lib/ | Thu Jul 17 16:22:40 -0700 2008 | |
| |
log/ | ||
| |
public/ | ||
| |
script/ | Thu Jul 17 16:22:40 -0700 2008 | |
| |
test/ | Fri Sep 19 12:57:01 -0700 2008 | |
| |
tmp/ | ||
| |
vendor/ |
README.markdown
Pickles on Rails
This is a basic Rails app I've put together to make it easier for me to start new projects.
Here's what I've done:
- Removed unnecessary files, comments
- Remove default route
- Added an application layout using blueprint and haml
- Tools for testing/debugging:
- shoulda
- factory_girl
- ruby-debug
- Other goodies:
- will_paginate
Using it
git clone git://github.com/technicalpickles/pickles-on-rails.git- make your own repo on github, or wherever
- Edit .git/config to point at that repo
- Replace APPNAME with your app's name in:
- app/views/layouts/application.html.haml
- config/database.yml
- config/environment.rb
- Replace sekit with the output of
rake secretin config/environment.rb rake gems:install








