Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/technicalpickles/pickles-on-rails
- Owner: technicalpickles
- Created: 2008-09-19T13:48:42.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2008-10-17T23:53:06.000Z (about 16 years ago)
- Last Synced: 2023-04-09T06:07:32.127Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 109 KB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
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`