Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/technicalpickles/pickles-on-rails

A fresh Rails app, with some niceties and cleanup
https://github.com/technicalpickles/pickles-on-rails

Last synced: 3 months ago
JSON representation

A fresh Rails app, with some niceties and cleanup

Awesome Lists containing this project

README

        

# 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`