Skip to content
This repository has been archived by the owner on May 21, 2019. It is now read-only.

cblunt/rails3_project_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

A blank Rails 3 project configured to the following environment:

  • PostgreSQL database connection
  • RSpec for testing
  • FactoryGirl for spec factories / fixtures
  • Mocha for mocking in specs
  • Shoulda for additional RSpec macros

Installation

  1. Clone a copy of the repository git clone git://github.com/cblunt/rails3_project_template.git
  2. Run bundle install
  3. Copy config/database.yml.sample to config/database.yml
  4. Edit config/database.yml to your environment
  5. Run rake db:create
  6. Build your app!

Prefer TestUnit?

If you'd rather user TestUnit instead of RSpec, add a remote tracking branch to test_unit:

git branch --track test_unit origin/test_unit

About

**UNSUPPORTED** - Rails 3 is EOL, please use Rails 5+ - A Rails 3.0 project template configured with PostgreSQL, RSpec 2, FactoryGirl, Mocha and Shoulda.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published