https://github.com/pitr/handcar
Rails 3 template
https://github.com/pitr/handcar
Last synced: about 1 year ago
JSON representation
Rails 3 template
- Host: GitHub
- URL: https://github.com/pitr/handcar
- Owner: pitr
- Created: 2011-02-04T05:28:03.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-02-07T04:54:56.000Z (over 15 years ago)
- Last Synced: 2025-02-05T08:11:18.288Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 97.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Handcar
## Rails 3 generator
Rails 3 project with the following:
- Views: HAML
- Controllers: InheritedResources
- Database: PostgreSQL
- TDD: Rspec 2
- BDD: Steak and Capybara
- JavaScript: jQuery 1.4.4 and rails.js
- CSS: reset.css and 960.gs
- Factory Girl for test data
## Usage
rails new myapp -m https://github.com/pitr/handcar/raw/master/template.rb