public
Description: A fresh Rails app, with some niceties and cleanup
Homepage:
Clone URL: git://github.com/technicalpickles/pickles-on-rails.git
Fri Oct 17 16:52:42 -0700 2008
commit  891a45fd368f6d3a12be8a9584f0c8619e5d5bc9
tree    1efd83a19bb931cc26c44ee6dfdc362659eac054
parent  1ed743c291d84a14bd436e856047b01e02ec75f9
name age message
file .gitignore Thu Jul 17 16:22:40 -0700 2008 Let's see how this does... [technicalpickles]
file Capfile Loading commit data...
file README.markdown
file Rakefile Thu Jul 17 16:22:40 -0700 2008 Let's see how this does... [technicalpickles]
directory app/
directory config/
directory db/
directory lib/ Thu Jul 17 16:22:40 -0700 2008 Let's see how this does... [technicalpickles]
directory log/
directory public/
directory script/ Thu Jul 17 16:22:40 -0700 2008 Let's see how this does... [technicalpickles]
directory test/ Fri Sep 19 12:57:01 -0700 2008 Moved stuff from requires in test_helper.rb to ... [technicalpickles]
directory tmp/
directory 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 secret in config/environment.rb
  • rake gems:install